Is there a way to make the down css menu not reset after a link is clicked.
Q:
Is there a way to make the vertical down css menu not reset after a link is clicked. Now
every time I click a link in the tree menu it takes me to the linked page
but all the menus re-expand.
A:
When user clicks the link, the browser loads a new page and the script re-create the vertical down css menu.
If you want to open the needed section automatically on load you can use the following:
1. Save the state to cookies
var tsaveState=0;
2. Use frames
3. Put the special script on each page of site that will open appropriate section.
(dtreet_ext_expandItem)
See more info here:
http://www.deluxe-tree.com/functions-info.html