PDA

View Full Version : Slideshow...maybe?


Mac
09-07-2006, 06:37 PM
I would like to create a slideshow of sorts.

Basically, I have 10 "Tips" I would like to display. I want to have an area that is 485pix wide and 150pix tall and below that area is a the following:

<Back 1 2 3 4 5 6 7 8 9 10 Next>

You would just click on a number/command and it flips to the corresponding tip.

I suppose this would be a JS or DHTML solution.

Any good ideas?

Thanks, Mac

Pegasus
09-07-2006, 07:05 PM
You could do it with a simple iframe and a text link.

Peg

erisco
09-07-2006, 07:28 PM
Or if you had the experience, you could power it with or without a database, and a server side language (PHP is great :D).

Peg's solution is more likely in your experience bracket however.