Recent Questions
Q: Is it possible to insert an item at the top of the submenu in the popup menu?
A: To insert item in the specific position you should use thefollowing function:
function dm_ext_addItemPos (menuInd, submenuInd, iParams, Pos)
Q: Is it possible to centere mouse over drop down menu?
A: Check that you set relative position for the menu:
var absolutePos=0;
var posX="0px";
var posY="0px";
Place your menu in DIV or TABLE with center alignment.
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: Do you have it in vertical orientation for dropdown menu javascript, please?
A: To create vertical drop down menu you should set the followingparameter:
var isHorizontal=0;