I am using jcarousel on this page and it works fine in all browsers except IE7
The slides should only be 3 at a time in the middle of the arrows. Everything is functioning correctly except in IE7 slides are overflowing outside of container. I was thinking it might be a CSS issue but haven’t had any luck with IE7 specific fixes.
I hate this ( bug / MS feature) in IE.
If you use
overflow:hiddenon an element that does not have bothwidthandheightdeclared it will not work in <= IE7.If you can, try giving
#carousel_containera height attribute. (by measuring the height of the element of the page in FF it needs to be 330px)