- Text aligned to left - Submenus automatically scrolls - Visible over select boxes, iframes, pdf, flash, Java applets. - Keyboard navigation - press Ctrl+F2 to enter the top menu - Status string shows item labels - Transition #14 - "fade out" effect - Cross-frame support - menus work on frameset-based pages - Items with icons
Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/inactive. Addition/removing of items. Changing of visibility of items. Getting the information on any menu, submenu and items. Other tricks.
Opportunity to control the menu from the keyboard.
Cross-frame mode allows you to build full-featured menus on the pages that use frame-based structure. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.
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: Is it possible to have the "parent" item be purely an image but the dropdown portion of the menu being in regular text?
What we want to do is show emulate a basic text look for the main menu headings but the font is a special font so we have to use an image. When hovered over we'd like to replace the image (i.e do a rollover) with the same text but a different color.
A:Yes you can create such menu. You should use images for the main items.
You should write your menu items in the following way: ["","", "images/vista1/btn_black.gif", "images/vista1/btn_black_blue.gif", , , , , , ], ["","", "images/vista1/btn_black.gif", "images/vista1/btn_black_blue.gif", , , , , , ],
Q: I'm testing the trial version and I'm having a little problem with the state saving. Everytime it navigates to another page, it does not save the state, even with
var tsaveState=1;
In fact, it actually opens up a different menu other than the one I originally clicked.
A:See, if you open pages (with menus) from different folder it means that you open different menus. So, when you change a state, for example, of the first menu within "newzap/" folder and then open another page with the menu within "newzap/learn/", browsers looks for another cookie file and can't find it and the second menu stays in a default state.
Try to set different
var tsavePrefix="menu1"; var tsavePrefix="menu2"; var tsavePrefix="menu3";
for different menus. That should work.
Q: I have bought this from you. What is the name of the divlayer(s)? Here's a bit of the modified menu code:
I open an Iframe inside the javascript menu design item, and it works fine, but is there a way to close it? I know the commands for hide layers, but I can't find any div layer names to use.
A: I'm not sure I understand you.
Do you want to hide your items?
You can try to use API functions
function dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility)
Sep 15, 2006 ... Some of the main features of Likno Drop-Down Menu Trees are: ... individually for three different states, normal, mouse over and selected
Sep 23, 2009 ... I am trying to implement drop down menus using WonderWebShare's CSS Menu ..... [ a-z0-9_-]*on(hover|active|unknown))/i).exec(newSelect)[1];
Now, running RokNavMenu on the main menu just as the default settings on the ... there is no highlighting on those submenu items when I mouse over them. ... What would SEF have to do with menu hover highlights anyway?
Apr 25, 2008 ... Is there a way to create a dropdown menu in the same fashion as dijit.form. DropDownButton but make it so it happens when you mouseover
Jul 22, 2008 ... e.g. If i create a page menu and set it as being a tab, i would expect to get a menu appearing on mouseover listing all the other ... Re: Page Format Drop Down Menu. by Tim Chubb - Tuesday, 22 July 2008, 08:50 PM