Forum Moderators: open
Im building a site where there is a div containing a slideshow using js. The slideshow is executed on body load.
On top of the div there is another div containing some text. This div is linked to my menu.
My menu is just build up of hyperlinks which means that whenever you navigate in the menu - the slideshow start from the beginning because the body loads.
Do any of you have suggestion for another structure? The main scope is to have a slideshow with text on top and to be able to navigate in the menu (change the text) without restarting the slideshow.
Thanks in advance
If neither of the above are suitable solutions you could always embed your pages body into an iframe which will load each pages content when clicking on the navigation links in your menu, i have used this technique to prevent flash mp3/video players from reloading when moving to another page, the only issue with this is lack of content spidering (not sure if this is still an issue these days) and the possibility that a user will land on the iframe page as opposed to the main container of iframe its self, if the latter happens its possible to add a javascript to reload from the iframe page to the actual container page ensuring the end user is viewing the right page.