Images not showing in ie7 using jquery cycle and jCarouselLite plugin
Posted
by Geetha
on Stack Overflow
See other posts from Stack Overflow
or by Geetha
Published on 2010-04-01T05:06:52Z
Indexed on
2010/04/01
5:13 UTC
Read the original article
Hit count: 390
Hi All,
I am using jquery cycle and jCarouselLite plugin to display images as slide. Images are getting displayed in ie7. but working perfect in ie6.
Code:
$('#slide').cycle({
fx: 'fade',
continuous: true,
speed: 7500,
timeout: 55000,
sync: 1
});
Geetha.
© Stack Overflow or respective owner