- Visible over select boxes, iframes, pdf, flash, Java applets. - Relative/Absolute menu position - Cross-frame support - menus work on frameset-based pages - Several menus on one page - Items with icons - Special JavaScript API for changing javascript menu "on-the-fly" - Keyboard navigation - press Ctrl+F2 to enter the top menu - Top items and submenus have a shadow
Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Q: How would I use the submenu feature to display itself only if a person is logged in. such as if a person logged in then the member area would expand, else it would always stay closed with only the login username section showing?
A: Unfortunately it is not possible. You can only add items depending onthe logged user.
You should use API functions: see more info: http://deluxe-menu.com/functions-info.html For example, you can use: function dtreet_ext_insertItem (menuInd, parentItemID, itemInd, itemParams) function dtreet_ext_deleteItem (menuInd, itemID) function dtreet_ext_showItem (itemID, visibility) function dtreet_ext_expandItem (itemID, expand)
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Can youtell me which transition is the regular traditional transition with no effects for the dhtml navigation?
A:You can use var transition=0;
if you don't want to use transition you should set:
var transition=0; var transOptions=""; var transDuration=0; var transDuration2=0; Q: Deluxe menu is working fine but could you provide some steps for using the javascript tab menu?
A: You should paste your content in the <div> .. </div> tags.