I need only one column of submenu html to be displayed, all other columns should be closed.
Return to Recent Questions
Q:
I used your trial version. In my application, I need one
column of submenu to be displayed, all other columns should be
closed.
A:
You should adjust the following parameters, for example you should write so:
var transDuration=350; //Delay of a transitional effect (in ms) on submenu's showing.
var transDuration2=200; //Delay of a transitional effect (in ms) on submenu's hiding.
Return to Recent Questions
|