Efrem Posted July 26, 2008 Share Posted July 26, 2008 .opaque { opacity: 0.4; filter: alpha(opacity=40); } Mmk... So basically i put this in to make the word "Offline" a bit transparent. Now it works fine in FF but not IE, when it really should considering i put filter: alpha.. in there.. Is there another way to do this in IE? Link to comment https://forums.phpfreaks.com/topic/116697-transparency-in-ie7/ Share on other sites More sharing options...
TheFilmGod Posted July 26, 2008 Share Posted July 26, 2008 filter: alpha(opacity = 40); Make sure your have the ActiveX extension installed and running properly. This is what IE7 uses to render the opacity. - It really is a pain in the ass. Link to comment https://forums.phpfreaks.com/topic/116697-transparency-in-ie7/#findComment-600445 Share on other sites More sharing options...
likethegoddess Posted July 28, 2008 Share Posted July 28, 2008 You might consider creating a transparant png for IE7. Opacity is valid in CSS3, not CSS2, and IE7 supports CSS2, not CSS3. Hope this helps. Diana like the goddess design http://www.likethegoddess.com Link to comment https://forums.phpfreaks.com/topic/116697-transparency-in-ie7/#findComment-601307 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.