views:

546

answers:

1

We are using jCarousel on our websites to display images. Simple enough. We have fairly flexible layouts so the carousels are not always the same width.

FF, IE7+, Chrome, Safari etc work perfectly well taking up the space available. However IE6 ends up sending the jCarousel script into a loop and warns that a script is stopping the page from loading correctly.

To stop IE6 from failing we are having to specify a fixed width in CSS for the carousel container. Is this a problem that others have had with IE6 and jCarousel?

A: 

I had this problem as well but I did not need dynamic widths so thanks for the hint ;-)

Mark