Recent Questions
Q: We’ve recently purchased your java dynamic menu. How can we put a border around the menu, but not the title? It doesn’t appear to be an easy way to do this using the javascript data file.
A: To set border around the whole menu you should set the followingparameters:
var menuBorderColor="#C0AF62";
var menuBorderWidth=1;
Use Deluxe Tuner to create your menu.
Q: I would like all my submenus of the html menu to appear in the same location on the page and not relative to the parent menu item.
A: You can do it using the following parameters:
var subMenuAlign = "left"; - Horizontal alignment for submenus.
"pleft", "pcenter", "pright" - alignment relative to the parent submenu.
var subMenuVAlign = "top"; - Submenus vertical alignment.
"ptop", "pcenter", "pbottom" - alignment relative to the parent submenu.
Q: I never had trouble with your other scripts but Deluxe Tuner is very difficult and I am about to give it up.
I am trying to set up a new navigation bar using vista 3-1. If I add another Vista drop down menu buttons, they have a completely different look to the ones with the templates. It makes no sense.
How do I add items and have it remain the same look?.
A: See, in Vista style templates we use Individual Item Styles for thetop items.
For, example select the first item on the main window.
In the "Item Parameters" window you can see Individual Styles assignedfor this item:
Item Style - Top Item
Submenu Style - Top Menu
When you add the new item you should assign Individual Styles for itin the same way.
That is all.
Q: My second “drop down” column of the milonic dhtml menu goes up instead of down like the rest..Can you tell me how to correct this?
A: Try to set the following parameter:
var subMenuVAlign="bottom";