I wonder if I could use the OnMouseOver event of the page in order to hide all submenus? I have tried that using the OnClick event and it works fine. However, when I use the OnMouseOver,hide on submenus destination event of the page it actually OVERIDES the OnMouseOver,show on submenus destination event. As a consequence of this overidding function when I place the mouse pointer over the menu button I never get the actual submenu shown.
Don't think this will work indeed. When you mouseover your menu you are also mousing over your page so the submenu disappears. I mostly use a hotspot under the menu and submenu with the action OnMouseOver Hide submenu. See www.riverclack.nl (Be sure to leave some space between the hotspots so you can move the mouse from menu to submenu)
I am trying to create a drop-down menu. Is there an example with explanations? I have tried to use an Object with the menu name, a Layer containing a GfxMenu and coding the onMouseOver event to show the layer. It does not work.