Recent Questions
Q: I cannot see my menu in IE7. Please, help!
A: Try to set exact value for the menu width
var menuWidth="700px";
Try that.
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: Is there a way to capture user click event just like the one in the javascript menu sliding?
A: Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each item.
However, you can achieve this by using standard html objects within items, for example:
var menuitems = [
["<div onContextMenu='your_code_here'>item text</div>", ""]
];
Q: Looks like this drop down menu creator does not allow you to select the levels with no text.
A: It is possible to select items without text. Please, try once again.
You can also use downwards and upwards arrows on the keyboard.