jCarousel, IE6 and Fixed Width
Posted
by Pat Long - Munkii Yebee
on Stack Overflow
See other posts from Stack Overflow
or by Pat Long - Munkii Yebee
Published on 2010-01-29T10:40:23Z
Indexed on
2010/05/17
13:01 UTC
Read the original article
Hit count: 383
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?
© Stack Overflow or respective owner