- Inactive/Disabled items - Special JavaScript API for changing javascript menu "on-the-fly" - Unlimited number of sub levels - Relative/Absolute menu position - Keyboard navigation - press Ctrl+F2 to enter the top menu - Horizontal or vertical orientation - Image arrows - Submenus dropdown on mouseover
Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
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: 1) is it possible to have multiple(different) images, popup menus?
2) Can it Automatically popup instead of Left click? Would you show me How?
3) What is: menuInd - index of the javascript menu script on a page, >= 0 ? Could you give more explanation?
A: > 1) is it possible to have multiple(different) images, popup menus? Yes, you can use any number of popup menus on your page.
> 2) Can it Automatically popup instead of Left click? > Would you show me How? You can use onMouseOver event instead of onClick or onContextMenu events in that case.
> 3) What is: menuInd - index of the javascript menu script on a page, >= 0 ? Each menu has ID. The ID's number starts with 0.
So, when you have several data files on your page you have such ID's:
<script type="text/javascript" language="JavaScript1.2" src="menu-top.js"></script> // ID - 0 //standard menu (doesn't use popup feature)
<script type="text/javascript" language="JavaScript1.2" src="source_pop.js"></script> // ID - 1
<script type="text/javascript" language="JavaScript1.2" src="source_pop1.js"></script> // ID - 2
<script type="text/javascript" language="JavaScript1.2" src="source_pop2.js"></script> // ID - 3
<script type="text/javascript" language="JavaScript1.2" src="source_pop3.js"></script> // ID - 4
and so on.
If you want to have different Popup menus (there color, item, text,font and so on) you should create different .js files with yourparameters. And call them from your page, for example:
If you have different item text only you can use one <SCRIPT language=JavaScript1.2 src="source_pop.js" type=text/javascript></SCRIPT> file. But you should delete the following code:
Q: There is "Incorrect Copyright" message on our website in IE7. Please, help!
A:Now on your website you're using Deluxe Menu v1.14.
You see "Incorrect Copyright" message because you're using old version of Deluxe Menu. We've fixed this bug in the new version - v2.0.
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 <noscript></noscript> 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: I am just in the process of evaluating your deluxe menus product for possible purchase. I have installed the product and i am using the Deluxe Tuner product to create my menus based on the Vista 3-08 template.
I save the project and it adds the .js files in the correct location ( all under Menu folder in my project), but none of the images for the top level menu are copied (btn_red.gif or btn_red2.gif).
So when i run my website, i see the drop down menus but no header menu images (see attached image).
What image files need copying to which location in my websites main folder?
A:When you save your menu in Deluxe Tuner (use "Save as..." or "Exportto HTML" functions) you'll get a folder with all engine files(dmenu.js, dmenu_add.js ...) and all images.
So, for Vista Style 3-08 template you'll have the following images:
Any chance of fixing it without putting back the vertical menu? .... @Klara if you use something like firebug to inspect your css, .... first section and activate the self-closing, and move the menu under the slide show?
includes: content slider / and slide menu. Keep you posted .... This way both the horizontal and vertical way of holding the iPhone would .... As a side effect you would probably want to add this to the CSS for the body:
PluginLab Vertical Flyout Menu V2.0.80 For Adobe Dramweaver PluginLab Vertical Image Menu V2.0.30 For ... PVII Simple VII-V2 Menu Object (CSS Express Drop-Down Menus) V1.30 For ADw. PVII Slide Show Magic V1.2.7 For Adobe Dreamweaver
On top of the image slide position, There are drop down menus, ... the z- indexing in your CSS file to go in front of the image slider. ... When I use " horizontal"or "vertical" as slider-type the whole thing works fine
Forum Swt Menu Background Color Screenshots. Javascript Multi Tiered Menu pulldown submenu · Menu Mouse Over html web image slide menu · Css Vertical Tree
<li><a href="#">Slide Effect</a></li> ... used that for one of my sites for a vertical dropdown menu and it works like a charm in the most common browsers i have tested. ... It doesn't necessarily have to be a css menu
A multi-level vertical menu. The root menu is currently hard-coded, and that portion is fully styled. I have selected the system (CSS/HTML/JS) to use and just need someone ... <div id="slider-wrapper"> <div id="slider">
vertical:false, step:1, min:1, max:100, value:50 .... We have created a sample with the slider as a custom section for the lightbox, check it out: ... codebase /dhtmlxscheduler.css" type="text/css" media="screen" title="no .... dhtmlxCombo, Tabbar, Menu, Toolbar, dhtmlxLayout, Windows, Accordion
1 janv. 2010 ... Je dispose d'un menu CSS vertical avec des sous-menus. ..... mise en forme et javascript (jquery powa) pour l'animation (slide, fade, etc
Superfish Vertical Menu - Arrows not showing up in any browser ... but I can't get the arrows to show up in my Superfish Vertical menu. ... animation: {height: 'show'}, // slide-down effect without fade-in; delay: 1200, ... <li class=" current"><a href="whowho.php">Who's who in Shinwakai</a>