Recent Questions
Q: I would like all my submenus of the html menu to appear in the same location on the page and not relative to the parent menu item.
A:  You can do it using the following parameters:
  var subMenuAlign = "left"; - Horizontal alignment for submenus. 
"pleft", "pcenter", "pright" - alignment relative to the parent submenu. 
  var subMenuVAlign = "top"; - Submenus vertical alignment. 
"ptop", "pcenter", "pbottom" - alignment relative to the parent submenu. 
Q: Can I use data from a SQL server using ASP for drop down menu code?
A: You may generate a menu from a database or XML using any server-side script, e.g., PHP, ASP, VB, etc.
However, these scripts don't work inside of Javascript .js files, 
so, you should move parameters of a menu from a .js file into an html-page, e.g.:
<!-- Deluxe Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath = "menudir/";</script>
<script type="text/javascript" src="menudir/dmenu.js"></script>
<!-- (c) 2006, http://deluxe-menu.com --> 
<script type="text/javascript" language="JavaScript1.2">
 // and describe parameters of a menu
   var parameter1=value1;
   var parameter2=value2;
 etc.
   var menuItems = [
 // here you generate items using server-side scripts (php, asp, vb, etc.)
 ];
Unfortunately we don't have examples with ASP and SQL.
The example of the menu working with PHP/MYSQL you can find here:
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html
Q: Is there a way to fix it so that in the dhtml tree menu when you have link set it doesn't expand the menu and then load the page. It should only load the expand the menu if I click the + image if I have a link... 
 Example...
  ["|ACRYLIC BRUSHES", "fright_itemlist.asp?level1=BRUSHES ~ KNIVES&level2=ACRYLIC BRUSHES","","","","", "_self","","","tmlevel3/m251.js",] 
A: But Deluxe Tree works in this way now.
If your item has link and subitems at the same time you should clickon the item to open item's link and click on the "+" sign to expandthe item.
Make sure that you've set the following parameter:
  var texpandItemClick=0;
Q: I am attempting to use the deluxe menu with frames. After click a few links the popup part of the menu stops showing up. This especially happens if the content of the main frame requires scrolling. In this case the scroll bar just flickers when I put the mouse over the menu. 
 Do you know why this would happen? 
A:  We need to check your menu. 
Please, send us a direct link to your website, so we can check it. 
Please, notice also that Deluxe Menu can work within 1 frameset only.
It can't work within nested framesets. It is possible that you'll havesome errors. 
The menu will work correctly in the cross-frame mode if you load pages into the sub frame from the same domain.If you load pages from another domain submenus won't be shown in the subframe - they will be shown in the frame with the top-menu.It's caused by a security policy of browsers - a script can't modify a content of pages from another domain.