Recent Questions
Q: Everything works perfectly on Firefox, nothing works on IE6.
No rollovers, no drop downs. 
A: You should the following parameters 
  var menuBorderWidth="0"; 
  var itemBorderWidth="0"; 
These parameters cannot be empty.
Q: It appears that this product only supports IE (on the PC and Mac). It does not support Safari or Netscape on any platform. Is that correct? 
 I ask because I like the product and would like to purchase the developer\'s license but our users represent a wide range of platforms and browsers. 
A:  DHTML products support a major part of modern browsers: 
IE 5+ 
Opera 5+ 
Mozilla/Firefox 
NS 6+ 
Also they support MAC browsers: Safari, IE, Firefox. 
But DHTML Menu has some problems on this browsers with a submenuspositioning in some cases. 
If you can't see Tree Menu in Firefox you should set these parameters: 
Try to specify units in "px".
  var tmenuWidth = "280px"; 
It's necessary to specify exact value for Mozilla browsers. It helpsto position menus correctly. 
You should set this parameter: 
  var tmenuHeight = "auto"; 
Q: I use v3.0.
 I cannot manage to search within the menu.
 I have done this:
   var dmSearch=2
 "search:" in the link of a new item 
A:  You forgot to copy dmenu_search.js file on your server.
See the attached example. Search works fine.
You can also specify styles for the search box:
  ["|Doorzoek menu ","search:value='search..' style='border:1px;width:60px;height:14;font-size:10px;'", "", "", "", "", "", "", ],
Q: I am conisdering purchasing your menu generator product, however I have a question that is very important to me.
 How can I add a separator to the dhtml menu examples using the dynamic functions? It seems as though the only way to get a separator into the menu is by defining it before hand, but the website I'm building will require me to reload the menus dinamically, and I'm losing the ability to put separators on it. 
 If there's a workaround for it, or if there's a chance that you can give me a prototype function that exposes that functionality, that would be acceptable as well. 
A:  You should add items using the following function:
function dm_ext_addItem (menuInd, submenuInd, iParams)
or
function dm_ext_addItemPos (menuInd, submenuInd, iParams, Pos)
Find more info:
http://deluxe-menu.com/functions-info.html
Set the following parameter:
  var dm_writeAll=1;
So, you should write:
dm_ext_addItem(0, 4,  ["|-", "", "", "", "", "", "", ])