Hi, I am fairly new to all this.
I am trying to make a simple photo viewer with javascript or anything easy to alter.
I just want a next and prev. button to take you between photos. Click next and next photo shows. Just that simple. I have a flash version but I would like to avoid using flash.
I've been doing it the long way by making multiple pages, one for each photo and a button that repeats. I know there must be a better way but I just can't seem to figure it out.
Please help
views:
53answers:
1
A:
I think you can combine Bryan and Paul's solutions.
First off, using JQuery will make life a lot easier (after you get over the short learning curve).
jQuery Cycle will let you make a slideshow that rotates between different images.
A JQuery Lightbox (and there are sooo many options out there) will let a user click on an image and have it fill the screen.
wag2639
2010-05-19 02:48:23