Recent Questions
Q: When I use API like <script>dm_ext_deleteItem(0, 0, 0);</script> it works fine in my first dhtml drop down menu code (menu.js) but I'm unable to reach second one (menu_gauche.js). I’ve tried this : <script>dm_ext_deleteItem(1, 0, 0);</script> and the page came’s out with a JavaScript error on that line. I’ve read on your side about dm_ext_deleteItem api and the first parameter is for menu Id … If there anything that I have forgot ??
A:  You cannot use the following function for the tree menu:
dm_ext_deleteItem(1, 0, 0);
There is no such function there:
You should use
dtreet_ext_deleteItem (0, 0)
for the tree menu, see more info:
http://deluxe-tree.com/functions-info.html
You should set menuInd=0 if you have only one dhtml drop down menu code on your page.
Q: My submenu is not display at the good position with Firefox. 
 Look at my web site with Firefox. Select item menu 'Inscription' and you'll see the problem. 
 Note: mainmenu.js is relative positioning. The table tag is absolute positioning. 
A: Try to write so: 
<TABLE id=Table60style="Z-INDEX: 803; LEFT: 295px; POSITION: absolute; TOP: 114px"> 
   <TBODY> 
    <TR> 
     <TD style="POSITION: absolute;"><NOSCRIPT><A href="http://deluxe-menu.com/">Javascript Menu by Deluxe-Menu.com</A></NOSCRIPT> <NOSCRIPT>MainMenu</NOSCRIPT> 
 <SCRIPT language=JavaScript1.2 src="deluxe_files/MainMenu.js" type=text/javascript></SCRIPT> 
     </TD> 
    </TR> 
   </TBODY> 
</TABLE> 
  
 
Q: I have problem with Deluxe CSS Menu. The menus function well, I can see all of the text at each level. 
But the buttons in the css drop-down menu have no graphic shape or back gound color and this is at all levels.
I went through your support page but I cannot find anything that mentions this condition.
 Please help help me solve this issue.
A: Try to set in Deluxe tuner: Tools->Copy all files when saving.
Try to export your menu to html once again.Q: I am trying out your menu and I've made out a little test case in the attached file.
 If you run it, you will see that the horizontal drop down menu css scrollsOUTSIDE the container div to the edges of the window. Is there anyway I can make the hhorizontal drop down menu css be within the container div and yet scroll? 
 And will the solution be cross-browser?
 Note that menuDiv needs to have a collapsableDiv style. I am assuming that that is not a problem.
A:  Try to set exact width for the submenu:
  var smWidth="925px";