Recent Questions
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 drop down css menu and have all of
selected items show white? 
If so, what option do I need to enable for the menu?
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 and
using this function assign it for the items you want to highlight
dm_ext_changeItem(0, 0, 1, ["Deluxe Menu Info", "", "", "", "Deluxe Menu Hint",,"1"]);
Q: I have built out a vertical menu that fits within a fixed size box. The items of the menus are all fixed size images. However when increasing the font size in the browser under View -> Text Size the spacing between the images increases and the html java menu no longer fits within the fixed space. I did have CSS padding-top in the html java menu that I took out but it still does not fit in the space. I took out but it still does not fit in the space.
 Have you run into this before or do you know of a fix for this? 
A:  You've installed the menu in DIV with absolute position (boxNav). Thatis why you have such behaviour.
Try to use relative position for this DIV.
Q: I have now re-uploaded the data files.
 The online dhtml menu works fine in Internet Explorer but, comparing the load time of IE with Firefix, Firefox is considerable faster.
 I just wondered whether there was a faster way to force it to load in IE. 
A:  Try to set the following parameter:
  var dm_writeAll=0;
Q: I am having trouble changing a template of dhtml drop down menu code. I am using the 
 http://deluxe-menu.com/data-templates/image-based-1-template-sample.html, 
 and I want to add more items to the top menu, however when I add an item, it doesn't follow the format of the existing items.
 
A: See, we use Individual Item Styles for the top items in this template. 
For, example select the "CONTACTS" item on the main window. 
In the "Item Parameters" window you can see Individual Styles assignedfor this item: 
Item Style - Style1 
Icons / Normal - images/spacer.gif 
When you add the new item you should assign Individual Styles for itand add icon in the same way. 
That is all.