Recent Questions
Q: I was adding a title to the page containing the Turner Delux drop down menu and now the  the menu is gone and I cannot recover it.   
 Please tell me in very plan instructions how to load the Mneu on to a blank Front Page web page. 
 
A: See, you should do the following things.
1. Create your menu in Deluxe Tuner.
2. Export the menu into html file "File/Export/To HTML".
3. Copy generated folder with all engine .js files and images
("deluxe-menu.files/" by default) and data-deluxe-menu.js (by default) into the same folder with you index.html page (created inFrontPage).
4. Now you should add several rows of code into your index.html file.
You can do it in FrontPage (open HTML source of the page and edit it)or in any text editor. Open your index.html page and edit it.
Notice that you'll have errors in the Preview. But you won't get errors if you open this page in the browser.
5. Add the following code in the  tag:
 <!-- 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>
and
<script type="text/javascript" src="data-deluxe-menu.js"></script>
in the place where you want to have the menu.
You can paste it in <table>, <div> tags. For example.
<div align=center>
<script type="text/javascript" src="data-deluxe-menu.js"></script>
</div>
6. Save your index.html page and open it in any browser.
Q: I am spending a lot more time and have figured a few things out. One more question please: How do I specify the target link I want a dhtml submenu to go to? 
 I see HREF specified in the code, but no where in the program to specify it.
 
A:  See, the following parameter sets target for all items 
  var itemTarget="_self"; 
If you want to set different target for each item you should set it inthe "Item Parameters" window. Choose your item in the main window andset target in the target field.
Q: How do you center the text within the top-level menu cels for the xml drop down menu? 
There doesn't seem to be a setting for it in the tuner.
 There's a justification option for the sub-menus, but not for the top.
A:  Use the following parameter to specify align for the top items:
  var itemAlignTop="center";
Q: I'm having multiple problems with this now, I'm using this sight in the horizontal cross-frame style. And using the CSS-type layout. 
 Problems: 
 1. This appears to be working fine in Firefox but I can't see the Menu or frames in Internet Explorer. 
 2. I have changed the colors in the data.js and the css-mode.css files and still can't change the subMenu background colors. ( I have put everything back like it was, but for example if I want to change the submenu or drop down menu background color to grey and the mouseover color to red where do I change that at)? Do I edit the .css file or the data.js file 
 3. I can't get the links to open in the bottom frame ( I know you will see that it's set to _blank now, but I tried setting the   var itemTarget="_bottommenu"; and the code in the menu section at the bottom of the data.js to the same but it still doesn't seem to work. Can you help me out here? 
 I have attached the sight so that you can see what I'm dealing with. 
 Once again, thanks for your help and any advice.
 
A: 1) Your menu works fine in all browsers. 
2) Your should add the following line into the bottommenu.htm file. 
<link href="data-samples/css-mode.css" type=text/css rel=stylesheet> 
You should set the item color for the submenus in your css file initemNormal and itemOver styles. 
3) You should use the following parameter to set a frame name: 
  var itemTarget=""; 
 ["Home","testlink.htm", "css/icon1.gif", "css/icon12.gif", "Home", "frm2", "0", "0", , ], 
 ["Products","", "css/icon2.gif", "css/icon22.gif", "Products", , "0", , , ], 
  ["|Hard Drives","testlink.htm"], 
  ["|Servers",""], 
    ["||Linux Compatible","testlink.htm", , , , "frm2",], 
    ["||Windows Compatible","testlink.htm", , , , "frm2",], 
...