ajwillys
02-01-2008, 06:20 PM
1) Script Title: Swiss Army Image Slideshow
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/swissarmy/index.htm
3) Describe problem: This is a great script, but I would love to add the ability to modify the contents of a DIV tag when the image changes. I'm thinking something along the lines of an additional parameter in slides[][] that would allow html code to be inserted into the specified DIV tag whenever it is specified.
Something like...
slides.change_divID=DivIDtoChange;
in the optional parameters section would trigger it.
I want to be able to add a title and a 2-3 sentence description of the picture inside the div that would change when the image changes. It would also be nice if it paused when the mouse was over the DIV the same as it does when the mouse is over the image. I've tried coding this myself but have so far been unsuccessful.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex14/swissarmy/index.htm
3) Describe problem: This is a great script, but I would love to add the ability to modify the contents of a DIV tag when the image changes. I'm thinking something along the lines of an additional parameter in slides[][] that would allow html code to be inserted into the specified DIV tag whenever it is specified.
Something like...
slides.change_divID=DivIDtoChange;
in the optional parameters section would trigger it.
I want to be able to add a title and a 2-3 sentence description of the picture inside the div that would change when the image changes. It would also be nice if it paused when the mouse was over the DIV the same as it does when the mouse is over the image. I've tried coding this myself but have so far been unsuccessful.