Recent Questions
Q: If we spot a bug in the javascript menu code, what can be planned to have it corrected?
A: You should send an e-mail to the support [email protected] describe your problem in brief and send it to us by e-mail.You can also send us a direct link to a page with the error or copy ofyour html page (including .js files).
Q: first - the deluxe menu is a nice tool, greatly.
 but I have 2 little problems:
 - I'll display the item direct side by side without distance, I can't found the parameter
 - I wish the actual site (dhtml vertical menu item) in another colour 
A:  > - I'll display the item direct side by side without distance, i cant found the parameter
Check that you have correct
  var menuWidth="";
parameter.
You can send us a copy of your html page (including .js files) ora direct link to your website, so we can check it.
> - I wish the actual site (menu item) in another colour
You can create Individual Item style and assign it for the top items,for example:
  var itemStyles = [
 ["itemBackColor=#8080FF,#FFFF80","itemBorderWidth=1","itemBorderStyle=solid,solid", "itemBorderColor=#000080,#FF8000","showByClick=0"], //style0
];
  var menuItems = [
 ["Item 1","", "", "", "", "", "0", "", "", "", "", ], //style0
 ["Item 2","", "", "", "", "", "0", "", "", "", "", ], //style0
  ["|Item 3","", "", "", "", "", "", "", "", "", "", ],
  ["|Item 4","", "", "", "", "", "", "", "", "", "", ],
 ["Item 5","", "", "", "", "", "0", "", "", "", "", ], //style0
  ["|Item 7","", "", "", "", "", "", "", "", "", "", ],
  ["|Item 8","", "", "", "", "", "", "", "", "", "", ],
 ["Item 6","", "", "", "", "", "0", "", "", "", "", ], //style0
];
Q: Is it possible to integrate simple dhtml menu tree into a framesite?
A:  You should install the simple dhtml menu in a standart way inthe frame where you want to have a menu and open links in a contentframe, use the following parameter:
  var titemTarget="frame";
Q: I am in the process of setting up a new html menu bar, but seem to be having trouble getting it to work via Internet Explorer 8.0.
 Instead of making drop-downs, it only makes little symbols. However, it works fine via Firefox. 
A:  Try to use v3.3. It is compatible with IE8.