- Special JavaScript API for changing javascript menu "on-the-fly" - Filters and Transitional effects - Image arrows - Transition #14 - "fade out" effect - Cross-frame support - menus work on frameset-based pages - Top items and submenus have a shadow - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Items with icons
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: I have a Deluxe Menu Multiple Website License and have been using it in several projects where it is running without problems. But now in my new project the sub menu won't drop down in the content frame, but will appear in the same frame as the main menu. What's wrong?
A:It seems that you open the submenu in the wrong frame.
Set ID for the first frameset: <FRAMESET id=frmSet rows=220,*> <FRAME id=frame1 src="Deluxe Menu Samples_files/cross-frame-horizontal-1.htm"> //menu frame <FRAME id=frame2 name=frame2 src="Deluxe Menu Samples_files/testlink.htm"> //content frame </FRAMESET>
Then you should open your data file in any text editor and change dm_init(); to dm_initFrame("frmSet", 0, 1, 0);
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: The drop-down submenus are now going "up" instead of "down" in the drop down menus in javascript.
A:Set the following parameter:
var subMenuVAlign="top";
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.
The slider and java menu's remain unchanged, except that now there is a pagination ... If you remove the JS declaration does the Drop-down menu work fine?
12 Oct 2010 ... JS accordian menu(need one), thedude, Coding Forum, 2, 03-16-2010 12:03 PM. Free dark blue wordpress theme with dropdown menu and slider
I can't get my front page slider to work... In the last version of the theme there was a ... <script type="text/javascript"> jQuery(function($){ ... to include the arrows for the drop-down menu and the slider shadow to the latest zip
4 Sep 2010 ... Twitter Slider Box (bottom right of most pages); Drop Down Menu (nav ... /ajax. googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
9 Mar 2010 ... I am using Beta version 6.0.472.59 beta, but still not find the SLIDER or Minimal Drop Down Menu..!!!! Is there any update on this issue
15 Aug 2007 ... If you haven't mootools 1.1 (javascript framework) included to your ... Under the position drop down menu I believe I tried them all and
5 Oct 2010 ... I need a form with a drop down menu which allows the responder to select their country ... sdickert, culusahin, joshhatcher, Alder, Mawan81
Or how about if it remained a “drop down” menu but started at the *TOP* ... Not sure exactly how it works and what JS might be involved… but it works great!
I have a problem with this nice slider in combination with a Mega Drop-Down Menu ... did the whole menu without js and simply with css, now it's working ;)