Recent Questions
Q: I would like to ask on how can I make the dhtml dropdown menu shadow work in mozilla and in safari? 
A: 	Transitional effects (shadow) are features of Internet Explorer 5.5+ only.
More info you can find here:
http://deluxe-menu.com/filters-and-effects-sample.htmlQ: In javascriptcoding.  
 I have id of the submenu.
 How can retrieve id of the parent menu? 
A:  You can try to use the following function 
function dm_ext_getSubmenuParams (menuInd, submenuInd) 
Returns submenu parameters in the array: 
 [submenu_id, items_count, parent_item_id, submenu_level, is_horizontal] 
menuInd - index of a menu on a page, >= 0. 
submenuInd - index of a submenu, >= 0. 
Using this function you can retrieve the parent_item_id. 
More info see: 
http://deluxe-menu.com/functions-info.html
Q: I have been mostly creating my menus by starting with a template file that has the features I need, and then modifying that file by hand (as opposed to using the Tuner program). In this case I am using data-vista-01.js. 
 When I load my html file that has references to the necessary resources (e.g. .js, gif, etc) in a directory that has the Images folder and Menu folder copied directly from the installed Deluxe Menu program directories, I get what I want. 
 This is perfect. But I think to myself, surely I don't need all the .js files from the Menu directory, nor do I need all the .gif files from the Images directory, so I started deleting those files one at a time, until I got to the point where Images contained only the Vista1 folder + the empty.gif file, and the Menu folder contained only dmenu.js. My menu now not working. 
 I'm guessing that some graphic files need to draw the top-level menu bar are missing. But which ones? 
 So my question is, what files do I really need? Is this something the documentation describes, and if so where? 
 I hope I don't have to include the full contents of the Menu and Images folder, as they are quite large. 
A:  Unfortunately, you should add all need images manually. 
We'll try to correct it soon. 
You can open your data.js file and see what images you're using in themenu and copy tese images into your folder. 
You should also change the following parameter: 
  var pathPrefix_img=""; 
There is no need to use all engine files for the menu. 
Description of files you can find here: 
http://deluxe-menu.com/description-of-files-info.html 
Q: Is there any possibility to change the dynamic drop down menu?
A:  You should use API functions.
dtreet_ext_changeItem (menuInd, itemID, itemParams)
More info you can find here:
http://deluxe-tree.com/functions-info.html