On Jun 10, 12:02 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > I have a strange problem with a slideshow in IE7 where white flecks > > are appearing on some images and is most noticeable in the darker > > areas of photographs. This only seems to be happening in IE so no > > surprise there, I am using jquery.cycle.all.pack.js?v2.21 and here is > > my JS for the slideshow: > > > <script type="text/javascript"> > > $(function() { > > > $('#imageRotator').cycle({ > > fx: 'fade', > > speed: 3000 > > }); > > > }); > > > </script> > > > Nothing out of the ordinary as far as I can see but welcome any ideas > > to get over this as it is for a site about to live and the client > > wants to pull affected images out which I want to avoid. The source > > images in question do not have the flecks on the images if you view > > them directly. I welcome any ideas/solutions as to what this is and > > how to overcome it. > > > TIA, Simon > > Simon, > > Try adding the 'cleartype' option: > > $('#imageRotator').cycle({ > fx: 'fade', > speed: 3000, > cleartype: true > });- Hide quoted text - > > - Show quoted text -
Thanks Mike, we have some progress as the flecks now appear during transitions and then disappear once the image is fully loaded. They then reappear 3 seconds later as the next transition starts - any ideas how to eradicate this completely?