- Hundreds of pre-designed templates - Unlimited number of sub levels - Submenus dropdown on mouseover - Submenus go over all page objects - Special JavaScript API for changing javascript menu "on-the-fly" - Relative/Absolute menu position - Cross-frame support - menus work on frameset-based pages - Visible over select boxes, iframes, pdf, flash, Java applets.
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: I have just downloaded your trial version and am trying to use de-lux tuner using the windows xpstyle1 template. I can only seem to get the top java menu button showing as grey but can change colors of submenus OK. Am I missing something or is this a restriction of the trial system i.e. how do I get the top java menu button showing the same as submenu buttons.
A:Trial version has full functionality of the licensed version.
To change submenu colors you should change the following parameters:
var menuBackColor="#F2F3F2"; var itemBackColor=["#F2F3F2","#535353"]; and Individual Submenu Style:
var menuStyles = [ ["menuBackColor=#F2F3F2","menuBorderWidth=0","itemSpacing=0","itemPadding=4px","smOrientation=undefined"], ];
For the top items you should change Individual Item style:
var itemStyles = [ ["itemHeight=21px","itemBackColor=#F2F3F2,#535353"], ];
Q: There is the possibility in the dhtml menu bars that an item has access control, that is is visible or not depending of the user?
A:You can use Javascript API and write your own code.
You can use dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams) to disable your items or dm_ext_changeItemVisibility (menuInd, submenuInd, itemInd, visibility) to hide your items.Try that.Q: The dhtml css drop down menu hides under the flash videos an the flash header in firefox, it works alright in IE and I hae been on your FAQs an followed the transparent code to add to the flash to make the menu appear and adding the code to the data file but it still doesnt work. Could you look at the source code of the site and show me an example of how it would work and what edits I need to make as it’s very frustrating that I cant launch the site without this.
A:See how you should install the menu with flash for Firefox here:
Last but not least you need to add the JavaScript for IE into the head of the ..... For example, when a menu is clicked, the content of that menu will be
SmartMenus DHTML Menu / JavaScript Menu - Forums. forums. Index · User list · Search · Register · Login · SmartMenus DHTML Menu / JavaScript Menu Home Page
The menu has 2 css files and 2 JS. Where should I paste them then? ..... all css code is called. without it your menu will fail. example class='dropdown
Jul 11, 2008 ... I have placed a javascript menu with categories and drop down lists ... For example toggle(1,60) opens/closes the second submenu and moves
Jun 30, 2009 ... Well, you can do it in Javascript easily enough. For example, look at: dhtmlxMenu - Javascript menu with rich client side API and Ajax
I use firework to generate a javascript dropdown menu and added a swf file just ... The example of the code is as below: <param name="wmode" value="opaque">
... I'm going to provide what I hope should be a definitive example here that will ... Javascript channels dropdown menu: .... marks around the code.. when i pull the menu down and click the channel name nothing happens