kevinleary.net

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.

Resources