Is it possible to show the menus on a link with a function like
<A HREF="somelink-htm"
onMouseOver="ShowMenu('Menu1')"
onMouseOut="CloseMenu('Menu1')"
>
Show the menu
</A>
Look at this link to undestand what i mean:
http://www.webreference.com/dhtml/hierm ... oadMe.html
Show Menu on link
Re: Show Menu on link
Yup,
you need popup("menuname") and popdn()
There's no need to specify the menu that you want to hide the system takes care of that.
Cheers
Andy
you need popup("menuname") and popdn()
There's no need to specify the menu that you want to hide the system takes care of that.
Cheers
Andy
Re: Show Menu on link
i need to do this, too, although i need to popup() the second menulevel. this works, but the menu places it at pos. 0,0. any way to let the menu place it at the right place?
greets,
patrick
greets,
patrick
Re: Show Menu on link
hmm, i noticed that if you move through the menu with the mouse and click on the link afterwards, the submenu appears in the correct place...
any workaround/solution?
greets,
patrick
any workaround/solution?
greets,
patrick