How can I fix clear type bug in IE7 cause by JQuery fadeIn & fadeOut?
Before fading completing fadeIn, remove the filter attribute but I can’t fix the filter on fadeOut. I’ve tried everything, I’m just not sure how to do it…
fadeIn(function(){
this.style.removeAttribute("filter");
});