- Filters and Transitional effects - Submenus automatically scrolls - Image arrows - Sound support! - Special JavaScript API for changing javascript menu "on-the-fly" - Visible over select boxes, iframes, pdf, flash, Java applets. - Hundreds of pre-designed templates - Search feature - add the search area in the menu and type symbols.
Use images for backgrounds of submenus and items, icons, arrows. Using web images you can create menus completely based on graphics.
Design both horizontal and vertical menus and submenus with any amount of menus on a single page.
Place any HTML code inside the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity.
Submenus can be shown in 4 ways: - From left to right and also from left to right + upwards. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
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: Ich benutze Deluxe Menu 2.0! Beim InternetExplorer funktioniert das PullDown Menue nicht, bei Firefox und Opera gibt es keine Probleme.
A:Thanks for your interest in our products.
Try to delete OVERFLOW: hidden; parameter from the following style:
Q: Is there any way can we display sub level menu items on mouse over of first level menu items using tabs (Text Style Javascript Dhtml Tab / Java Script Tab Script Text Style / Javascript Tab Navigation Text Style / Javascript Tabbed Menus XP Style)
A: Unfortunately, you can do it on mouseover with Deluxe Tabs. But you can create such menu using Deluxe Menu.
Q: I am trying to follow your directions on how to load the application and I am completely lost as to what I need to do. Do you have instructions on how operate the application; I am having a very difficult problem trying to maneuver around. I am looking to create css vertical tabs, and the tabs are my personal images and I want to place html text into tabs.
A:To set your own images for tabs you should use the following parameters (see how we created images in the attached example):
var bitemBackImage=["img/styleIE7_n_back.gif","img/styleIE7_o_back.gif","img/styleIE7_s_back.gif"]; var bbeforeItemImage=["img/styleIE7_n_left.gif","img/styleIE7_o_left.gif","img/styleIE7_s_left.gif"]; var bafterItemImage=["img/styleIE7_n_right.gif","img/styleIE7_o_right.gif","img/styleIE7_s_right.gif"];
You can also use a whole images for you tabs you should use only var bitemBackImage=["img/styleIE7_n_back.gif","img/styleIE7_o_back.gif","img/styleIE7_s_back.gif"];
Set the dimensions of the menu here: var bmenuWidth="600px"; var bmenuHeight="33px";
See in Deluxe Tabs there are two modes:
1. var tabMode=0; You can create only one level of tabs and assign Object Id's of the DIV's to show when you click on the tab.
You can use Object ID as well as Link in both modes. Use the following prefixes within item's link field: "object:" - means that there is object id after it; "link:" - means that there is a link after it. "javascript:" - means that there is a javascript code after it, for example:javascript:alert(\'Hello!\')
May 21, 2009 ... I have a problem with inserting Tree menu to my "page". Here is my code: ... Tree_Category_Root.expand(); eastPanel = new Ext.Panel({ id:'eastPanel', title:' Menu', ... You have a Javascript error there. But what is it?
The link to the website is shown below and the menu item you should click is ... which is why it's not expanding, but I don't think I've ever seen a ... Browse other questions tagged css html javascript content or ask your own question
Free Accordion Menu R2 Code Modification and Addon Releases. ... With 'mouseover ' it is possible that the customer will expand and collapse ... It is no longer necessary to download jquery-1.3.2.js in Step 1 or replace
May 3, 2010 ... Expanding Vertical Menu. Hi, I'm having trouble with creating my side menu. .... The javascript is. Code: // Show-Hide Script for Side Menu
Expanding menus. single nested level · multiple nested levels · in a frameset ... Javascript. Post questions on javascript here. ... accessible javascript menu
20 mag 2010 ... This is a simple expand collapse menu. The anchor tags that expand each menu are added by JavaScript , so the HTML code doesn't contain any