Recent Questions
Q: I think that your product is great makes everything look nice and professional with the drop down menu Items. My question is I have certain menu Items that I will need to disable at certain times. I do this now using a standard button and grabbing my parameters from an SQL database. Is there a way for me to basically pull which menu items I need disabled and present the customized menu for each client. I have read that your product has this ability I was looking for a little guidance or maybee a write up on someone that has done this. 
A: Unfortunately, Deluxe Menu doesn't have such a feature.
You should write your own code, for example, on PHP. 
You can try to use the following function 
function disable() { 
 dm_ext_changeItem(1, 1, 1, ["", "", "", "", "", "_"]); 
 } 
to disable your items. 
The example you can find on our site 
http://www.deluxe-menu.com/dynamic-functions-sample.html
Please, see the source code on this page. 
Q: Is it possible to dynamically generate new popup window"on the go"?
We want several popups to appear. We have tried to automagically assigna random name, but without success, the show() command kills the commands and just redirects.
A: You can do it in two ways:
1) Call different data files with DIFFERENT winID:"window1"!
2) Call only one data file and use deluxePopupWindow.open() function to open your windows:
<a href="javascript:;" onclick="deluxePopupWindow.open('window1', 'Content1 Content1', 'Window1','width=220,height=100,resizable,scrollbars=no,middle,right,fade-effect','windowsvista_graphite')">
Click Here to see a chase1 sample
</a>
See more info:
http://deluxepopupwindow.com/window-installation-info.html
http://deluxepopupwindow.com/samples.html
Q: I have the menu installed over a Flash movie. In IE the menu flickers and in Firefox it disappears under Flash movie. Is there a fix for this that allows me to have menu lay pover Flash movie? 
A: See more info here:
http://deluxe-menu.com/objects-overlapping-sample.html
> In IE the menu flickers
You can have such effect in IE7. You should click on the flash. Yourmenu will stop flicker.
Q: I have used dhtml vertical menu on my site....when I open it in IE it works fine but in mozilla it shifts to right...wht can i do so tht it will be placed at same position in all browers 
A:  You can try to set exact width in "px": 
  var menuWidth="500px";