Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I can't figure out why, but for some reason the plugin is doing more than altering the colors, it is also tweaking the opacity (WC3) / alpha transparency (Microsoft). This isn't going to work in IE7 and below, because those browsers have a bad reaction to the alpha transparency filter when used on text. Sometimes it is workable but in a delicate situation such as this, it looks very bad. The problem is this filter can never be totally removed in IE7 and below, so even when it is at 100% (zero transparency), there is still a lingering distortion.
I've never been able to find a solution for this bug in IE, so I think in this case the only solution will be to either 1. modify the plugin so that it doesn't mess with the opacity (or see if it has an option to not set it), or 2. Use conditional comments to only send the script to !IE and gte IE8.
Last edited by wayfarer07; 08-27-2009 at 11:28 AM..
|