Recent Questions
Q: About to purchase my third license, but I have a problem. I just loaded the menu tuner 3 on to my pc and updated my menu. Now, my second “drop down” column of the 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";
Q: I am trying to change the Width for only one javascript popup menu item and going to the below menu individual style and changing the smwidth .
But this is not changing.
A: You should assign Individual Submenu Style for the items.
You can assign it in the "Item Parameters" window.
Select for example the first item in submenu and assign IndividualSubmenu Style.
Q: Where can I give the body of the javascript method which I use in cool dhtml menu?
A: You can define functions after menuItems, before you call dm_init();function.
var menuItems = [
["text", "javascript:your_function(...)", ...]
];
Where your_function(...):
function your_function(...)
{
.....
}
Q: It's me again, I got the buttons to show... Now, looking to get the floating feature to work in the java script menu.
A: To enable floating feature you should set the following parameter:
var floatable=1;
Check also that you have dmenu_add.js file in the same folder withdmenu.js file.