Accessible-Tabs icon indicating copy to clipboard operation
Accessible-Tabs copied to clipboard

IE Cleartype

Open hdoggett opened this issue 13 years ago • 0 comments

Hello,

I hope I'm not posting a stupid question as I am a newbie to scripting, but IE's cleartype is causing a problem with the fade in. apparently this is a known JQuery bug and a fix is suggested:

if(jQuery.browser.msie) this.style.removeAttribute(‘filter’);

How to implement the fix?

See: http://www.mchb.hrsa.gov/chusa11/popchar/pages/104ac.html In IE 6, 7, or 8, after clicking through tabs, the text fuzzes up.

Thanks for the cool script! Holly

hdoggett avatar Oct 03 '11 20:10 hdoggett