Recent Questions
Q: Hi, I just downloaded a trial version of your software but I don't know how to use it. Do you have online tutorials to learn how to work with it?? Thank you.
 
A:  Unfortunately we don't have step by step tutorial now. We'll try tocreate it in the nearest time. 
 
1. Create your menu in Deluxe Tuner application. 
You can create any menu as you like in Deluxe Tuner. 
 
Deluxe Tuner v2.4 supports Deluxe Menu (http://deluxe-menu.com) &Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com) 
 
You can use ready to use templates. You can find them in the templateswindow. 
 
When you open Deluxe Tuner ( Deluxe Menu ) you can click "File/New"and add items and subitems using buttons "Add Item" and "Add Subitem" onthe main window. 
You should set items and subitems parameters on the "Item Parameters"window. 
See also other parameters for the menu on the main window. 
 
More info about menu parameters you can find on our site (you can alsouse local version of the site which you can find in the trial package"Deluxe Menu / deluxe-menu.com /") 
http://deluxe-menu.com/parameters-info.html 
http://deluxe-menu.com/menu-items-info.html 
 
You can also use Individual Styles for items and subitems 
http://deluxe-menu.com/individual-item-styles-info.html 
http://deluxe-menu.com/individual-submenu-styles-info.html 
 
2. You should install the menu on your page. 
You can click, for example, File/Export to HTML (you can't do it inthe MAC version). 
 
Add several rows into your html page. 
 
<head> 
... 
 <!-- Deluxe Menu --> 
 <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> 
 <script type="text/javascript">  var dmWorkPath="deluxe-menu.files/";</script> 
 <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> 
 <script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner. 
... 
</head> 
 
<body> 
... 
<table> 
<tr><td><script type="text/javascript" src="deluxe-menu.files/data.js"></script></td></tr> 
</table> 
... 
</body> 
 
You should also copy all engine files 
dmenu.js 
dmenu4.js 
dmenu_add.js 
dmenu_dyn.js 
dmenu_key.js 
dmenu_cf.js 
dmenu_popup.js 
dmenu_ajax.js 
into "deluxe-menu.files/" folder. You should place this folder in thesame folder with your index. html page.
Q: I'm using the deluxe-tree. On the top of the tree there is a title. When I click on the title of expandable tree the whole menu collapse. How can I disable this option?
 I want to keep the collapse option when I click on the collapse button but not when I click on the title. I'm using the Xp style1 and I also want to keep the aspect of this title.
 I hope I'm clear to you ... if you need me to be more precise let me know. 
A:  Try to set the following parameter:
  var texpandItemClick=0;
Q: I would like, that not only the text is represented differently when dhtml nav menu item is expanded, also the Icon separates before it at the side where I am.
 iconarrs.gif is not right
 iconarrs_aktiv.gif is right
How do I solve that?
A: You should set arrow for expanded state
    ["||Seite 1","seite1.htm", "deluxe-tree.files/iconarrs.gif", "", "deluxe-tree.files/iconarrs_aktiv.gif", "Seite 1", "_self", "", "", "", ],
    ["||Seite 2","seite2.htm", "deluxe-tree.files/iconarrs.gif", "", "deluxe-tree.files/iconarrs_aktiv.gif", "Seite2", "_self", "", "", "", ],
    ["||Seite 3","seite3.htm", "deluxe-tree.files/iconarrs.gif", "", "deluxe-tree.files/iconarrs_aktiv.gif", "Seite3", "_self", "", "", "", ],
Q: Where do I add my "blahblah.htm" page links in js menu? 
Copy of menu data below. I assume it is between the first pair " " but not sure about all the , , , , , "0" etc following.
 ["Home","", , , , , "0", , ], 
     ["Contact","blahblah.htm", , , , , "0", , ], 
          ["|Hosts","", , , , , , , ],
A: You're right, the following syntax is correct: 
["Contact","blahblah.htm", , , , , "0"] 
Here is the format for a menu item: 
["text", "link", "icon1", "icon2", "tip", "target", "styleIndex"] 
Please, try to use Deluxe Tuner application to configure your menu: 
http://deluxe-menu.com/deluxe-tuner-info.html