- Sound support! - Cross-frame support - menus work on frameset-based pages - Hundreds of pre-designed templates - AJAX menu loading - loads web menu data from the server "on-the-fly". - Submenus automatically scrolls - Several menus on one page - Unlimited number of sub levels - Horizontal or vertical orientation
Sub menus dropdown over all the objects on the page (select, applet, flash, object, embed). If for some reasons (old browser) a submenu can't go over an object, the object will be hidden for a time when the submenu is shown.
Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
These effects will make your menu neat and chic. You can set transparency, cast a shadow on the menu and submenus. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.
Q: IHow can i make that the background-color will be standing behind the click in this part of dhtml menu slide?
A:Deluxe Menu has only two states normal and mouseover, but you can highlight menu items by default in two ways:
Try to do the following things:
- delete var pressedItem=1; parameter from your data file - set correct parameter on each page before you call data file, forexample:
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var dmWorkPath = "menudir/";</script> <script type="text/javascript" src="menudir/dmenu.js"></script> <script type="text/javascript"> var pressedItem=3;</script> ... <script type="text/javascript" src="menudir/data.js"></script>
You can also set a pressed item using Javascript API:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)
Sets a current pressed item. menuInd - index of a menu on a page, >= 0. submenuInd - index of a submenu, >= 0. itemInd - index of an item, >=0. recursion = true/false - highlight parent items.
But notice, to use dm_ext_setPressedItem() you should know ID of selected item and subitem. You can't get this ID after you reload your page. That is why you should write your own code on PHP.
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 will build menu for several books’ Contents, each book is more than 100 lines and has links. I think if all the books’ contents in 1 *.JS file then it is TOO LOONG!!. Can I break it down to 1 book for 1*.JS ? How?
A:You cannot divide your menuItems parameter. You can only use one .js file for your menu parameters and the other.js file for your menuItems = [...];
But you can do it in two ways.
1) You can try to use several menus on the one page, for example: param.js // file with menu parameters (all parameters before menuItems = [...];) menu1.js // menuItems for "AC-DC", "ANLOG" menu2.js // menuItems for "DIGITAL", "WinXP" menu3.js // menuItems for "MS-Word", "MS-Excel" In these menu files you should write menuItems = [ ... ]; dm_init();
Then you should install your menu in the following way
But it will be easier to use vertical menu in such case var isHorizontal=0; var smColumns=1;
2) You can also try to add some code, see the attached example.
In the first file (@MY books (Multiple Col.js) I write menuItems for the first item "AC-DC". Notice that you should delete comma at the end of the last item var menuItems = [
["AC-DC","", , , , , , , , ], ["|@Book1","testlink.htm", , , , , , , , ], ... ["|@Book3","", , , , , , , , ], ["||CH02","", , , , , , , , ], ["||CH01","", , , , , , , , ] // delete comma at the end of the last item
];
In the second file (@MY books (1.js) you should write menuItems = menuItems.concat(
[
["ANLOG","", , , , , , , , ], ["|@Book1","", , , , , , , , ], ["|@Book2","", , , , , , , , ], ["|@Book3","", , , , , , , , ] // delete comma at the end of the last item
] );
In the third file (@MY books (2.js) you should write menuItems = menuItems.concat(
[M-Button] Fixes plugin set - Plugins - Resources - Maxthon Forum Maxthon Forum ... Forum :: Indexhibit it appears that changing the "#menu" background color doesn't work on ... Menu Expand Javascript javascript horizontal tab submenu
At the moment, if I use it on my indexhibit site, the index is repeated twice, as it loads the desired page and its referring menu into the frame. ... and this is no doubt an indexhibit/ iframed plug-in issue
[not resolved] two columns (a la indexhibit) layout, 5, kopeikin, 1 day ... [ resolved] Best Plugins/Functions To Use With Thematic To Protect My Blog?
[not resolved] two columns (a la indexhibit) layout, 5, kopeikin, 1 day ... [ resolved] Best Plugins/Functions To Use With Thematic To Protect My Blog?
[not resolved] two columns (a la indexhibit) layout, 5, kopeikin, 1 day ... [ resolved] Best Plugins/Functions To Use With Thematic To Protect My Blog?
At the moment, if I use it on my indexhibit site, the index is repeated twice, as it loads the desired page and its referring menu into the frame. ... and this is no doubt an indexhibit/ iframed plug-in issue
At the moment, if I use it on my indexhibit site, the index is repeated twice, as it loads the desired page and its referring menu into the frame. ... and this is no doubt an indexhibit/ iframed plug-in issue
[M-Button] Fixes plugin set - Plugins - Resources - Maxthon Forum Maxthon Forum ... Forum :: Indexhibit it appears that changing the "#menu" background color doesn't work on ... Menu Expand Javascript javascript horizontal tab submenu
[M-Button] Fixes plugin set - Plugins - Resources - Maxthon Forum Maxthon Forum ... Forum :: Indexhibit it appears that changing the "#menu" background color doesn't work on ... Menu Expand Javascript javascript horizontal tab submenu