Recent Questions
Q: Is dhtml menu software compatible with mac?
A: You should download free trial version on MAC:
 http://deluxe-menu.com/trial-download.html
 So, you'll have MAC version of Deluxe Menus.
 And use the licensed engine files from the licensed .zip
 (you can download it from the link in your license message).
 Unfortunately we don't have html version of the Tuner for Deluxe Tree
 and Deluxe Tabs now. We'll try to create it in the nearest future.
 You can find all templates for Deluxe Tree, Deluxe Tabs, Popup Window, Calendar in the trial package.
 More info about installation and parameters you can find on our websites:
http://deluxe-menu.com
 http://deluxe-menu.com/css-menu/
http://deluxe-tree.com
 http://deluxe-tabs.com
http://deluxepopupwindow.com/
 http://calendardatepicker.com/
Q: My pop out menus in the vertical navigation bar appear on the left instead of the right. 
A: You can try to change the following parameter:
  var subMenuAlign="left";
Q: I want to change the background color of one of the menu items of the menu horizontal.If I understand correctly I go to INDIVIDUAL STYLES and should be able tochange the background color for one of the menu items there. Under item appearance I tried to change itemBackColor - but I can't seem to make it take affect (I tried clicking OK but its under the Style Names, so thats probably not it.
 Please advise.
A:  You should click "Edit Individual Styles" button.
 On the 'Item Styles' tab click "Add style" button.
 Set itemBackColor and click "OK" button.
 Select the item you want to change the style for and assign new style for it. Go to Item Parameters window 'Item style' field.
   var itemStyles = [
 ["itemBackColor=#EB2999,#590937"], //style0
];
  var menuItems = [
 ["Home","testlink.html", "", "", "", "", "", "", "", "", "", ],
 ["Product Info","", "default.files/icon1.gif", "default.files/icon1o.gif", "", "", "0", "", "", "", "", ], //style0
Q: What makes your menu in javascript search engine friendly?
A: You should add the following link on your page. Also these links willbe visible if javascript turn off in your browser and you cannot seethe menu.
 <div id="dmlinks">
 <a href="http://deluxe-menu.com">menu_item_text1</a>
 <a href="http://deluxe-tree.com">menu_item_text2</a>
 ...etc.
 </div>