I need a Jquery caroussel that support content of different size
My problem is quite simple. I need a jquery add-on that will provide me a carousel but this carousel need to support different element size.
Ex: Note the following list contain more tant 3 element but carousel hide them
'''''''''' '''''''''' '''''''''''''''''' ''''''''''''''''''''''''''' ''''''''
'previous' 'Element开发者_StackOverflow中文版1' ' Element2 ' ' Element 3 ' ' Next '
'''''''''' '''''''''' '''''''''''''''''' ''''''''''''''''''''''''''' ''''''''
Something like jCarousel would be perfect because he works perfectly in all browser execpt for Chrome where he generate me a Uncaught Error: jCarousel: No width/height set for items. This will cause an infinite loop. Aborting...
In fact jCarousel support box of deferent size. The problem was that boxes have to be force to be floated and the ul
item have to be set at a fixed size in the page.
Note: The image scroll will be a bit imprecise at the end of the list.
精彩评论