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? Quote Link to comment 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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.