Click and Hover

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
markm
Beginner
Beginner
Posts: 4
Joined: Wed Jan 22, 2003 5:29 am

Click and Hover

Post by markm »

Hi,

Does anyone have an example that shows a :
* Click on the top menu to open a page, as well as
* opening a sub menu (with the mouse hover in the normal way)?

Thanks and regards,
M
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi Mark.

The "show-menu=..." to open a submenu goes in the menu item definition's second field, and the url to open on click (html file, javascript function call, etc.) goes in the third -- "Alternate URL" -- field. Like so:

Code: Select all

,"Item Text","show-menu=subMenuName","onClickURL.html",,1
Hope that helps,

Kevin
markm
Beginner
Beginner
Posts: 4
Joined: Wed Jan 22, 2003 5:29 am

Thanks

Post by markm »

Thanks - that worked!

Isn't it always the "obvious" place that you don't look!

Regards,
Mark
Post Reply