Recent Questions
Q: I need a menu system where on the click of certain items, server side code on the page can be called and executed. Can that be done using deluxe menu?
A: You can use your own Javascript code instead standard links. For example:
var menuItems = [
["text", "javascript:your_code_here"]
];
Q: What an incredible menu!! I have never seen anything like it.Would it be possible to create a version of the dhtml menu that displays items one level down from the top menu in a 6x4 cell layout (effectively a rectangle) rather than vertically? If so, how much would the customization cost?
A: Yes, you can place the menu to the any part of your html code.Please contact support (at) deluxe-menu.com for the customization rates.
Q: How do you center the text within the top-level cels in the drop down navigation bar?
A: You should set the following parameter:
var itemAlignTop="center";
Q: How can I open the link in a new window with your DHTML MENU?
A: Please, try to set that parameter in your data.js file:
var itemTarget="_blank";