Recent Questions
Q: I have just come across your page. I need to publish a mass of data on a site where javascript ist turned off. Is dynamic drop down menus able to work in an javascript free environment? 
A:  No, Deluxe Menu is Javascript menu. 
When your security settings doesn't allow Javascript onpages you load you can't see a dynamic page content. So, you cannotsee your javascript menu at all.
Q: Thank you in advance for reviewing my question. By the way, I love the software and the menus it creates! 
   Question: I would like my horizontal menu buttons all have a uniform width, for example, all 7 top level buttons 120 pixels wide. I am not finding this setting in the available parameters.
   Is there a way to do this? Any assistance would be appreciated. 
A:  You should create Individual Style and assign it for all top items. 
  var itemStyles = [ 
 ["itemWidth=120px"], 
]; 
  var menuItems = [ 
 ["Home","testlink.html", "", "", "", "", "0", "", "", ], 
 ["Product Info","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", "", "", "0", "", "", ],
Q: I'd like to be able to right click on items in a dynamic tree view and then pick actions to perform from a context menu
Is this possible? 
A:  You can use API functions
function dtreet_ext_userRightClick (itemID)
See more info here:
 You should use a Javascript code with a link field so:
["Text", "javascript:window.open('../Help/Text_Index.htm', 'Help', 'height=450,width=600,scrollbars');"] 
Try that.