- Status string shows item labels - Cross-frame support - menus work on frameset-based pages - Visible over select boxes, iframes, pdf, flash, Java applets. - Submenus automatically scrolls - Personal CSS styles for separate menu elements - UL/LI items structure - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Inactive/Disabled items
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I want to separate the main items with an image in the website navigation bar.
A: To add a separator you should
//--- Separators var separatorImage=""; //for subitems (top items in vertical menu) var separatorWidth="100%"; var separatorHeight="3px"; var separatorAlignment="right"; var separatorVImage="separator.gif"; //for the top items (subitems items in vertical menu) var separatorVWidth="100%"; var separatorVHeight="2px"; var separatorPadding="";
You can create separators using menuItems (you can do it in DeluxeTuner, use "Add separator" button), for example:
var menuItems = [ ["item 1"], ["-"], // this item is separator ["item 2"], ];
Q: I am trying to create a tab menu and I have some questions. I want each tab in a hover tab menu has a different image, the normal and hover state uses the same image and the selected state uses a different image.
A:If you want to use different images you should use Individual Item Styles and assign them for your tabs.
Q: I just discovered your product and I think it is fabulous! I would like to buy it, but have one issue which is strange:
I have a list of 12 items, each with a submenu that is loaded using the ajax technology. The submenues are loaded correctly for the first 8 items, but not for the last 4 items. I can switch items around, always the first 8 only get loaded. Is there a limitation to 8 items?
A:No, there is no such limitation.
Please, check the following parameter: var dmAJAXCount=0;
That variable set the maximal number of submenus that will be loadedfrom server on your page.