|
How can I create the tree drag drop navigation menu javascript like in your examples?
Return to Recent Questions
Q:
However,I am trying to create a navigation menu javascript
like
<http://dhtml-menu.com/dhtml-tree//data-samples/tree-menuxp3.html>
and I am frustrated.
I want a navigation menu javascript with the expandable "+" signs on the left which will
expand on rollover and allow only one to be expanded at the same time.
Where can I get a template or instructions on which parameters I
am misunderstanding in DHTML Tuner?
A:
You should set the following parameters for the navigation menu javascript
var texpandItemClick = 1;
var tcloseExpanded = 1;
var tcloseExpandedXP = 1;
Return to Recent Questions
|