- Special JavaScript API for changing javascript menu "on-the-fly" - Submenus automatically scrolls - AJAX menu loading - loads web menu data from the server "on-the-fly". - Filters and Transitional effects - Items with icons - Submenus dropdown on mouseover - Relative/Absolute menu position - Keyboard navigation - press Ctrl+F2 to enter the top menu
Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation. Don't allow your website visitors to get lost. Try Deluxe Menu!
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Can your menu, when placed in a master page, be propagated throughout an application's sub-folders or will the html menu need to be added to each page separately?
A:If you don't want to create your menu on each page you can use a server-side script (php, asp, vb, etc.) to generate html pages from templates on your server.
However, these scripts don't work inside of Javascript .js files, so, you should move parameters of a menu from a .js file into an html-page, e.g.:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <!-- (c) 2006, http://deluxe-menu.com -->
<script type="text/javascript" language="JavaScript1.2"> // and describe parameters of a menu var parameter1=value1; var parameter2=value2; etc.
var menuItems = [ // here you generate items using server-side scripts (php, asp, vb, etc.) ];
You can use cross frame menu. It allows you to build full-featured menus on the pages that use frame-based structure. And it's not necessary to insert any code into all the pages - just specify the additional parameters of the menu and initialize it.
Q: I am evaluating various menu systems and need to know if your supports key navigation, like alt-F to select a menu?
A:Deluxe Menu has keystrokes support.
Use the following parameter to enable keystrokes support: var keystrokes = 1; 0 - disabled (default), 1 - enabled.
Ctrl+F2 - enter the menu/switch to next menu on the page. Arrow keys - navigate. Enter - enter the menu. Esc - exit the menu.
Use also the following parameters: var dm_focus = 1; Show focus selection for selected item. var dm_actKey = 113; Key code for keystrokes activation. Works with Ctrl key only. Default value is 113 = F2 key, 114 = F3 key, 115 = F4 key, etc.
Please, try the trial version, http://deluxe-menu.com
Q: How do you center the text within the top-level menu cels for the xml drop down menu? There doesn't seem to be a setting for it in the tuner. There's a justification option for the sub-menus, but not for the top.
A: Use the following parameter to specify align for the top items: