#318 closed bug (duplicate)
White Dots on Faded Images in IE.
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | effects | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have used fadeTo to fade out some images on a site I have created and in IE some of them have white dots on them, it always happens to the same images. But when I remove the fadeTo there are no white dots, so I can only really assume it is something to do with the fadeTo and not an issue with the images or something else.
Note: See
TracTickets for help on using
tickets.
This is an issue with the Alpha filter in IE. It seems to occur, for me at least, only in solid black pixels. In order to address this jQuery removes the filter after reaching an opacity of 100%. This is an unfortunate result of using the filters in IE and the only other way around this is to try and adjust the images to change the pixels that are going white.