Show Menu on link

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
f1reburn@cncseries.com
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:23 pm

Show Menu on link

Post by f1reburn@cncseries.com »

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
Guest

Re: Show Menu on link

Post by Guest »

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
Guest

Re: Show Menu on link

Post by Guest »

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
Guest

Re: Show Menu on link

Post by Guest »

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
Post Reply