1-866-277-9958

Show background image in jquery cycle on IE

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,
});

More info


Get Drupal help when you need it most! Find hundreds of great tutorials. Track, rate, comment and more. Create Account

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:

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.

Syndicate content

©1999 - 2011 LevelTen Interactive - Dallas, TX