Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
jQuery colorBlend addon distorts text in Internet Explorer (IE)
Old 08-27-2009, 06:54 AM jQuery colorBlend addon distorts text in Internet Explorer (IE)
EdB
Skilled Talker

Posts: 79
Name: Ed Barnett
Trades: 0
Hi everyone,

I'm using colorBlend on the menu of the following site www.formulate-success.com but it is distorting the text in IE7 and lower. It works fine in Safari, Firefox, IE8, Opera etc.

Has anyone has this experience before?

Best wishes

Ed
__________________

Please login or register to view this content. Registration is FREE
EdB is offline
Reply With Quote
View Public Profile Visit EdB's homepage!
 
 
Register now for full access!
Old 08-27-2009, 11:27 AM Re: jQuery colorBlend addon distorts text in Internet Explorer (IE)
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
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.
__________________
Join me on
Please login or register to view this content. Registration is FREE

Last edited by wayfarer07; 08-27-2009 at 11:28 AM..
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 08-27-2009, 12:00 PM Re: jQuery colorBlend addon distorts text in Internet Explorer (IE)
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
I may have actually found a solution to this. http://blogs.msdn.com/ie/archive/2006/08/31/730887.aspx

It looks as if you may be able to just explicitly declare a background on the element to correct this. I haven't tested.
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Old 08-27-2009, 03:25 PM Re: jQuery colorBlend addon distorts text in Internet Explorer (IE)
EdB
Skilled Talker

Posts: 79
Name: Ed Barnett
Trades: 0
Wayfarer, yet again thank you. You're right, that makes the issue much better.

In IE6 - totally fixed
In IE7 - much better, slightly wonky

Just to clarify, my colorBlend effect is being called when I mouseover a certain 'a' tag. The css I added for that 'a' tag was as follows;

a {
filter:alpha(opacity=100);
opacity: 1.0;
background-color: white;
}
__________________

Please login or register to view this content. Registration is FREE

Last edited by EdB; 08-27-2009 at 03:26 PM..
EdB is offline
Reply With Quote
View Public Profile Visit EdB's homepage!
 
Old 08-27-2009, 05:47 PM Re: jQuery colorBlend addon distorts text in Internet Explorer (IE)
wayfarer07's Avatar
Poo on You

Latest Blog Post:
Introducing WowWindow
Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
Trades: 0
a{
background-color: white;
}
should be enough. Those other values are being set by the plugin. But it's whatever...
__________________
Join me on
Please login or register to view this content. Registration is FREE
wayfarer07 is offline
Reply With Quote
View Public Profile Visit wayfarer07's homepage!
 
Reply     « Reply to jQuery colorBlend addon distorts text in Internet Explorer (IE)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.16230 seconds with 12 queries