Recent Questions
Q: I'm trying deluxe-menu, but when I'm making my own menu, I often get error messages.
 It will not work. I get these messages when I use individual styles.It is a very nice program, but I think with a few bugs. 
A: You have errors in your data file. 
  ["|De Groese Til","", , , , , , "0", , ], 
  ["|De Supermarkt","", , , , , , "0", , ], 
In this items you assigned menu styles, but there is no menu style in your parameters. You have only item style. 
You should write them so: 
  ["|De Groese Til","", , , , , "0", , , ],  ["|De Supermarkt","", , , , , "0", , , ],
Q: When using the tab menu css the third item in the second tab seems to have a mind of its own.а will not take the attributes of all other tabs. 
 Have tried to force it to comply be creating an individual style just for that button...but that doesn't work either.
 have spent (wasted) much time trying to get this to work.а What is the problem?ааа Very frustrated.
A:  This tab differs from other tabs because it is selected tab. You'veset:
  var bselectedSmItem=10;
You can try to set it in the following way: 
  var bselectedSmItem=0;
Q: Is it possible to not download (pre-load) the images in the javascript menu array (some attributes in the data.js file ..)?
 I would like to download them only on rollover on the submenu... I am aware of the ajax version of the menu, but .... 
A:  Set the following parameter:
  var dm_writeAll=0;
You can also use AJAX feature, see more info here:
http://deluxe-menu.com/ajax-technology-menu-sample.htmlQ: The drop-down submenus are now going "up" instead of "down" in the drop down menus in javascript.
A: Set the following parameter:
  var subMenuVAlign="top";