Recent Questions
Q: Can you tell me if I can eliminate the transparent look of the dhtml rollover?
 When the menu drops down over text, you can see the text. 
What can Ido to fix it.
A: You should set the following parameter:
  var transparency="100";
Q: The home page of our website uses java script dhtml. The error comes up when attempting to select a tab for the first time; subsequent selections are fine. The error is something about an object being null. Probably just need to modify a function to test for null, but can't read the .js file because its obfuscated. 
A:  You should set the following java script dhtml parameter. 
  var bselectedSmItem=0;
There are no subitems in your menu.
Q: Obviously your menus are NOT cross browser usable, as you can e.g. Padding does not work in opera, while it works in IE. 
 When will there be an update on that bug?
 
A: Deluxe Menu works fine in all browsers. 
Try to set exact width for the menu width and menu height, try also to specify unitsin "px": 
  var menuWidth="500px";
  var menuHeight="20px"; 
  var smWidth="116px"; 
You should also check your padding parameter, you should write it so: 
  var itemPadding="1px 1px 1px 12px";
Q: I was wonder if there was a way to have the css tree view already expanded with I open the page the menu is on instead of having to expanded every time.
A: The following parameter expands all menu items by default:
  var texpanded=1;