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
Post a Comment