Recent Questions
Q: I downloaded the trial version and gave it a run.
 I cannot get thebackground color of the menu to change – it this a limitation of the trail version or a bug?
 
A: No, it is not the limitation. 
Please, set these parameters: 
  var menuBackColor="#000000"; 
  var menuBorderColor="#000000"; 
  var itemBackColor=["#000000","#000000"]; 
  var itemBorderColor=["#000000","#000000"]; 
Q: I am having a little problem. While the code seems to be working fine with IE7, it doesnТt load on Firefox 2.0. 
 IТve spent quite a while looking through the code and looking at the live examples on your site to see if there is anything I can do, but havenТt found a solution to this problem!
 
A:  You should set the following parameter:
  var tmenuHeight = "auto";
Q: I have seen menu like this when i scroll the page the manu will scroll follow.....can delux menu do that ? 
 If can how ?
 
A:  You should use floatable feature. 
 
You should set absolute coordinates for your menu 
  var absolutePos=1;
  var posX="10px"; 
  var posY="10px"; 
  var floatable=1; 
You should also check that you have dmenu_add.js file in the samefolder with dmenu.js.
Q: When I create a tab which has no sub-items, there is a white line drawn under the whole top javascript tabbed menu bar.
 How do I avoid this?
 
A: Each menu item should have subitems (in the TabMode).
If you don't want to have subitems for some items you can add onesubitem and delete Item Text. 
 ["Item 2","", "", "", "", "", "", "", "", ], 
  ["|","", "", "", "", "", "0", "", "", ],