[thelist] CSS: Opacity in IE and Opera?
Frank
lists at frankmarion.com
Wed Aug 25 20:02:41 CDT 2004
As far as I understand, the only way to create cross browser transparency
in Moz, IE and Safari is to use the following.
filter:alpha(opacity=50); // IE
-moz-opacity:0.5; // Moz + FF
opacity: 0.5; // Anything that supports CSS3
In my current layout, using IE, if I set the <code> to position: absolute;
the transparency works. But that would pretty much screw up the
layout. If you take a peek at the url below, the <code> sample should be
50% transparent. It is are in FireFox, but IE and Opera fail to agree.
Oddly enough, IE does indeed change the opacity in the side bar Can
anyone suggest an alterative?
http://www.frankmarion.com/css_tricks.html
--
Frank Marion lists at frankmarion.com Keep the signal high.
More information about the thelist
mailing list