Recent Questions
Q: I recently downloaded Deluxe Menu to try before I buy. While it was easy to create a menu, when I followed the directions for pasting in the two lines of code where I wanted the menu to appear, it didn't work. Rather, it always positioned the menu at the very top of the page. 
 Is this intentionally the case because this is a trial version? 
 I very much like the program; however, I have to know it's going to work correctly before I buy. 
A:  Info about installation of the menu on your html page you can findhere: 
http://deluxe-menu.com/installation-info.html 
> Rather, it always positioned the menu at the very 
> top of the page.
Please, check that you have 
  var absolutePos=0; 
 
You can also send us a copy of your html page (including .js files) and we will check it.
Q: Where do I enter my link addresses (http://www.address.com) for each item and sub-item using Deluxe Tuner???? 
I'm sure it's simple, but I don't see it. 
A: You should add links in the following way. 
Click on the menu item in the main window. 
In the "Item Parameters" window you'll see parameters of this item. 
You should paste your link in the link field.
Q: I'm trying to find a decent, simple, working example of a dynamically-generated DHTML Pop-up Window. Using the "Deluxe Tuner" to generate static files is unacceptable for our use. We must create pop-up menus on the fly.
 I tried piecing together a working pop-up window application, but kept getting "Error! Skin Load!" and couldn't figure out what files or where to get them (or put them) for the Windows Vista Graphite skin. 
A: Create a new project, choose the Windows Vista Graphite Style for it.
Save your project. Use in your html file this function to open a window for your link :
onclick="deluxePopupWindow.open('window1', 'Content1', 'Window1','width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect','windowsvista_graphite')";
See additional information about these functions here:
http://deluxepopupwindow.com/window-installation-info.html
Q: I'm trying to display the submenus to the left of the vertical navigation bar.  
A: Try to use the following parameter:
  var subMenuAlign = "left";