IE 8 and text fading
Posted
by
DMIL
on Stack Overflow
See other posts from Stack Overflow
or by DMIL
Published on 2012-04-13T22:07:02Z
Indexed on
2012/04/13
23:29 UTC
Read the original article
Hit count: 182
jQuery
|internet-explorer
I have a problem with fading text in IE 8, 7 and 6 (obviously). The text has a black outline during the animation that completely ruins the effect. Is there a workaround? I've read a bunch of answers about this problem and none made sense. Please take a look at this simple jsFiddle http://jsfiddle.net/LhSK7/ in IE 8, and show me how to fix it if possible.
Edit: screenshot of the problem: http://i43.tinypic.com/1z6h1th.png I thought it might be because of the VirtualBox, but all other browsers display it correctly in VirtualBox.
Edit #2: the problem can sort of be solved by setting the background color of the element being faded, which while still pretty ugly in IE 8 and below, at least gets rid of the black outline.
© Stack Overflow or respective owner