Recent Questions
Q: When I create a tree menu that can be expanded with the double arrows. I was wonder if there was a way to have the dhtml slide tree menu already expanded with I open the page the menu is on instead of having to expanded every time.
 
A:  To expand items by default in Deluxe Tree you should add '+' symbolbefore item text. 
Foe example: 
 ["+Deluxe Tree: XP Style","", "default.files/xpicon1_s.gif", "", "", "XP Title Tip", "", "0", "", ], 
  ["|Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ], 
  ["|Product Info","", "default.files/icon2_s.gif", "default.files/icon2_so.gif", "", "Product Info Tip", "", "", "", ], 
    ["||What's New","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ], 
    ["||Features","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ], 
... 
The following parameter expands all menu items by default: 
  var texpanded=1;
Q: I am in the early stages of desgning a website for a client and am looking for a particular menu script. 
 I came across your site ad am impressed with the options. However, I am haivng trouble finding something that will do what the client is looking for. 
 With a horizontal menu bar across the top, a drop down sub-menu appears but the menu items appear side by side insdie of in a column. 
 I was hopeing that one of your options might be able to handle this type of menu but I do not see that there is a script for it. Is that true or is it possible to achieve this example in a setting in one of your scripts.
 
A: You can create such menu with Deluxe Menu.
Please, see the attached example. 
You should set this parameter: 
  var smOrientation=1; 
You can create any style of the menu. 
Please, try the trial version, http://deluxe-menu.com/deluxe-menu.zip 
Q: Is there any way of asigning the background color of the submenu (I onlyneed one level of nesting menus) different from the background color of thedhtml rollover?
A:  Create Individual Submenu Style and assign it for the first item in that case:
  var menuBackColor="#d1d1d1";
  var menuStyles = [
 ["menuBackColor=#FFFFFF"],
];
["mбs info","http://www.dimensionmultimedia.com/psoepruebas/?page_id=19","","","","","0","0","","","",],
Q: I have purchased a license for the Deluxe Tuner and I'm quite happy with the program. 
 However, I seem to have some trouble getting javascript menu js on the Net without the annoying "incorrect copyright" warning. 
 The warning does not appear on all computers I checked, and it only appears when I paste the code into HTML myself (in a table, since I want the javascript menu js to be in the relative vertical middle of thepage and I don't think I can do this in D.Tuner itself).
A: Now you have:
 <noscript>
 <a href="http://deluxe-menu.com">Javascript Tree Menu by Deluxe-Menu.com</a></noscript>
Try to write NOSCRIPT tag in he following way:
<noscript> <a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Menu.com</a></noscript>