- Horizontal or vertical orientation - Hundreds of pre-designed templates - AJAX menu loading - loads web menu data from the server "on-the-fly". - Submenus automatically scrolls - Text aligned to left - Transition #14 - "fade out" effect - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Special JavaScript API for changing javascript menu "on-the-fly"
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
Q: I\'m testing out your menu system and I have a question regarding one of our current menu item\'s functionality.
Currently, I have a menu item that performs an onclick window.open function so that it opens a popup window at a certain size and with certain parameters. Is it possible to have similar functionality with an item on your menu system?
A:You should use a Javascript code with a link field so:
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: The secondary javascript menu style sub menu under Aircraft doesn't line up the same as in Tuner..
A: Deluxe Menu doesn't work correctly (incorrect submenu position) if youhave complex frame structure.
The problem is in a structure of your frameset. Mozilla browsers can't determine absolute coordinates for a frame, so submenus drop down with an offset.
You should create, for example, the following frameset structure:
--|------------|-- | top | --|------------|-- | menu | --|------------|-- | | | submenus | | |
Now a second row has 3 columns and all browsers can determine a width of the 1st column in the second row.
Q: The items of the flash drop down menu hides behind the video. Do you have other suggestions?
A: You should add "opaque" parameter for <object> and <embed> tags, for example: