jquery Carousel problem -


i have script found here http://jsfiddle.net/g4txt/ using carousel http://www.thomaslanciaux.pro/jquery/jquery_carousel.htm

the problem won't show images.

the script running, in way scrolling through images wont show them all

try adding , deleting li's , notice problem

any idea?

thanks

a couple things:

first: img tags need closed.

second: $(function(){ ... } same $(document).ready(function(){ ... } , therefore redundant.

third: if float li's left, you'll set.

cheers


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -