- Personal CSS styles for separate menu elements - Cross-frame support - menus work on frameset-based pages - Hundreds of pre-designed templates - Sound support! - Inactive/Disabled items - Status string shows item labels - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Filters and Transitional effects
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: I am working on creating a new navigation menu with Tree menu. I wonder how I can reduce the width of the menu?
A: You should set this parameter
var tmenuWidth = "275px";
Try to set also the following parameters:
var tlevelDX = 0; var tnoWrap=0;
Q: When I add the menu to sites which are using ASP script the font color doesn't change when I roll over the menu, can you please have a look for me and explain whats up.
A: You're using CSS for your web pages. You have set the font-color for the <TD> tag in an css style sheet file to #ed9c33.
Notice you should use CSS-based menu (CSS mode) if you're using CSSfor your TD tags (and for other objects).
Q: There is the possibility in the menu that an item has access control, that is is visible or not depending of the user?
A: You can use Javascript API and write your own code.
See more info here: http://deluxe-menu.com/functions-info.html
You can use
dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams) to disable your items or
dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility) to hide your items.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..