jQuery Cycle has a bug in IE 7 and 8 where a white background is added to cycle elements. That will override background images. If your cycle object has a background image and you use the cleartype fix, the background won't show. Cycle has a property 'cleartypeNoBg' to address this issue. Set the property to true.
$('.mycycleclass') .cycle({ fx: 'scrollHorz', cleartype: true, cleartypeNoBg: true, });
Thanks!
Thanks a lot for posting this, I wouldn't have been able to figure it out on my own :)
Cool tip
Thank you for this tip!
Re:
Thank you for sharing.
Multimedia degree | distance learning university
Re:
Cycle has a property 'cleartypeNoBg' to address this issue. Set the property to true.
Information Technology degree | Civil engineering degree | online Masters degree
Thanks
Thanks
Thanks heaps!!
I know I'm late to comment but thank you very much!!
You're awesome
You're awesome
Thank you
This was a much needed resolution to an annoying problem. Thank you for sharing.