- Search feature - add the search area in the menu and type symbols. - Status string shows item labels - Sound support! - Cross-frame support - menus work on frameset-based pages - Relative/Absolute menu position - Submenus automatically scrolls - Special JavaScript API for changing javascript menu "on-the-fly" - AJAX menu loading - loads web menu data from the server "on-the-fly".
There can be multi level menus - create as many rows or columns of the menu as you want.
Use a mouse to drag a menu as a usual window. Also you can construct the menu where each submenu can be "detached" from the main menu (MSOfficeToolbarLike mode).
When the page is scrolled the menu remains visible. The DHTML menu can "float" along one or two coordinate axes.
Q: My sub menus are not rendering correctly in IE8 RC1 when my Vista machine is set to 120 dpi. I did not notice this as a problem until I installed RC1 today.
A: The menu works correctly in IE8 RC1 (120 dpi), if your browser image any font incorrectly(Tahoma in that case) the menu couldn't correct this.
It is possible that the reason is in the filters. You can try to turn off filters orchange font:
var transparency="100"; var transition=-1;
Q: I want that the font of an selected menupoint for the horizontal tree view is bold and red. What is the variable to define that?
A:Try to use the following parameter:
var tpressedFontColor = "#AA0000"; // Color of a text of selected items. Used when var ttoggleMode = 1.
Date: 10.21.2005
Q: I’m trying to set up Ajax dhtml menu tree script but it doesn’t work..
A:To enable AJAX Tree Menu use the following menu parameters:
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.
Post questions on javascript here. ... Javascript server side needed to connect & retrieve from SQL DB. ISMAILC ... Drop Down Menu within a Menu Include Page
Jun 4, 2012 ... Right now, the flags are shown on top of the dropdown menu. ... <a href=" javascript:doTranslate('en|en')" onclick="_gaq.push(['_trackEvent',
If I found a javascript drop down menu that uses lists, is there a way to "populate" the list using calls to the API? For example, could I create a suckerfish menu
I posted this question in a previous post but thought it really didn't have much to do with the post original title thread. I'm trying to make a simple
Jun 10, 2010 ... Drop-Down menu code explained - posted in Javascript Tutorials: Hi, I a few days ago I came across Paradoxs code for a drop-down menu and
May 20, 2012 ... When touch address bar a drop down menu open from history. But, we can't select one web address from that in my touch mobile. Any solution
May 7, 2011 ... I read a graph that said 2% of people don't have javascript enabled. I'm thinking of using a javascript dropdown menu.Looking at this one her