Click to See Complete Forum and Search --> : drop-down menu glitch


molenaar_m
08-12-2003, 10:26 AM
Hello everyone,
I am wrking on a website that has a couple of drop down menu buttons and the last button has a glitch where if you roll onto it and then move the mouse away the menu stays appearing. Its rather annoying because it covers some of the page and if you accidentally move your mouse on top of it, it won't go away until you mouse over another menu button. :(
To see what I mean go to:
http://www.healthywaymagazine.com and look at the main rollover buttons along the top.

Can anyone help me fix this? I would really appreciate it. I'm pretty new to this javascript stuff.

Thanks a bunch,
Melissa

Khalid Ali
08-12-2003, 10:38 AM
the glitch is caused by a programming error or logic.
look into your menu code and see where it has implemented the onmouseout functionality.Yo need to to activate hide menu operations after the mouse is not over the current menu item rather then its over another menu button.