Little help witha jQuery image plugin

Associate
Joined
30 Nov 2003
Posts
1,591
I'm trying to create a little gallery as per the image below. I just need to be able to scroll side to side through some thumbnails and then click one to display the larger picture in the frame to the left. I'm new to jQuery and a little lost. Is there a plugin that will do this or do I need to code something. Can someone point me in the direction please :D

2utlxcl.jpg
 
Something like that you'll likely need to code yourself. Should be fairly straightforward though. The tricky part would be the left/right scrolling, which you'd need a overflow: hidden div of a set size, which you manally $div.scrollLeft() / scrollRight() as required.
 
Back
Top Bottom