Hi! I'm having some troubles with the jCarousel by Jan Sorgalla. I'm loading the carousel dynamically and the images display. But I'm unable to make them scroll. There are no errors according to Firefox. The code I'm using is a replica of the one used for the vertical scroller with minor adjustments
jQuery(document).ready(function() { jQuery("#productcontroller").jcarousel({ vertical: true, buttonNextHTML: null, buttonPrevHTML: null, size: productcontroller_itemList.length, itemLoadCallback: {onBeforeAnimation: productcontroller_itemLoadCallback}, initCallback: productcontroller_initCallback }) }); The scrollers next prev buttons are bound correctly I guess because I can get them to display an alertbox. I did some customisations in the CSS file, which may be why it fails to scroll? However I'm not sure where the error could possibly be, so I hope someone will help Thanks, Simon