Recent Questions
Q: Your product is great. I do have one question for you however. 
 Right now the dropdown (subitem) menus appear based on the smShowPause variable, and disappear based on the smHidePause variable. It is sometimes awkward for users to mouse off the subitem menu that has dropped down, only to have it still hanging there. Reducing the smHidePause variable is not an option because then the menu often disappears before a user has selected a menu option.
 The ideal solution is the have the subitem menu recognize when the user has moused off the menu, and then disappear. Is this possible? 
 if not, I definitely suggest incorporating it into your next build!
 
A:  Try to set these parameters: 
  var transition=0; 
  var transOptions=""; 
  var transDuration=0; 
  var transDuration2=0; 
  var smShowPause=200; 
  var smHidePause=200; 
Q: My question is regarding the single user license. I am currently writing a website for use on my companies intranet. The machine I am writing it on will unlikely be the machine that it eventually lives on, which could also quite possibly change as well. Looking at the instructions for the license, it seems I require a domain name for the key. The problem is that the current machine I am using is not in DNS, & even if it were, the machine that it will eventually live on will not resolve to the same name (if it even will have a DNS entry in our internal DNS server). So, does the license look for the name that is specified from the client browser, or does it look internally on the web server itself? I am wondering if I set the web servers hosts file or httpd.conf to reference the name given in the license key taht will allow me to transfer the menu to another server?
 
A: You can register the menu for a domain name or for IP address. 
In other words, you should register the menu for the domain name thatyou print in a browser's search string, for example: 
http://intranet/ 
http://intranet/folder 
http://192.168.0.1 
Q: I currently have the menus set to show the selected item in white and the non-selected items in blue.
 However, I can only choose one item in each menu.
 Is there any way to choose multiple items from a single ajax drop down menu and have all of selected items show white? If so, what option do I need to enable for the ajax drop down menu?
 Programmatically, I think it would be similar to something to:
 dm_ext_setPressedItem (1,1,1);
 dm_ext_setPressedItem (1,1,2);
A: No, Deluxe Menu doesn't has a feature to highlight multiple items now.
Actually you can use the following function:
function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)
You can create Individual Item Style with style of selected item andusing this function assign it for the items you want to highlight
dm_ext_changeItem(0, 0, 1, ["Deluxe Menu Info", "", "", "", "ajax drop down menu hint",,"1"]);
Q: I have problem with Deluxe CSS Menu. The menus function well, I can see all of the text at each level. 
But the buttons in the css drop-down menu have no graphic shape or back gound color and this is at all levels.
I went through your support page but I cannot find anything that mentions this condition.
 Please help help me solve this issue.
A: Try to set in Deluxe tuner: Tools->Copy all files when saving.
Try to export your menu to html once again.