Recent Questions
Q: 1: For the deluxe-menu, can I keep a submenu shown even when my mouse pointer is NOT over the submenu anymore (besides the delay functions?) and hides only after a mouseclick somewhere (like the Microsoft menu of outlook)? 
 2: Is there a way to use the smartscrolling function (for a vertical menu) on the MAIN menu instead of only for the submenu's?
 
A: 1) Unfortunately, you can't do it. 
You can use Deluxe Tree, 
http://deluxe-tree.com 
2) Yes, you can't use scrolling in the main menu. But if you have verylarge menu you can use multilevel menu, 
http://deluxe-menu.com/multilevel-menu-sample.html 
Theoretically we can do scrolling in the main menu, but we think that it will be better touse multilevel menu in that case. 
Q: We're willing to use your tool. We saw in FAQ that is possible to read/insert data from a database through PHP. 
 After some trys it's seem simple, but we need some information on how is data formated e.g: 
    ["||Sample 4","testlink.htm", "", "", "", "", "", "", "", ],
 What is supposed to be between the following comas ?
 
A:  Parameters of tmenuItems you can find here: 
http://deluxe-tree.com/menu-items-info.html 
  var tmenuItems = [ 
 [text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd], 
 [text, link, iconNormal, iconOver, iconExpanded, tip, target, itemStyleInd, itemXPStyleInd], 
 ... 
];
Q: We’re a licensed user of deluxe menu and tree menu. 
 Can you please tell me how to specify left padding for a dhtml tree menu item? I don’t see any item padding options for tree menu in any of the documentation.
A: You should use the following parameter: 
  var tlevelDX=10;
Q: Is it possible to have the actual words clickable in order to open up a sublevel menu instead of having to click on the + symbol?
 
A: Yes, you can do it.
You should set this parameter: 
  var texpandItemClick = 1;