IE Bug: Fading animation makes text render without anti-aliasing
Affects: IE6, IE7
Description
When using jQuery to fade elements, Internet Explorer will remove anti-aliasing from text (causing it to appear pixelated) .
Workaround
Remove the ‘filter’ attribute used by IE to fade elements once the fade is complete (view the full post to read the code)