[jQuery] Re: Cycle Lite not working in IE

2009-07-31 Thread Charlie
IE doesn't like trailing commas, take comma out after "speed" you have: $(function() {     $('.cycletest').cycle({     delay:  1000,     timeout: 7000,     speed:  600, this comma remove }); Les wrote: Just wanted to add that I tried making the container and content an explicit wi

[jQuery] Re: Cycle Lite not working in IE

2009-07-31 Thread Les
Just wanted to add that I tried making the container and content an explicit width and height, and I tried using div's inside rather that blockquote. On Jul 30, 3:45 pm, Les wrote: > I'm using Cycle Lite in two places on this site, to rotate through the > testimonials on the homepage, and to ste