Recent Questions
Q: I using "deluxe menu Tree " : floating menu and I would like to remove the icon on the right, setting TXPExpandBtn.Is this possible?
A: No, you cannot remove expand buttons in   var tXPStyle=1;.
But you can use another images for them. You can change it in Submenu Styles.
You can use   var tXPStyle=0; also.
Q: I would like to call a popup window with javascript from a menu item.
A: You should add the code for popup window on your html page with the menu:
 <!-- Deluxe Popup Window -->
 <noscript><a href="http://deluxepopupwindow.com">menu drop down by DeluxePopupWindow.com</a></noscript>
 <script type="text/javascript" src="deluxe-popup-window.files/dpopupwindow.js"></script>
 <script type="text/javascript" src="deluxe-popup-window.js"></script>
 <!-- (c) 2006, DeluxePopupWindow.com -->
Inside menuItems you should open the window in the following way:
 ["Click to open Popup Window","javascript:deluxePopupWindow.open('window1', 
'http://deluxepopupwindow.com', 'Popup window',
 'width=420,height=300,resizable,scrollbars=no,middle,right,fade-effect', 
'windowsvista_graphite','iframe')",
 "", "", "", "", "0", "", "", "", "", ],
More info about deluxePopupWindow.open() method you can find here:
http://deluxepopupwindow.com/window-installation-info.htmlQ: I am looking for Vista Style 1 - java popup menu for iweb (Mac)
Can you help?  
A: To create your menu on MAC you can use HTML version of Deluxe Tuner (for MAC OS).
Downlaod the trial version from MAC 
http://deluxe-menu.com/ 
http://deluxe-menu.com/deluxe-tuner-info.html 
Deluxe Menu wasn't developed as iweb/Dreamweaver/Frontpage extension,BUT you can use it as standard Javascript files. To install the menuinto your html page:
1. open the page in your program
2. open html source code of the page
3. add several rows of code (<script> tags),
 For info see:  http://deluxe-menu.com/installation-info.htmlThat's all.Q: I have just purchased your Deluxe Menu multi site license and I'm really enjoying it. I've been able to tweak a menu tree template to achieve the plain and simple expandable menu that I was looking for. However, I do have one quick question. My drop down menu in java script is overlapping some of my page content in both IE and Firefox. I've had the absolute positioning option turned off and on and the menu links still overlap. In Firefox they even move the page content quite a bit. I'm still playing around with it I just thought I would email for suggestions. Any help or tips you can offer would be greatly appreciated. 
A:  Try to set the following parameter to wrap text:
  var tnoWrap=0;