Recent Questions
Q: Tree menu doesn't display properly in Firefox or IE7. Could you give me advice on how to correct this problem? The menu creates black 'blinds' horizontally across the page. Since IE7 will be rolling out soon I need to get this corrected sometime in the next couple weeks.
 
A: Try to specify units in "px". 
   var tmenuWidth = "280px"; 
 It's necessary to specify exact value for Mozilla browsers. It helps to position menus correctly. 
Q: I have heard from some page visitors, that they couldn’t see the menu. Could this be a problem with deactivated Java script or could you tell me some possibilities what it could be.
 
A: Your visitors should change security settings in IE to allow Javascript on pages they load. 
When your security settings in IE doesn't allow Javascript onpages you load you can't see a dynamic page content. 
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences. 
Q: Is it possible to change the background color of just one of the menu buttons within a javascript expand menu? 
A: 	Yes, it is possible.
Use Individual Item Styles.
Create Individual Item style and assign it to your submenu items usingDeluxe Tuner.
  var itemStyles = [
 ["itemBackColor=#800000,#FF8080"], //style0
];
 ["Home","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["Product Info","", "deluxe-menu.files/icon1.gif","deluxe-menu.files/icon1o.gif", "", "", "0", "", "", "", "", ], //style0
  ["|Features","testlink.html", "", "", "", "", "0", "0", "", "", "", ],
  ["|Installation","", "", "", "", "", "0", "", "", "", "", ],
    ["||Description of Files","testlink.html", "deluxe-menu.files/icon6.gif", "deluxe-menu.files/icon6o.gif", "", "", "0", "0", "","", "", ],
    ["||How To Setup","testlink.html", "deluxe-menu.files/icon6.gif", "deluxe-menu.files/icon6o.gif", "", "", "0", "", "", "", "", ],
...
Q: I cannot find the parameter in deluxe tabs file "data.js" for umlaute a, u. I want it to set manually. 
A:  You can save your data file in UTF-8 in Windows version of DeluxeTuner v3.2.9.
You should turn on "Tools/Use utf8 encode" property.In that case your data file will be saved in UTF-8 encode.
Enter these symbols and save your data file.
If you don't want to use UTF-8 encode on your page you should turn off"Tools/Use utf8 encode" property, save your data file and manuallychange your letters in any text editor.
You can also replace your letters with special sets, for example
ä 
ü 
  var menuItems = [
 ["ä....","testlink.html", "", "", "", "", "", "", "", ],
 ["ü....","testlink.html", "", "", "", "", "", "", "", ],