|
How to open your dhtml menue by click, not on mouseover?
Return to Recent Questions
Q:
How to open your dhtml menue by click, not on mouseover and then stay open for some time?
A:
You can open dhtml menue 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 dhtml menue:
var smHidePause=-1;         - your submenus won't be hidden till you click or scroll the page.
Return to Recent Questions
Related:
- Aug 07, 2009 - I can not create new popup windows by clicking on a javascript popup code item.
- Aug 18, 2009 - Is it possible to have the actual words clickable in order to open up an expandable tree
- Sep 18, 2009 - I want to open the URL or file name in pop up menu html by click...
- Oct 12, 2009 - I do not see any option in web navigation menu to open the URL in new window on right-click
- Oct 29, 2009 - How can your css horizontal menu be set to open menu items by click?
- Dec 11, 2009 - I do not see any option in dropdown menu in html 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 down menu dhtml by click...
- Dec 19, 2009 - The parameter var showByClick=1; doesn't work in OUR menus vertical???
- Jan 29, 2010 - How to open a link in to a new window by right clicking on the tree menu in javascript.
- April 30, 2010 - I wanna open link in new window after click link in dynamic list menu
- April 30, 2010 - We want to right click on the navigation menu using and choose open in a new window
|