jQuery fadeIn() & fadeOut(): Problems in Internet Explorer
I’ve noticed some issues with my jQuery work. When I use the .fadeIn() or .fadeOut() methods I see ugly pixelated text in Internet Explorer.
Preview / Sample / Demonstration
jQuery Fading Problems in Internet Explorer
How it is fixed
To fix this you need to set a background color on the element that is fading in or out.


















jQuery fadeIn() & fadeOut() - Bug no Internet Explorer » Pinceladas da Web - Reflexões sobre XHTML, CSS, PHP e WebStandards — November 4, 2008 at 4:01 am
[...] mas acabei encontrado uma solução muito interessante no site de Kevin Leary que consiste simplesmente em adicionar uma cor de fundo ao elemento que será aplicado o [...]