- Keyboard navigation - press Ctrl+F2 to enter the top menu - 85% transparency for sub menus - Items with icons - Unlimited number of sub levels - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Horizontal or vertical orientation - Submenus automatically scrolls - Cross-frame support - menus work on frameset-based pages
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: I am using Javascript Menu. Deluxe Menu. v1.12 How can I upgrade to v.2.0?
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:
<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: Is there a way to hide a menu options using either CSS or the java api based on the site user for the mouseover menu?
You can try to use API functions in that case: function dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility) To disable items you should set the target parameter to "_". You can try to use the following function
function disable() { dm_ext_changeItem(0, 1, 1, ["", "", "", "", "", "_"]); } to disable your items.
Q: When using website tab menu, where do I place the text content related to the selected tab, (the text presented on the rest of the screen under the tab)? And who do I connect a specfic text to a certain tab?
A:See, for each item you should assign the ID property of the contentDIV (see data file with your menu parameters). You should set var tabMode=0;
And on your html page you should create DIV's with such ID. You canset background image for these DIV's in styles.
<div id="contentName" style="height: 0%; visibility: hidden; background-image: url('img/back.jpg'); background-repeat:repeat-y;" class="tabPage"> <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p> You should paste your content here!!!!! </div>
<div id="contentDescription" style="height: 0%; visibility: hidden;" class="tabPage"> <p align=center><img src="img/style01_title.gif" width=140 height=90 alt="Glass Style Tabs"></p> You should paste your description here!!!!! </div>
Q: How woud I make all the sub-menu’s height and text smaller in the css dhtml menu?
A:You can create Individual Item Style and assign it to each item insubmenu.
For example:
var itemStyles = [ ["itemHeight=10px","fontStyle=normal 9px Trebuchet MS, Tahoma"], ];
and assign it to each item in submenu: ["|Item 7","", "", "", "", "", "0", "", "", ], ["|Item 8","", "", "", "", "", "0", "", "", ], you can also use standard <br> tags. ["|Home text<br>text","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ],
dTree Navigation Menu : Javascripts Tree at Destroydrop; Definition lists - misused or misunderstood ... Drop-Down Menus, Horizontal Style : at A List Apart
Oct 13, 2009 ... I'm curious to see the Horizontal menu in use on everyone else's site! .... then the xml includes javascript for dynamic tabbed dropdowns
Make your web site clean and accessible with Javascript Menu Builder! Php Tutorial Menu Position ... Horizontal Css Dhtml Menu. Forum Images Icon Samples
Has anyone developed a horizontal flex menu that expands down first, then out to the side? Basically merging the Expanding and Horizontal style flex menus from the ... Not sure where to put my javascript (12/6/2010)
10 mai 2008 ... Menu horizontal 3 niveaux verticql - Forum. Meilleure réponse: SALUT en voila un sans javascript !! adapte le a tes besoins , j ai mis des
23 août 2007 ... Je cherche un script de menu horizontal fait avec des images en arrière plan ... Merci, mais il y aurai pas plus simple que le javascript,
22 avr. 2009 ... je viens vers vous car je n'arrives pas à trouver de plugin (script) de menu horizontal sur 2 lignes. La première serait les rubriques,
Orientation of the Menu Create both horizontal and vertical menus and submenus with any amount of menus on one page. HTML Javascript Scrolling Menu Bar
Can I create horizontal scroll bar using javaScript for html <select> element? .... The secret to centred drop-down menus is removing the overflow:hidden;