|
How to open your menu bar script by click, not on mouseover?
Return to Recent Questions
Q:
How to open your menu bar script by click, not on mouseover and then stay open for some time?
A:
You can open menu bar script 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 bar script:
var smHidePause=-1;         - your submenus won't be hidden till you click or scroll the page.
Return to Recent Questions
Related:
|