liberti Posted April 2, 2009 Report Posted April 2, 2009 Anyone got a fix for the opacity feature not supported by IE8?? Blessings, Liberti Quote
Wickham Posted April 2, 2009 Report Posted April 2, 2009 Good question! Apparently IE8 will never support the opacity attribute but there is an alternative. I got it to work here:- http://www.wickham43.net/opacity.php see item 1 for the code for -ms-filter -ms-filter: "alpha (opacity=75)"; OR use the emulate IE7 code to make your page be processed as IE7, as shown above item 1 in the above link. Quote
liberti Posted April 2, 2009 Author Report Posted April 2, 2009 Thank you so much! Cannot wait to look at your site. Seems like you are on top of these issues. Thanks, Liberti Quote
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.
Note: Your post will require moderator approval before it will be visible.