I made a rotating image fader using Javascript and CSS to show images and unload them. I wanted to use transparent PNG's, I didn't expect or care if they looked good in IE 6, but IE 7 and 8 treated them with the same disrespect. Firefox and other modern browsers looked great.
Every picture with image.filter = alpha(opacity=xxx)
in it looks like some of the transparency has some leftover noise, maybe from compression or something, no matter what I do to the picture, there's still something there.
I've done workarounds by placing JPG's on white background and using GIF's.
Also can someone tell me if this is actually a bug in IE?
Let me know if you need an example and I'll make one