views:

482

answers:

0

Hi,

I'm just trying to convert the "Flexible carousel" example (http://sorgalla.com/projects/jcarousel/examples/special_flexible.html) into a vertical one.

I have only changed "horizontal" for "vertical" and "width" for "height" in the <head> section of the original example (changes shown in bold):

.jcarousel-skin-tango .jcarousel-container-vertical { height: 85%; }

.jcarousel-skin-tango .jcarousel-clip-vertical { height: 100%; }

jQuery(document).ready(function() { jQuery('#mycarousel').jcarousel({ visible: 4, vertical: true }); });

Of course, it doesn't work. Any idea what else should be changed to have a vertical "Flexible carousel"?

Thanks in advance. Jose