- Submenus automatically scrolls - AJAX menu loading - loads web menu data from the server "on-the-fly". - Personal CSS styles for separate menu elements - 85% transparency for sub menus - Text aligned to left - Image arrows - Status string shows item labels - Submenus dropdown on mouseover
Submenus drop down over all the objects of the page (select, flash, object, embed, applet). If for some reasons a submenu can't drop down over an object, the latter will be hidden for a time when the submenu is shown.
These effects will make your menu more attractive and stylish. You can cast a shadow on the menu and submenus, set transparency. Among available transitional effects there are such as fade, mosaic, random dissolve, slide out and many others.
Create individual styles and assign them to any submenu and item. Use individual styles to achieve stunning effects!
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: I am trying to placed a separator image in between each item in my css vertical dropdown menu. I have placed the image in the seperator field and it will not display. How can I get an image to be a separator in between items on my css vertical dropdown menu?
A: To add a separator you should
//--- Separators var separatorImage=""; //for subitems (top items in css vertical dropdown menu) var separatorWidth="100%"; var separatorHeight="3px"; var separatorAlignment="right"; var separatorVImage="separator.gif"; //for the top items (subitems items in css vertical dropdown menu) var separatorVWidth="100%"; var separatorVHeight="2px"; var separatorPadding="";
You can create separators using menuItems (you can do it in DeluxeTuner, use "Add separator" button), for example:
var menuItems = [ ["item 1"], ["-"], // this item is separator ["item 2"], ];
Q: The /js subdirectory of the Apycom Tree Menu trial package has no data file, i.e. the data file is missing.
A:This file can be renamed, for example, into tree-data.js. This file contains Javascript code with menu parameters and items. It has the following structure:
var param1 = value1; var param2 = value2; var param3 = value3; ... var tmenuItems = [...];
Please, check that. Use our examples to see how to install the menu. Use DHTML Tuner application from the same .zip package to create andconfigure your menus.
Q: Need the pricing text in the second-level css menu to be individually styled - ie needs to have colour change and float/align left.
A: You can use any html code for your menu items, so you can try to writeyour menuItems in the following way:
Jan 7, 2010 ... I want to keep the mainmenu 2 in header and submenus in the left side of the page. ... Code: Select all: <?php echo $page['submenu2'];? ... and with some JavaScript it is possible to make the left side submenu to sliding
Apr 22, 2008 ... i have a problem with this css code, the containers in ifirefox show background image in the cell ... .statusicon{ /*CSS for icon image that gets dynamically added to headers*/ ... .glossymenu div.submenu{ /*DIV that contains each sub menu*/ ... End Javascript file for navigation in cf includes -->
Fixed N0d.us link code erroneously set when clickign Cancel (very old bug). Fixed posting confirmation page .... Added GaiaTools submenu in Gaia's header
The weird thing is that now in that submenu of Insert > Header (and Footer), ... BeanShell, JavaScript, External Programs, UNO API and ODF, Code Snippets
2ème problème, j'utilise deux menus de navigation, un dans le header avec le nom ... Accordion Content script- (c) Dynamic Drive DHTML code library (www. dynamicdrive.com) ... .glossymenu div.submenu{ /*DIV that contains each sub menu */
Oct 21, 2009 ... The css .submenu dropdown menu is causing initial #content text ... <script type ="text/javascript"> Cufon.replace('.headertext');</script> ... <div id="header"> <div id="logo"> .... [IMG] code is Off. HTML code is Off
submenu's are now visseble. Qua Patet Orbis ... have you used the code transparant inside the object of flash? ... <script src="Scripts/ AC_RunActiveContent.js" type="text/javascript">; </script> <script type="text/ javascript">
A little hack to genrate submenu of the current page ... js/jquery-1.4.1.min.js" ></script> <script type="text/javascript" src="<?php get_theme_url(); ? ... <div class="wrapper"> <div id="header"> <a class="logo" href="<?php ... Then when you come to this piece of code it will again open, read,
Code: Select all: with(menuStyle=new mm_style()){ .... You can even get the items to be farther apart in the submenu by making the .... It looks like you're pushing the main menu to the bottom of the header image
I've modified code to solve this: In more-fields-write-js.php ... $submenu[$link ][5] = array(__('Add new'), 'edit_posts', $link); ... but if JQuery is loaded in the header for all pages as is usual with wp_enqueue_script('jquery');
Feb 12, 2010 ... contains the main template layer that displays the header and footer of the forum, namely with main_above ..... Define the upper_section toggle in JavaScript. ... Show the menu here, according to the menu sub template
<script type="text/javascript" src="ddaccordion.js"> ... contentclass: "submenu" , //Shared CSS class name of contents group ... oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
If you rollover Menu2, the submenus change. If you click Sub2.x, the submenus ... You'd have to look at the html code outputted from the header here to make it ... Every time the overall_header.html loads, the javascript resets the "var
Aug 5, 2009 ... I have broken down the code into a simple example of what it is doing: ... # header, #search, #low-header, #menu, #body, #footer ... <li>Submenu 3.0</li> </ ul> </li> <li>Menu 2.0</li> <li>Menu 3.0</li> <li>Menu 4.0</li> </ul> </li> </ul > <script type="text/javascript"> var myMenu = new Zapatec.Menu
<script type="text/javascript" src="../menudir/ddaccordion.js"> ... contentclass : "submenu", //Shared CSS class name of contents group ... oninit:function( headers, expandedindices){ //custom code to run when headers have