> The 'cleartype' issue in IE does not only appear with the fade > transition, but also with others. When you look at the demo: > http://malsup.com/jquery/cycle/int2.html (No-Image Content demo), the > slide numbered 1 has the cleartype issue. But only that slide! Not > all..... > > I'm using the slide where the container has a gradient background, so > I cannot give the items a background color (that solves the cleartype > issue). Is there another way to do this? The design of the site will > be less nice when I can not use the gradient background.....
If you don't want the bg color to change then use this option: cleartypeNoBg $('#slideshow').cycle({ cleartype: true, cleartypeNoBg: true }); Mike