Reputation: 26601
Can anyone explain how to create a sliding image viewer using javascript or jquery? From the ones I've seen, it looks like all the images are side-by-side and then buttons move the images across depending on the width of that image. Which shows the next image. There's one of these image viewers here. I'm not after the scrollbar though.
Upvotes: 2
Views: 2712
Reputation: 86433
If you want a nice plugin, then check out AnythingSlider.
If you need a tutorial, check out this excellent one by Soh Tanaka :)
Or here, because Soh Tanaka's site is no longer available
Upvotes: 2
Reputation: 2750
There's a jquery plugin here
http://www.serie3.info/s3slider/
that looks kind of like what you want - depends if you need the control or just want the cycling images.
Upvotes: 0