- Search feature - add the search area in the menu and type symbols. - Hundreds of pre-designed templates - Top items and submenus have a shadow - Personal CSS styles for separate menu elements - Special JavaScript API for changing javascript menu "on-the-fly" - Horizontal or vertical orientation - Items with icons - Sound support!
You can set the size of the menu in pixels, percent or other units. The menu may have an absolute or relative position (it can be inserted into the table).
Use any necessary font of any color, size and font decoration. Create any available type, thickness and color of a menu's frame.Choose any color for backgrounds of submenus and items.
Specify various values for padding and spacing for the whole menu and for each separate submenu.
You can specify a time for delays in showing or hiding of a submenu. Use special prefixes for image paths and links to make paths absolute.
Create separators using your own pictures, size and alignment.
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(
Notice that you should write dm_init(); function in the last file.
In the .html file you should write ... <tr> <script type="text/javascript" src="@MY books (Multiple Col.js"></script> <script type="text/javascript" src="@MY books (1.js"></script> <script type="text/javascript" src="@MY books (2.js"></script> </tr> I hope you understand me.
Q: I'm having trouble getting some of my drop down menu scripts opening in the frm2.
If you look under products, then Hard drives, then Rugged Airborne .....this one and Rugged Ground will not open in frm2 but the Contact Us and Get Quote are working fine. Can you help me get these things to open in a frm2.
A: You should write your menu items correctly. Now you have
it is not correct. You should write: ["||Rugged Airborne","../RuggedAirborne.htm","","","Airborne,"frm2","0", ], ["||Rugged Ground","../RuggedGround.htm","","","Ground","frm2","0", ],
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: How does an item on the simple html menu connect to pages?
A:You should create menu items in the Deluxe Tuner and specify link and target for each item, for example:
Re: Complete custom menu system. Post by zabolyx » Mon Aug 16, 2010 5:57 pm. Found this nugget of goodness on the old forum.... Code: Select all Expand
My goal is to have a nice, expanding menu along the top of the site, that won't potentially expand off ... Has anyone developed a horizontal flex menu that expands down first, then out to the side? ... NET Plug-ins and Modifications, CMS300, eWebEditPro, Code Request ... Register for Synergy 2010
eZ Community » Forums » Install & configuration » CSS Dropdown Top menu Forum. expandshrink. 0 like; Like it! ... with original code, it called: .... but there are no drop down menu on the mouse rollover Folder1... what is the problem? ... Modified on Saturday 13 February 2010 11:30:53 pm by Erland Flaten
Expand Horizontal CSS menu Up. ... The menu will only be one level deep, so the code doesn't need to be changed for deeper levels. ... Geek Moot 2010, => CMS Show Off, => Media and presentations about CMSMS
Last edited by phuoc69 on Fri Aug 06, 2010 1:48 am, edited 2 times in total. ... The source code is dirty with many Javascript classes and probably will be difficult to ... You can drag/drop, collapse/expand menu items
Posted: Mon Jan 25, 2010 4:54 am, Reply with quote ... Here you can paste any code, including google analytics code. ... and when I expand that 'settings' menu there's nothing that says 'seo.counter'. I've looked all around the other menus but I can find nothing else that says 'settings' and no
i need to know if in expanding menu i can use different fonts for the ... 2010- 09-02 09:33:00. Permalink Post. But when i change the #menu ul li.section-title { . ... #menu ul ...code.. #menu ul li { line-height: 13px;
It is currently Sat Aug 28, 2010 3:56 pm (All times are UTC ) ... 1.5 and the Extended Menu module. The code wasn't properly ... One that I discovered is that the Auto Expand Sections/Categories kind of menu doesn't auto
Reload this Page Making Expanding Menu Hierarchy Sensitive. ... The JavaScript and HTML code is below: HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ... Last edited by ETpro; 03-17-2010 at 07:59 PM
[Archive] Free Accordion Menu R2 Code Modification and Addon Releases. ... EDIT Jan 27, 2010: Tested accordion with ISC 5.5.2 and it worked fine. ..... wondering if a person could make the menu expand a certain category
Feb 15, 2010 ... Just click on the TAB menu forum to direct to the forum page or this link below ;) .... I'll mail it back to you after adding the code. July 12, 2010 .... I've been trying to get the forum to expand to the size of the
But only "Manage Work" works normally (as an expand menu) :rolleyes: , "Status" is a menu ... This is a part of my code, the others work perfectly. ... This post has been edited by Nothing2Lose: 13 August 2010 - 04:24 PM
It is currently Wed Sep 01, 2010 1:53 am (All times are UTC ) .... Code: jQuery( document).ready(function() { jQuery('div ul.menu li').each(function() {
on 03-Jun-2010 10:14 PM. in Getting Started. Hi Everyone, ... The code I have created so far will show what is currently happening and is below: ... I want for the menu to expand down, but the div containg the menu and the other buttons
Last visit was: Wed Sep 01, 2010 8:38 am, It is currently Wed Sep 01, 2010 8:38 am ... Is it possible to show the menu-items always expanded? ... I think it must be possible to change this code to get the same result
Report suhaimimd › SNoWDoGG - Jan 6, 2010 1:18am GMT. Thanks. the expand command .... file menu i can't see "connect remote registry" but there is "connect