Browser back button broken between hidden div's
- by Linda
First of all, these pages will never be on the web but will be in internal memory. They are a group of linked documents---an ebook.
http://www.anmldr.com/testdivs
When I click on the link in the first div, the second div becomes visible and the first div is hidden. The problem is with the browser's back button. If you then click on the back button, the URL updates but the first div does not show again. How can I correct the back button so that the first div shows? The link from the second div to the first div works fine but it is the browser back button that I do not know how to work with.
Thanks,
Linda
P.S. These are using CSS3 so it is better to use a WebKit based browser.