Recent Questions
Q: The trees I'll be building can be very large and will need to be demand loaded. In other words, I need to add the children *after* the user clicks on the parent.
 
A:  No, unfortunately it is not possible in Deluxe Tree. Deluxe Treedoesn't have AJAX feature like Deluxe Menu. 
http://deluxe-menu.com/ajax-technology-menu-sample.html
Q: After I create that submenu I want to move those items up or down within that submenu in the javascript editor.
 
A: Do you want to move your subitems within Deluxe Tuner? 
To move items select items you want and use a mouse drag'n'drop method. 
To copy items select those you want and use a mouse drag'n'drop method holding a Ctrl key. 
Also you can use a contextual menu - a right mouse click on the list of items.
Q: I've tried to add the pathPrefix_img as suggested and I'm still having trouble with images. 
 Can you provide anymore feedback on what I'm doing wrong?
 
A: Now you have such paths: 
  var pathPrefix_img="http://www.domain-name.com/images/";
and 
  var arrowImageMain=["CFTopMenu.files/arrv_white_1.gif",""]; 
So, the full path we'll be: 
http://www.domain-name.com/images/CFTopMenu.files/arrv_white_1.gif 
Is it right? 
I've tried to download your image from this link. There is no such image. 
If you want to put all your images into the "images" folder you should write so: 
  var pathPrefix_img="http://www.domain-name.com/images/"; 
and 
  var arrowImageMain=["arrv_white_1.gif",""]; 
Please, check that you upload all your images on the server in the right places.
Q: We are interested in using your dropdown menu code for our site but we do have a question. 
 When the dropdown menu code viewed in IE7 everything is fine but when I view it in opera or firefox browsers the menu bar is off the screen. Have I missed something in the script to position this in the center whin the table it belongs in?
 <table border="0" align="center" cellpadding="0" cellspacing="0"
 summary="Quaker Meadows Menu">
 <tr>
 <td>
 <script type="text/javascript" src="data.js"></script>
 </td>
 </tr>
 </table> is off the screen. Have I missed something in the script to position this in the center whin the table it belongs in?
 <table border="0" align="center" cellpadding="0" cellspacing="0" 
A:  Try to set exact width for the dropdown menu code in "px". It helps to position themenu correctly in all browsers.
  var menuWidth="500px";