Recent Questions
Q: I am currently using deluxe menu to generate a mouseover dropdown menu for my charity website - although it works fantastic in internet explorer it doesnt seem to work correctly in firefox, the mouseover dropdown menu looks flat and the special fade in effect doesnt work.
 Please can you advise on what I am doing wrong.
A:  Filters and transitional effects are features of Internet Explorer5.5+ only.
See more info here:
http://www.deluxe-menu.com/filters-and-effects-sample.html
Q: Am I under the correct assumption that if the inner menu item text expands past the ItemWidth or MenuWidth (being that the Width is set -- eg 150px), that the javascript menu div width will expand past it's boundaries instead of wrapping the text? (eg. A text like "Please Make this Wrap instead of expand the width boundary" seems to expand the container's width rather than wrap) 
A:  There are 2 ways to do that:
1. set
  var noWrap=0;
2. use <br> tags, for example:
  var menuItems = [
 ["line 1<br>line 2"],
];
Q: Is it possible to have the AJAX menu aligned vertical instead of horizontal? And is the number of levels limited? (I have a site that requires up to 4 levels...)
A: Yes, you can create vertical menu using AJAX feature. 
There is no such limitation. 
See the following parameter: 
  var dmAJAXCount=0; 
That variable set the maximal number of submenus that will be loadedfrom server on your page.
Q: I have to find out, how the javascript tree control is NOT expanding in the beginning.. 
A: 	You should set the following parameter:
  var texpanded=0;
Use + signs before items text to expand some items:
 ["+Land","", "", "", "", "", "", "0", "", "", ],