Recent Questions
Q: Everything works perfectly on Firefox, nothing works on IE6.
No rollovers, no drop downs.
 
A: You should the following parameters 
  var menuBorderWidth="0"; 
  var itemBorderWidth="0"; 
These parameters cannot be empty.
Q: My tree menu has a white border around it. I want NO border. I have experimented with the Menu Appearance items in the "variables" section with no luck. 
 Lastly, I'm not sure where to put the link code. It's not clear in the documentation.
 
A: Please, set the following parameter: 
  var tXPBorderWidth = 0; 
 > Lastly, I'm not sure where to put the link code 
 I'm not sure I understand you. Link is the second parameter in the tmenuItems array. 
    ["||about the AAUCM","http://www.614designs.com", , , , , , "3", , , , ],
More info you can find here; 
 http://deluxe-tree.com/menu-items-info.html 
Q: Only in XP Styles for dhtml vertical menus I can set the "movable menu" on ?!
 When I save to teste this feature doesn't work !!! 
A:  You can use movable feature in the  var tXPStyle=0;too.
But to use floatable or movable feature you should use absolute position forthe menu:
  var tabsolute=1;
  var tleft="20px";
  var ttop="40px";
Q: A question: How do I make it show all the drop down dhtml menu items rather than having them pop up?
 eg:
 - Item 1
 - sub item 1
 - sub item 2
 - sub item 3
A: You cannot expand items by default in Deluxe Menu. You should hoverover menu to open submenus.
You can do it using Deluxe Tree.
To expand specific items in Deluxe Tree you should add + sign beforeitem's text or set the following parameter to expand all drop down dhtml items bydefault:
  var texpanded = 1;