HighDots Forums  

opacity not being inherited

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss opacity not being inherited in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
dave
 
Posts: n/a

Default opacity not being inherited - 05-03-2006 , 02:06 PM






I am attempted to make a semi-transparent div in IE/Firefox but IE is
only making the first image in the div opaque

for example if I have a div like:

<div class='trans'><img src="foo.jpg"><img
src="bar.jpg"><span>text</span></div>

only foo.jpg become opaque. any ideas why? It works as expected in
firefox

the css being applied is:

..trans{
width: 100%; opacity:.50;filter: alpha(opacity=50);
}


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.