- Visible over select boxes, iframes, pdf, flash, Java applets. - Submenus automatically scrolls - Submenus dropdown on mouseover - AJAX menu loading - loads web menu data from the server "on-the-fly". - Filters and Transitional effects - Image arrows - Unlimited number of sub levels - Submenus go over all page objects
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: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
A:How to upgrade to v2.00 --------------------------------------------------------------- You can download the licensed engine .js files from the same link in your license message.Deluxe Menu v2.00 has new parameters and features. To upgrade to v2.00 you should do the following.
Step 1. 1.1 For Windows users a. Run Deluxe Tuner v2.0 (can be found in the trial menu package v2.0 http://deluxe-menu.com/deluxe-menu.zip). b. Open menu data file (.js file where menu parameters are placed): select File/OpenЕ c. Save the file: select File/Save, then click "No" button when the dialog box appears.
1.2 For other OS users a. Open menu data file (.js file where menu parameters are placed) in a text editor. b. Make sure that the following variables exist in the data file:
var keystrokes = 0; var dm_focus = 1; var dm_actKey = 113;
var dynamic = 0; var smHideOnClick = 1; var itemAlignTop = 'left'; var smSmartScroll = 1;
var dmAJAX = 0; var dmAJAXCount = 30; var dmRTL = 0; var dmObjectsCheck = 0; var menuBackRepeat = "repeat"; var menuHeight = ""; var transDuration2 = 200;
If one of the variables doesn't exist - add it at the beginning of the file.
c. Save the file.
Step 2. Now open HTML-page that contains Deluxe Menu.
Step 3. Replace existent tags of the menu by the following code:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
Step 4. Save HTML-page.
Step 5. New engine v2.00 has 7 .js files. They are: - dmenu.js - dmenu4.js - dmenu_add.js - dmenu_dyn.js - dmenu_key.js - dmenu_cf.js (new v2.00) - dmenu_popup.js (new v2.00)
Replace all old .js files by the files from v2.00.
Try that.
Q: Is there a problem with your menu software and IE 7? My menu was working fine, now that I upgraded the browser to IE 7, the menu doesnot show any more.
A: Try to set exact value for menu width.
For example: var menuWidth="800px";
Your menu should work fine.
Q: I really like floatable tree menus and want to add in this website. I am not professional website developer … I’ve installed your trial software … but not able to add tree menus in my website. Can you pls guide me how I can add dhtml vertical menus in left side bar of website?
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 application. You can create any menu you like in Deluxe Tuner.
You can use ready to use templates. You can find them in the templateswindow.
When you open Deluxe Tuner ( Deluxe Tree ) 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.
You can also use Individual Styles for items and subitems.
2. You should install the tree menu on your page. You can click, for example, File/Export to HTML.
Add several rows into your html page. <head> ... <!-- Deluxe Tree --> <noscript><a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Tree.com</a></noscript> <script type="text/javascript"> var tWorkPath="deluxe-tree.files/";</script> <script type="text/javascript" src="deluxe-tree.files/dtree.js"></script> <!-- (c) 2006 - 2007, http://deluxe-tree.com --> ... </head>
<body> ... <table> <tr><td><script type="text/javascript" src="menudir/data-tree.js"></script> </td></tr> //data-tree.js - data file created in Deluxe Tuner. </table> ... </body>
You should also copy all engine files dtree.js - menu engine file dtree_add.js - additional module for floatable/movable menus dtree_dyn.js - additional module with Javascript API to change the menu "on-the-fly" dtree_ajax.js - additional module with the AJAX-like support
into "deluxe-tree.files/" folder. You should place this folder in thesame folder with your index.html page.
Try that.
Q: I have the menu installed over a Flash movie. In IE the menu flickers and in Firefox it disappears under Flash movie. Is there a fix for this that allows me to have menu lay pover Flash movie?
Re: Expanding the navigation bar. Post by cindy2007 on Tue Aug 04, 2009 7:30 am. I read the info on css from your site that you suggested and it helped me
May 3, 2010 ... Expanding Vertical Menu. Hi, I'm having trouble with creating my side ... See Note 2--> <li class="current_page_item"> <a title="You are
Solution to Suckerfish (or other) menus expanding behind "Frontpage Slideshow" .... In template.css.css add the red z-index: div#horiz-menu li { margin: 0;