Recent Questions
Q: What setting do I use for dmAJAXCount in my java menu navigation?
A: That variable sets the maximal number of submenus that will be loadedfrom server on your page.
Q: I have seen menu like this when i scroll the page the manu will scroll follow.....can delux menu do that ?
If can how ?
A: You should use floatable feature.
You should set absolute coordinates for your menu
var absolutePos=1;
var posX="10px";
var posY="10px";
var floatable=1;
You should also check that you have dmenu_add.js file in the samefolder with dmenu.js.
Q: Will this menu rollout from within an iframe over a regular frame underneath it?
A: Deluxe Menu doesn't work with <IFrame> objects. They work with
Q: How do I make the background in my rollover drop down menu transparent?
A: You should set the following paramter in your data.js file:
var tmenuBackColor="transeparent";