- Relative/Absolute menu position - Items with icons - Top items and submenus have a shadow - Horizontal or vertical orientation - Keyboard navigation - press Ctrl+F2 to enter the top menu - Search feature - add the search area in the menu and type symbols. - Special JavaScript API for changing javascript menu "on-the-fly" - Cross-frame support - menus work on frameset-based pages
Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation. Don't allow your website visitors to get lost. Try Deluxe Menu!
Q: I bought the software and am very pleased with how it works. I still have one question. When I go to the "Transitional Effects Info" page to get the parameters for the different effects, clicking in the slider menu on the desired effect does not give me any new information on the parameters. Itstays stuck on " var transition=0". Is there another place I can go to view the various parameters for the different effects?
You can also try to apply each transitional effect in Deluxe Tuner andsee it.
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 a top horizontal menu with one level sub-menus.
I am using images for the rollover (on & off). I don’t need the generated text on the main menu, only on the submenus.
??? How do I eliminate the text and only have roll-overs?
Q: Some menu entries may be disabled and clicking on them should produce predefined javascript alert message?
A:To create disabled items you should set "_" symbol in the targetparameter of the menuItems. If the target is "_" the item is disabled. You can assign a font color for all disabled items using the following menu parameter: var fontColorDisabled = "#AAAAAA"; You can write a javascript code instead of an item link:
"15px", // menu -> menu y-offset (+-)["n" pixels] .... "arrow_down.gif",// submenu indicator rollover character/image ... But I can not see where I have put a margin-left on the sub nav in the udm-custom.js file
[#22119] Fix PHP Warning: Offset not contained in string in ... [#22041] Add Trash Manager to Kunena Submenu & other changes ... [#21878] Use KunenaParser:: JSText in kunena.google.maps.class to escape strings in javascript
Feb 24, 2005 ... <strong><script type="text/javascript"> vbmenu_register("Link2"); </script><a .... Deviant, a suggestion: offset the box a little bit to the right, ..... The title for each submenu is one row below the menu
Last but not least you need to add the JavaScript for IE into the head of ..... Just wanted to know why the submenu for the 'Home' button isn't ... the menu is offset to the right of the parent li.. removing this float
In this case, dhtmlcentral uses a JavaScript menu for navigation of the site. ... top level menu items (each defined in a <div> tag), a submenu drops down
All: check out this link to reduce the js/css files from 30/7kb to under 10kb ... How do I set the submenu colours to match my image or to use a .... is the top/left offset values (into the negatives) and its fine,
Jul 29, 2010 ... <script type="text/javascript" src="<?php echo $this->baseurl ? ...... width: 10em; /* left offset of submenus need to match (see below) */
Jul 16, 2010 ... (By the way, I clicked on a submenu link from that page IR35 Tax Take ... be offset some in the source, which can sometimes cause a problem
Everyhing overlaps instead of an offset. ... Fade in/out header images to 0, preloade header image for Javascript is no. .... This fixed the menu width problem but not the submenus opening on top of the previous level
BUT, the submenu flaps to the right side. there is a problem with multilevel menues. my ... var locUL = subUL.offset().left + subUL.width(); ... I believe it is a css issue more than the javascript though, any ideas?