- Submenus automatically scrolls - Special JavaScript API for changing javascript menu "on-the-fly" - Sound support! - Personal CSS styles for separate menu elements - Submenus dropdown on mouseover - Keyboard navigation - press Ctrl+F2 to enter the top menu - Horizontal or vertical orientation - Cross-frame support - menus work on frameset-based pages
Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation. Don't allow your website visitors to get lost. Try Deluxe 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: I don't know anything about what JavaScript is all about...and I'm currently trying to get a menu that will float as I scroll down the page. I saw the examples you have and I'd love to be able to do that on my website, but I don't understand the scripting that you have written there. Like, what makes it float from this text...
A:If you want a floatable menu, you should set an absolute position forthe menu and paste the following code into your html page:
Paste the following code into <head> tag
<script type="text/javascript"> var dmWorkPath = "data.files/";</script> <script type="text/javascript" src="data.files/dmenu.js"></script>
Then set coordinates of top-left menu corner in the data .js file, forexample:
var absolutePos=1; var posX=30; var posY=110;
Then set var floatable=1.
The parameter floatable=1 makes a floatable menu.
Also you can change any of menu parameters inside data .js file.
Q: I’m trying to setup a simple DHTML MENU (TREE MENU). It works just fine. I just have an issue that I can’t solve.
The parameter “ var tmenuHeight = "0"; Your documentation says the following -----------
Height of the menu in (px, % or other units). If the value 0 - the menu sets its height automatically. If the value is small - scrollbars appear.
In IE it looks fine but I cannot see the menu in Firefox. When I set the parameter to for example 100 then it shows up both in IE and Firefox. But I cannot set a value in pixels. I don’t know how big the menu is because it’s dynamically built. According to your doc I can specify the value in percentage but this doesn’t work. When I set the value to “100%” it doesn’t show up in Firefox again.
How can I solve this issue?
A: Try to set this parameter in the following way:
var tmenuHeight = "auto";
Q: Is it possible to insert an item at the top of the submenu in the popup menu?
A: To insert item in the specific position you should use thefollowing function:
function dm_ext_addItemPos (menuInd, submenuInd, iParams, Pos)
transMenu { position:absolute; overflow:hidden; left:-1000px; top:-1000px; .... Lightbulb Flyouts not dropping down in HORZ setting ... One small issue...seems that with v1.1, even with a horizontal menu,
The horizontal drop-down suckerfish menu is not funcioning. The fly-out suckerfish works fine. ... color:#333;width:104px; height:20px; text-align: center;border:1px solid #fff;line-height:20px;overflow:hidden;}
Aug 18, 2010 ... /*Drop Down Menu */ #globalNav {color:#666;margin:0;padding:0 ... #fff;} /* float the list to make it horizontal and a relative positon so that ... level flyout menu for a left flyout */ #globalNav ul ul ul.left .... yeah .. u are right ... ... well ... this class "slideFloat" need overflow: hidden
22. Juni 2010 ... Im Moment habe ich ein horizontales Menü und benutze dafür das Shiny Buttons Menü. ... Ich habe jetzt gelesen man kann dafür das "Flyout/Dropdown-Menü" ... Da sind anweisungen wie overflow:hidden vorhanden die das
The flyout menu is always appears and sticks on the top of the page. ... I also went into my joomla template and changed overflow:hidden to ... need to move the cursor horizontally to the right above the fly-out and down
alors je me suis dit que j'allais la rajouter (sans le overflow:hidden) ... http ://www.joomlack.fr.nf/demos-d-extensions-joomla/menu/flyout-menu-ck.html .... Bref j'ai exploité en local sous J1.5.15 et php 5.3 ton menu horizontal
U starého layoutu, kde není horní menu atd na pevno, tak vše funguje. ... the top list items to make it horizontal and a relative positon so that you can ... position the third level flyout menu */ .menu ul ul ul{left:12em;top:0 .... Jak píše panther, je to z-index + overflow:hidden na div#zahlavi
Menu flyouts appear behind page content on IE and are unaccessible ...... Problem with Horizontal menu automatically expanding ... Menu loses focus on FireFox if underlying div is set to overflow:auto or scroll
I'm using a Superfish horizontal dropdown menu at the top of my site above the header. ... overflow:hidden; } ul.pureCssMenu li { float:left; .... It's just a website that you can arrange your flyout menu right on the
Jan 25, 2009 ... 1) sometimes the complete menu ul is diplayed vertically a fraction of a second before the code turns it into a horizontal menu. ... that the movement effect has two stages (fly out, drop down), that it is easy to style. ..... overflow:' visible' }); at line 82, with this.menu.setStyles({
ich habe ein wie im Betreff geschriebenes Menü in eine Webseite ... overflow: hidden; } /* position the third level flyout menu for a left flyout */ .menu ... .menu ul ul { width: 148px; } /* float the list to make it horizontal and a
Dec 1, 2010 ... Example: I set the horizontal widget zone to 400 pixels wide, ... when you right mouse click and select "view source" from the flyout menu
[CSS] CSS Menü verschieben funktioniert nicht so recht & Probleme mit IE Workaround .... [CSS] overflow:auto Problem in Safari u.a.; [CSS] Seite automatisch verlängern ... [CSS] Vertical Flyout Menu ohne suckerfish; [CSS] div nach unten ... [CSS] Liste in Liste als doppelte Horizontale Navigation formatieren
Und zwar soll das Menü horizontal sein, das tut es auch im ie7 und ... html . menu a, * html .menu a:visited {width: 144px; w\idth:144px; overflow:hidden; } ... position the third level flyout menu for a left flyout */