Hi There. I'm having a weird problem with jCarousel but I think I've narrowed down a lot.
So I believe these issues are related, but 1 is to do with IE (both 6 / 7) and the other happens in all browsers (firefox 3 included). To make this happen in Firefox, you'd have to toggle the carousel 1 direction and then resize the browser window for the 'resize' event that carousel has to be fired. once that fires, its like the width value that it once had changes, and the furthest position left becomes dead center of the screen making it look like items in the carousel vanished but really the whole carousel is just moved over a bunch. In IE, sometimes when you toggle a direction, 1 item is missing, or 2. This seems like the same problem with the width getting changed when you look at how the animation occurs. I read in the readme about setting everything's width value with css in px and we tried that but no go. Can anyone shed some light on a fix for this? I am using the nodecarousel module for Drupal with this. The carousel setup is a 'circular' setup with 3 items on display at a time and scrolling 3 items.

