Recent Questions
Q: I need a web navigation bar with a transparent background for the menu and the submenues.
A: You can set the following parameters:
  var menuBackColor="transparent";
  var itemBackColor=["transparent","transparent"];
You can set transparency for submenus using the following parameter:
  var transparency="70";
Q: The submenu pop is appearing above the menu instead of the bottom again even though I have set the following parameter   var subMenuVAlign="bottom"; 
A: Use new engine files and set the following parameter:
  var subMenuVAlign="top"; 
Q: How can I make the submenus appear much more quickly for the javascript expand menu?They appear but only after mouseing-over the menu and waiting for approximately one second. 
A: Try to adjust the following parameters:
  var dm_writeAll=0;
  var smShowPause=100;
  var smHidePause=1000;
  var transDuration=150;
  var transDuration2=200;
You can also turn off transitional effects
  var transition=-1; 
Q: I am not able to get the Keystrokes function to work.  The variable is set to 1 on both parameters and it is set at 113 for the F2 function key but it is not highlighting anything on the horizontal menu I have, any ideas? 
A:  Please check that you have dmenu_key.js file in the same folder withyour dmenu.js file.
You can also send us a copy of your html page (including .js files) ora direct link to your website, so we can check it.