How can your javascript onmouseover menu be set to open by click?
Return to Recent Questions
Q:
Can the Deluxe Menus be set to open by click and stay open when clicked for some time?
A:
You can open Deluxe Menu on click. Set this parameter:
var showByClick = 0;          Show submenus on a mouse click only.
0 - disabled (default),   1 - enabled.
You can use such parameter in you menu:
var transDuration = 300;         - Delay of a transitional effect (in ms) on submenu's showing.
Return to Recent Questions
|