Recent Questions
Q: What setting do I use for dmAJAXCount in my java menu navigation? 
A: That variable sets the maximal number of submenus that will be loadedfrom server on your page.
Q: Can i install and run this on a server running OS X? 
A: Yes, you can use Deluxe Menu on Mac OS X. 
To create your menu on MAC you can use HTML version of Deluxe Tuner (for MAC OS). You can find it here:
http://deluxe-menu.com/deluxe-tuner-info.html 
Q: My client wants their drop down navigation to lock into place when someone visits a page. Is there a way to do this?
 Right now it disappears when you click the link. 
A:  I suppose that you're saying about submenus.
Try to set the pressed item using the following API function:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion, parentOpen)
Sets a current pressed item.
menuInd - index of a dynamic menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0.
recursion = true/false - highlight parent items.
parentOpen = true/false - open all submenus to show the selected item
See example here:
http://deluxe-menu.com/highlighted-items-sample.html
Try to click 'Highlight "Product Info/Installation/Description ofFiles" item'.
You can also try to use the following parameter:
  var smHidePause = 1000;
A delay (in ms) between mouse is moved from submenu and its closing.
You can make submenus to stay visible till you click outside the menu or scroll your page.
To enable this feature you should set this parameter in the following way:   var smHidePause = -1; Q: When I check my website for accessibility it shows NoAlt on the dhtml drop down menu!.
 Where do I add an alt tag in the data file?
A:  You should use the fifth parameter in menuItems
 [text, link, iconNormal, iconOver, tip, target, itemStyleInd, submenuStyleInd, jsFilename],
For example:
 ["Home","index.htm", "", "", "Home", "", "", "", "", ],
  ["|Dr. Copeland's Bio","bio.htm", "", "", "Dr. Copeland's Bio", "", "", "", "", ],
  ["|Destiny History","history.htm", "", "", "Destiny History", "", "", "", "", ],
  ["|Contact Destiny","contact.htm", "", "", "Contact Destiny", "", "", "", "", ],
  ["|Dr. Copeland's Itinerary","itinerary.htm", "", "", "Dr. Copeland's Itinerary", "", "", "", "", ],