Pop-Up Menu Displays When Using Browser Back

yipperoo

New Member
Here's a temp location of a site I'm working on ...

http://dasdigitalarts.com/circle/index.html

If you go to a page using the pop-up menu under, say, "Ministries" ... then if you use the browser back button, the pop-up menu reappears. What can I do to make this stop? It seems to do it in Safari (Windows) and Firefox but not IE.
 

bcee

New Member
Try using straight CSS for the menu. The issue would go away and I don't see a reason you are using JS...?
 

yipperoo

New Member
Does straight CSS allow for menu roll-off delay? I went with javascript because I don't want the menus to disappear the instant they're rolled off.
 

yipperoo

New Member
smoovo wrote me and said ...

Just add "onload" to your body tag with "display='none'" to all of your menu divs. This will always reset your page and will solve your bug.

But how do I do that? Not sure. Can someone give me an example? Thanks!
 

bcee

New Member
You will need to seek out the divs for that method using more js. How much extra KB are you willing to load to have your menus delay?
 
Top