Todays noob css question

I am not sure what you mean.

Are you saying you want to go back to the Home page [showing all the galleries] from within one of the sub-galleries by clicking the Home link?

If so, it already works. At least for me anyway...

Yeah, this is what I want. It kinda works now as I played around a bit after posting the question. However the code I put in;

Code:
javascript:history.go(0);

refreshes the entire index.html page, not just the div that contains the flash gallery. this mean that the top flash content restarts which I would like to avoid if possible.
 
Does the flash gallery itself not have a button or control for going back to the top level?

To be honest I didn't notice the slideshow at the top restarting. :p
 
Does the flash gallery itself not have a button or control for going back to the top level?

To be honest I didn't notice the slideshow at the top restarting. :p

It does, but its not as obvious as it could be. And logically the user would expect the home button to go back to the start. Yeah, the flash restarting isn't the end of the world, but its something id like to avoid if possible. Im sure there must be a way to reload individual divs on click.
 
Back
Top Bottom