Recent Questions
Q: How do I make the main nav links in the dhtml navigation align left (they are center aligned).
A: Try to use the following parameter:
var itemAlignTop="left";
Q: How do I make the main nav links align left in my horizontal menu (they are center aligned).
A: Try to use the following parameter:
var itemAlignTop="left";
Q: Java sub menu not working after upgrade to deluxe menu 3.0. Please check.
A: See, you've set the following parameter:
var transparency="0";
That is mean that your submenus will be transparent. You won't seethem.
Try to set another value, for example:
var transparency="100";
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"]
];