- AJAX menu loading - loads web menu data from the server "on-the-fly". - Transition #14 - "fade out" effect - Search feature - add the search area in the menu and type symbols. - Items with icons - Submenus go over all page objects - Sound support! - Several menus on one page - Submenus dropdown on mouseover
Setup menu parameters manually or using De Luxe Tuner. Then add some rows of a code within html page code and your menu is ready!
Use special Java Script methods for: Dynamic changing of items (link, text, icons, arrows and even individual style!). Addition/removing of items or submenus. Disabling and enabling menu items. Getting the info on every submenu, menu, and items. Changing appearance of items. Other coding tricks.
Cross-frame mode lets you to construct full-featured dhtml menus on the pages with frames. But for all that frame set it's not necessary to insert any additional code into all the pages - just specify several extra menu parameters.
Ability to handle the menu from the keyboard via keystrokes.
Q: We are facing a problem with display of deluxe menu in Internet explorer 7.0 Java script menuis displaying fine in Mozilla Firefox & Internet Exploer 6.0.
A:Your browser has JavaScript option disabled. It means that no one JavaScript element can be run. You should to enable JavaScript in IE:
Tools -> Internet Options -> Security -> Custom level... -> Scripting -> Active Scripting = Enable
There is no way to enable these preferences automatically, in othercase there are no reasons to create security preferences.
You can use search engine friendly code, so you'll see all yourlinks (for the main items and submenus) when your security settings in IE doesn't allow Javascript.
You can generate search engine friendly code. Deluxe Menu is a search engine friendly menu since v1.12. To create a search engine friendly menu you should add additional html code within your html page:
To generate such a code use Deluxe Tuner application. You can find this GUI in the trial package. Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).
Q: Is there a way we can add javascript behaviors to the sliding dhtml menu actions? For example, is there a way we can add an onClick function to a menu item (eg,onClick="return MyFunction( )" ) so that we can catch and process key events?
A:Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each item. However, you can achieve this by using standard html objects within items, for example:
var menuitems = [ ["
item text
", ""] ];
You can use your own Javascript code instead standard links. For example:
var menuItems = [ ["text", "javascript:your_code_here"] ];
Try that.
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: Would it be possible to introduce more font decoration options to the mouseover variables for the horizontal navigation?I would like to add bold as a mouseover font decoration, but obviously this is not possible at the moment.
A:Unfortunately, Deluxe Menu doesn't have such a feature. You can onlyset it's color. You cannot set the font of menu item bold when selected.
You should addthe following code in your data file:
function changeFont(obj, over) { obj.style.fontWeight = over ? 'bold' : 'normal'; obj.style.fontSize = over ? '13px' : '12px'; // You can not use this line }
il faut en effet 'scroller' verticalement pour savoir de ce que vous faites et qui vous .... menu CDATA #IMPLIED forceHelp CDATA #IMPLIED ... @import "/WebRoot /Orange/javascript/dijit/themes/epages/widgets_base.css";
il faut en effet 'scroller' verticalement pour savoir de ce que vous faites et qui vous .... menu CDATA #IMPLIED forceHelp CDATA #IMPLIED ... @import "/WebRoot /Orange/javascript/dijit/themes/epages/widgets_base.css";
[CSS] Menü. Darstellungsprobleme · Fehler bei hinzufügen von einem Link in ein DIV mit ... CSS Box - vertical align · Probleme mit Sonderzeichen und .htaccess- Datei? ... JavaScript dynamisch verändern (greasemonkey) · Dojo, Dijit
il faut en effet 'scroller' verticalement pour savoir de ce que vous faites et qui vous .... menu CDATA #IMPLIED forceHelp CDATA #IMPLIED ... @import "/WebRoot /Orange/javascript/dijit/themes/epages/widgets_base.css";
[CSS] Menü. Darstellungsprobleme · Fehler bei hinzufügen von einem Link in ein DIV mit ... CSS Box - vertical align · Probleme mit Sonderzeichen und .htaccess- Datei? ... JavaScript dynamisch verändern (greasemonkey) · Dojo, Dijit
[CSS] Menü. Darstellungsprobleme · Fehler bei hinzufügen von einem Link in ein DIV mit ... CSS Box - vertical align · Probleme mit Sonderzeichen und .htaccess- Datei? ... JavaScript dynamisch verändern (greasemonkey) · Dojo, Dijit