- Text aligned to left - Submenus dropdown on mouseover - Top items and submenus have a shadow - Items with icons - Special JavaScript API for changing javascript menu "on-the-fly" - Image arrows - Submenus automatically scrolls - Cross-frame support - menus work on frameset-based pages
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: I would like to setup a menu that is Horizontal at level 1,Horizontal at level 2, then vertical from then on. Can your system handle this? Even if I need to manuallytweak something that would be fine.
A:Unfortunately, the menu can't do that. You can only set theorientation for the top-menu and its submenus.
Q: I think I followed the instructions on FAQ to center my drop down menu js but it still will not center. Can you help?
Q: I need to know how to have the background in the main menutransparent, and then the sub-menu/s a different translucent color. Or, the background for the main menu one color, and the sub-menu/s a different color..
A: To set transparent background for the menu you should set:
var menuBackColor="transparent"; var itemBackColor=["transparent","transparent"];
and use Individual Item Styles for your submenus:
var itemStyles = [ ["itemBackColor=#8EE8E1,#26BBB0"], //style0 ["itemBackColor=#F4B7FB,#E65AF5"], //style1 ];