Submenus of the menu drop down vertical disappears not fast enough.
Return to Recent Questions
Q:
The problem with the old computer (by clicking an item the wrong subitem
appears and the windows disappears not fast enough. I have tried your
recommendation
var smShowPause=200;
var smHidePause=1000;
var transDuration=350;
var transDuration2=200;
A:
Try to decrease these parameters, for example
var smShowPause=200;
var smHidePause=300;
Try that.
Return to Recent Questions
|