Reputation: 1629
I am using the jQuery Cycle plugin to fade in an animation. This works fine on everything except for PNG files having half transparent pixels in them in IE8. The half transparent pixels are black during the fade.
Things i tried:
Any guesses?
JSFiddle here: http://jsfiddle.net/HaEym/
Upvotes: 4
Views: 1313
Reputation: 11718
It's not glamorous, but you can replace png's with gifs using IE specific css hacks. Once I had to show the PNG (because the gif was LQ, so after the animation I replaced the gif with the png.
For specific examples see another Stack Overflow
Upvotes: 2