- Relative/Absolute menu position - Submenus automatically scrolls - Status string shows item labels - Personal CSS styles for separate menu elements - Transition #14 - "fade out" effect - Sound support! - Inactive/Disabled items - Submenus go over all page objects
Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance. Don't let your web site guests to get lost. Try Deluxe Menu!
Q: I'm currently experimenting with your script which I far more performant than any of the other I have tried so far, so we will probably go with yours and get a distributer license.
I do have a problem though...
I have two menus on my site.
Unfortunately, as they are being used, if you go over the first item in the left menu, it will show its submenu at the top; if you go over the first item of the top menu, it will also show the contents of the second menu...
How can we change this?
A:Installation of your menu is not correct. See more info about installation here: http://deluxe-menu.com/installation-info.html
There is no <script type="text/javascript"> var dmWorkPath = "menudir/";</script> parameter on your page.
Notice also that you should call dmenu.js file only once and then callyour data files. Now you have two calls of dmenu.js file.
Q: Is it possible to have the AJAX menu aligned vertical instead of horizontal? And is the number of levels limited? (I have a site that requires up to 4 levels...)
A:Yes, you can create vertical menu using AJAX feature.
There is no such limitation. See the following parameter: var dmAJAXCount=0;
That variable set the maximal number of submenus that will be loadedfrom server on your page.
Q: Dreamweaver navigation bar disappearing behind flash file in Firefox..
A:You should add "opaque" parameter for
Q: Do you have any tutorials on how to use dropdown menu maker?
A:Unfortunately we don't have step by step tutorial yet. We'll try to create it in the nearest time.
1. Create your menu in Deluxe Tuner.
When you open Deluxe Tuner you can click "File/New" and add items and subitems using buttons "Add Item" and "Add Subitem" on the main window.
You should set items and subitems parameters on the "Item Parameters" window. See also other parameters for the menu on the main window.
2. You should install the menu on your page. You can click, for example, File/Export to HTML.
So, you'll have folder with all engine files and images ("deluxe-menu.files/" folder by default), deluxe-menu.html file and data-deluxe-menu.js file with all menu parameters.
Open deluxe-menu.html file in any text editor and copy several rows of code into your page (for example index.html page of your website).
Copy and paste several rows into your html page (index.html).
<head> ... <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var WorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> ... </head>
You should also copy "deluxe-menu.files/" folder with all engine files dmenu.js dmenu_add.js dmenu_dyn.js dmenu_key.js dmenu_cf.js dmenu_popup.js dmenu_ajax.js dmenu_search.js and data-deluxe-menu.js file into the same folder with your index.html page.