Does any of you know a jQuery image carrousel with fluid width?
I found this: http://www.nikolakis.net/liquidcarousel/ ...but it look horrible when you set down the speed.
Further more, I would like it to be activated when the mouse moves in a direction, the slider should go the other way. What is that called, by the way?
Thank you in advance.
Try carouFredSel: http://caroufredsel.frebsite.nl/examples/intermediate-carousels.php If you re-create the carousel onDocumentResize, it'll shrink to fit the available width, calculate the new number of visible items and center the items. It'll handle items with variable sizes too.