- 85% transparency for sub menus - Image arrows - Unlimited number of sub levels - Special JavaScript API for changing javascript menu "on-the-fly" - Transition #14 - "fade out" effect - Search feature - add the search area in the menu and type symbols. - Submenus dropdown on mouseover - Status string shows item labels
There can be multi level menus - create as many rows or columns of the menu as you want.
Use a mouse to drag a menu as a usual window. Also you can construct the menu where each submenu can be "detached" from the main menu (MSOfficeToolbarLike mode).
When the page is scrolled the menu remains visible. The DHTML menu can "float" along one or two coordinate axes.
Q: The property var showByClick=1; not work in popupMode=1; ??? Is it possible ???
A: Unfortunately it is really impossible to show submenu on click in popup mode.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Submenus of my javascript dynamic menu are opening higher than they should and I cannot figure out why the position setting has no effect.
A: Try to set the following parameter:
var subMenuVAlign="top";
Q: I'm currently experimenting with your script which I far more performant than any of the other I have tried so far, so we will probably go with yours and get a distributer license.
I do have a problem though...
I have two menus on my site.
Unfortunately, as they are being used, if you go over the first item in the left menu, it will show its submenu at the top; if you go over the first item of the top menu, it will also show the contents of the second menu...
How can we change this?
A:Installation of your menu is not correct. See more info about installation here: http://deluxe-menu.com/installation-info.html
There is no <script type="text/javascript"> var dmWorkPath = "menudir/";</script> parameter on your page.
Notice also that you should call dmenu.js file only once and then callyour data files. Now you have two calls of dmenu.js file.