I wonder how I can reduce the width of the expanding menu javascript?
Return to Recent Questions
Q:
I am working on creating a new navigation menu with Tree menu.
I wonder how I can reduce the width of the menu?
A:
You should set this parameter
var tmenuWidth = "275px";
Try to set also the following parameters:
var tlevelDX = 0;
var tnoWrap=0;
Return to Recent Questions
|