[thelist] CSS: Opacity in IE and Opera?
Peter Brunone (EasyListBox.com)
peter at easylistbox.com
Wed Aug 25 20:43:44 CDT 2004
I seem to recall that the alpha filter doesn't work unless you
specify height; let me see if I can dig up anything on that (meanwhile,
try it and let me know what happens).
-----Original Message-----
From: thelist-bounces at lists.evolt.org On Behalf Of Frank
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