Forum Moderators: not2easy
filter:alpha(opacity=80); opacity: 0.8; -moz-opacity:0.8;
However, it seems that the element's children adopt this transparency and using:
filter:alpha(opacity=100); opacity: 1; -moz-opacity:1;
Doesn't seem to work. Is there any way to make the element's children opaque again? Do we need JS here?
IE6 requires a JScript hack [google.com] to render Xparent PNG.
When I look at my site stats, I see IE6 is still up at about 70% (IE7 is up to almost 20%), and I still get a lot of IE5 traffic.
However, Microsoft is basically forcing its users to upgrade to IE7 (amidst howls of protest from IT Departments throughout the world). IE6 may become much less of an issue soon.