Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:56

use onclick on normal menu


Poster: fastflagsrt4
Dated: Thursday August 24 2006 - 16:28:22 BST

I would like to make it so the menu does not show until you click the root menu item.

how can I do this???


Poster: Ruth
Dated: Sunday August 27 2006 - 6:11:08 BST

If you go to the main site and mouseover the DHTML Menu you'll see down toward the bottom an item Menu Quick REference Guides, you want to check these out, the sections on Style, Menu and Item properties to see what you can do.

http://www.milonic.com/styleproperties.php

Code:
openonclick Allows the menu to be opened by a click of the mouse on the main menu rather than it automatically opening as the mouse rolls over it.
Values: 'true', 'false', '0' or '1'
Example: openonclick=true;
Example: openonclick=0;


that code, openonclick= can be placed in the style section, which means that all the items in the menus that use that style will open their submenus onclick, or into the item which means that the submenu for that item will be the only one to open on click.

Ruth