- Status string shows item labels - Top items and submenus have a shadow - AJAX menu loading - loads web menu data from the server "on-the-fly". - Several menus on one page - Submenus go over all page objects - Unlimited number of sub levels - UL/LI items structure - Submenus automatically scrolls
Submenus drop down over all the objects of the page (select, flash, object, embed, applet). If for some reasons a submenu can't drop down over an object, the latter will be hidden for a time when the submenu is shown.
These effects will make your menu more attractive and stylish. You can cast a shadow on the menu and submenus, set transparency. Among available transitional effects there are such as fade, mosaic, random dissolve, slide out and many others.
Create individual styles and assign them to any submenu and item. Use individual styles to achieve stunning effects!
Q: How can I upgrade to Deluxe Menu v2.0? Now I'm using v1.14.
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:
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: We have purchased 'Deluxe Menu...'. We are integrating the menu into the site. However, we are facing an issue i.e. drop down menu with css overlapping the 'Select' box in the IE 6.0.
I went through the help pages in the deluxe menu website and tried out the Suggestion of assigning 1 to dmObjectsCheck i.e. var dmObjectsCheck=1 and adding the function as below.
function dm_ext_ruleObjectHide() { return !document.all; }
It is throwing some error when we do that. Could you please suggest, what should we to get rid of overlapping. Please see the attached screen for the error. The error captured using Firefox.
A:Check that you're using Deluxe Menu v3.2.5. Check also that you have dmenu_add.js file in the same folder withdmenu.js file.
Or you can try to set also the following parameter:
var useIFRAME=1;
Q: Please tell me in very plan instructions how to load the dhtml menu slide on to a blank Front Page web page?
A:You should do the following things:
1. Create your menu in Deluxe Tuner.
2. Export the menu into html file "File/Export/To HTML".
3. Copy generated folder with all engine .js files and images ("deluxe-menu.files/" by default) and data-deluxe-menu.js (by default) into the same folder with you index.html page (created inFrontPage).
4. Now you should add several rows of code into your index.html file. You can do it in FrontPage (open HTML source of the page and edit it) or in any text editor. Open your index.html page and edit it.
Notice that you'll have errors in the Preview. But you won't get errors if you open this page in the browser.5. Add the following code in the tag:
<!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript&ht; <script type="text/javascript">> var dmWorkPath="deluxe-menu.files/";</script> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script>
and <script type="text/javascript" src="data-deluxe-menu.js"></script>
in the place where you want to have the menu. You can paste it in <table>, <div> tags.
For example: <div align=center> <script type="text/javascript" src="data-deluxe-menu.js"></script> </div>
6. Save your index.html page and open it in any browser.
Oct 13, 2009 ... I'm curious to see the Horizontal menu in use on everyone else's site! .... Now everytime I create a new page, I am copying the html code of
Horizontal Menu - Make Text Wrap Tips, Tricks and FAQs. ... I am working with multiple horizontal menus that have long text links for the ... SEO and Marketing, Website Design and Graphic Help, CSS and HTML, Javascript
Nov 10, 2009 ... This is a discussion on Variable width for horizontal CSS menu, ... spacing issue because each list item is on a separate line in the HTML
Re: Adding a horizontal bar image below top menu. Hey Mike, how good are you with css and html? The question is important so that I can explain everything
May 30, 2008 ... My goal is to create a horizontal menu between the logo header and ... To create the PHP in the header.html for Moodle won't be too hard
Feb 21, 2010 ... The following is the code I tried to use for the horizontal menu bar for ... html>body .hovermenu ul li a:active{ /* Apply mousedown effect
Nov 11, 2010 ... I'm trying to do a three-level menu (Menu on black background - the ... Umm.. we need to see the HTML as well -- or a URL so we can see the