How can I make the javascript submenus appear much more quickly?
Return to Recent Questions
Q:
One more question. How can I make the javascript submenus appear much more quickly? They
appear but only after mouseing-over the menu and waiting for approximately
one second.
A:
Try to adjust the following parameters:
var dm_writeAll=0;
var smShowPause=100;
var smHidePause=1000;
var transDuration=150;
var transDuration2=200;
You can also turn off transitional effects
var transition=-1;
Return to Recent Questions
Related:
- Sep 11, 2006 - If I use doctype the settings of the submenus in javascript dropdown menu get lost.
- Oct 21, 2006 - It appears that this javascript expand menu only supports IE (on the PC and Mac).
- Oct 22, 2006 - When the html submenus are over applet in https: the applet disappeared.
- Dec 08, 2006 - Is it possible to customize the direction of javascript submenus...
- Dec 10, 2006 - On IE for Windows, the javascript floating window disappear as I roll over them
- Dec 24, 2006 - Images don't appear in my vertical menu with horizontal submenus.
- Dec 28, 2006 - How do I create more space between the menu items in my simple javascript menu?
- Dec 29, 2006 - Flash element in Firefox disappears behind the javascript mouse over menu.
- Dec 30, 2006 - Flash element in Firefox disappears behind the javascript mouse over menu.
- Jan 21, 2007 - I cannot get the Janarator images to appear in the javascript right click menu.
- Feb 18, 2007 - The dynamic menu javascript disappears, it goes BEHIND the flash and can't be seen
|