Show background image in jquery cycle on IE

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

Related Posts

Using jQuery Masonry for a creative Pinterest effect in Drupal

Kyle Taylor
Read more

New Fave Design Trend - Large Photo Background Websites

Kayla Wren
Read more

CSS Image Sprites - Pros and Cons

Ahmad Kharbat
Read more

A Project Manager's View on Release Cycle Deployment

Kristin Yang
Read more

Using Image Fields in Drupal 7

Tom McCracken
Read more

Show Me the Bacon!

Ian Whitcomb
Read more