Click to See Complete Forum and Search --> : Slide + text show


aclarkson
12-18-2002, 04:11 PM
I am trying to put together a slide show inside a table.
The table contains one row and two columns. In column one I have the images appear and can navigate through the pics either forward or backward. However, I am having a difficult time having a text description of these pics appear in column two.
The point is to have the user move to the next picture and have the description of that picture appear in the column next to it. Any help would be appreciated.

p.s. I was told you could do this by using the <div> tags.

alcodes
12-18-2002, 04:27 PM
I dont think its possible to do that with the <div> tag, try <input ID="text" type="text" value=""> also you might want to use some CSS to make it look like it is not an input box, then the links or buttons in your slideshow should be <input type="button" Onclick="document.all.text.value='WHAT THE TEXT SHOULD SAY'" value="The button's value">

Also, you should be sure to include what you already have for Image changing into the Onclick

Vladdy
12-18-2002, 05:39 PM
see my version at
www.vladdy.net/webdesign/slideshow.html