|
How can your menu horizontal javascript be set to open menu items by click?
Return to Recent Questions
Q:
Can the menu horizontal javascript be set to open menu items by click and then stay open for some time?
A:
You can open menu horizontal javascript on click. Set this parameter:
var showByClick = 1;          Show submenus on a mouse click only.
0 - disabled (default),   1 - enabled.
Use the following parameter in your menu horizontal javascript:
var smHidePause=-1;         - your submenus won't be hidden till you click or scroll the page.
Return to Recent Questions
Related:
- Apr 06, 2009 - Can the link items NOT open a new window in the css collapsible menu?
- Aug 07, 2009 - I can not create new popup windows by clicking on a javascript menu rollover item.
- Aug 18, 2009 - Is it possible to have the actual words clickable in order to open up an expandable tree
- Sep 06, 2009 - How to open your submenu in html by click, not on mouseover?
- Sep 18, 2009 - I want to open the URL or file name in drop down menu horizontal by click...
- Oct 12, 2009 - I do not see any option in dropdown menu dhtml to open the URL in new window on right-click
- Dec 11, 2009 - I do not see any option in horizontal menu bar to open the URL in new window on right-click...
- Dec 13, 2009 - I want to get the URL or file name to be open in css dynamic menu by click...
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR html code drop down menu???
- Jan 29, 2010 - How to open a link in to a new window by right clicking on the html pull down menus.
- Feb 08, 2010 - I'd like to be able to right click on items in a navigation menu and then pick actions..
|