Try setting the 'cleartypeNoBg' option to true. $ss.cycle({ fx: 'fade', cssBefore: { zIndex: 1 }, timeout: 3000, speed: 1500, fit: 1, cssAfter: { zIndex: 0 } , cleartypeNoBg: true });
On Jun 17, 8:48 am, jonrandahl <jonrand...@gmail.com> wrote: > Forgot to mention that if I change the background from transparent to > a color, the color works fine! > Unfortunately the client likes the opacity of the png so I need the > png for everything above IE6 [which has it's own quirks css file to > fix things]! > > Thanks again for looking! > J