Recent Questions
Q: I am a web designer and considering purchase of your product. I have downloaded a trial dhtml menu version, but no image files were created. Other programs I have tried exported html, js file, & image files. What's the deal?
 Please help! 
A:  I'm not sure I understand you.
You should create your menu in Deluxe Tuner app (you can also usetemplates). Then you should save your menu as .js file (click "yes" tosave all files for the menu). You also can save your menu into htmlpage.
Q: All links in navigation bar examples open in a new window even when they're configured to open in the same page (or another frame).
A: Check the following parameters:
  var itemTarget="_self";
["menu item","link.htm", "", "","Tip", "_self", "", "", "", "", "", ],Q: I ordered & installed the dhtml collapsable menu. 
 I can't seem to get the floating function to work. Here's how I have the variables set in the data-tree.js file:
   var tfloatable = 1;
   var tfloatIterations = 10;
   var tfloatableX = 0;
   var tfloatableY = 1;
 And here are the links to the .js files in my HTML doc <head>:
 <!-- Deluxe Tree -->
 <noscript><a href="http://deluxe-tree.com">JavaScript Tree Menu by Deluxe-Tree.com</a> </noscript>
 <script type="text/javascript">  var tWorkPath="tree-menu/";</script>
 <script type="text/javascript" src="tree-menu/dtree.js"></script>
 <script type="text/javascript" src="tree-menu/dtree_add.js"></script>
 <script type="text/javascript" src="tree-menu/dtree_ajax.js"></script>
 <script type="text/javascript" src="tree-menu/dtree_dyn.js"></script>
 <!-- Copyright (c) 2006, Deluxe Tree, deluxe-tree.com -->
 Please let me know if there are any other settings that need to be changed. I'm hoping to go live with this site wed. so a quck reply is appreciated.
A: Notice, your dhtml collapsable menu won't float with relative position. You shouldset:
  var tabsolute=1;
Q: In the standard drop down menu scripts you show a combo box and a search text box. Where are the parameters and/or style options to do this?
A: You can paste any html code inside item text, see example here:
http://deluxe-tree.com/data-samples/tree-menu1.js
 ["+Support", "", "icon5_t.gif", "icon5_to.gif", "", "Support Tip"],
 ["|Index  <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option> Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "","", "0"],
 ["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>   <input type=button value='Go'style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
 ["|Write Us", "mailto:[email protected]", ""],
 ["|<INPUT TYPE=checkbox CHECKED ID=chk1 onclick='choosebox1()'>Uncheck this check box for some free advice","","","",],
 ["<img src='img/sep.gif' width=113 height=1>"],