I'd check your CSS. I had to define the image size for the container holding my images in my CSS:
.pics { height: 320px; width: 450px; padding: 0; margin: 0; } >From his site: "CSS Rules! When building your slideshows, remember that animation effects work best when both the container and slide have a fixed box." HTH Jim > -----Original Message----- > From: objective [mailto:[EMAIL PROTECTED] > Sent: Monday, December 17, 2007 8:58 AM > To: jQuery (English) > Subject: [jQuery] Cycle Plugin help request (IE6/7 issue) > > > Hey guys and gals... I'm having a little issue with this plugin and > was wondering if you could help. In my free time, I produce html > templates from other designer's PSDs and today I'm having an issue > with a slideshow I've implemented. Everything works fine in Firefox/ > Safari (both platforms) but IE is choking completely. You can see my > example here... http://www.objectivegiant.com/test/trc/index.html