| Author |
Change pages without destroying slideshow
|
Pelle Sundqvist
Greenhorn
Joined: Jun 24, 2012
Posts: 12
|
|
I would like to make a web page with slideshow: http://www.script-tutorials.com/demos/224/index.html
and would like to make a menu with about 10 pieces of pages of text and perhaps images. When you do this with HTML, then the slideshow that I linked to start from scratch. I wonder if anyone knows a ready solution to feed the various pages of text without pictures starting from scratch.
Guess it was in the JavaScript part I would add this thread.
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56175
|
|
|
You can create multiple div elements with whatever content you like and hide them all but one to simulate a "slideshow". Change which one is shown to change which div is displayed.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Change pages without destroying slideshow
|
|
|