- Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - Several menus on one page - Top items and submenus have a shadow - Filters and Transitional effects - AJAX menu loading - loads web menu data from the server "on-the-fly". - Relative/Absolute menu position - Items with icons - Transition #14 - "fade out" effect
Use a mouse to move a menu as a usual window. Also you can create the menu where each submenu can be "separated" from the menu (MS Office toolbar-like mode).
When the page is scrolled the menu remains visible. The menu can "float" along one or two coordinate axes.
There can be multilevel menus - create as many rows of the menu as necessary. Any submenu in its turn can include different number of columns.
Q: Is there a problem with your menu software and IE 7? My menu was working fine, now that I upgraded the browser to IE 7, the menu doesnot show any more.
A: Try to set exact value for menu width.
For example: var menuWidth="800px";
Your menu should work fine.
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: Is there a parameter in Tree Menu I can add and/or adjust in data.js toforce the menu text to wrap and add here to a set menu width?
A:You should use tags, for example:
var tmenuItems = [ ["line 1 line 2"], ];
Width of the menu you can set so: var tmenuWidth = "500px"; Try that.
Try to specify units in "px". var tmenuWidth = "182px"; It's necessary to specify exact value for Mozilla browsers. It helpsto position menus correctly.
You should set this parameter: var tmenuHeight = "auto";
Q: Can you explain website drop down menu creation and implement in html files?
A:Unfortunately we don't have step by step tutorial yet. We'll try to create it in the nearest time.
1. Create your menu in Deluxe Tuner.
When you open Deluxe Tuner you can click "File/New" and add items and subitems using buttons "Add Item" and "Add Subitem" on the main window. You should set items and subitems parameters on the "Item Parameters" window. See also other parameters for the menu on the main window.
2. You should install the menu on your page. You can click, for example, File/Export to HTML.
So, you'll have folder with all engine files and images ("deluxe-menu.files/" folder by default), deluxe-menu.html file and data-deluxe-menu.js file with all menu parameters.
Open deluxe-menu.html file in any text editor and copy several rows of code into your page (for example index.html page of your website).
Copy and paste several rows into your html page (index.html).
<head> ... <!-- Deluxe Menu --> <noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script> ... </head>
You should also copy "deluxe-menu.files/" folder with all engine files dmenu.js dmenu_add.js dmenu_dyn.js dmenu_key.js dmenu_cf.js dmenu_popup.js dmenu_ajax.js dmenu_search.js and data-deluxe-menu.js file into the same folder with your index.html page.
The website is based on Indexhibit cms, which has worked well for me so far. ... text in the descriptions, and also between the light grey submenu items?
Discussion Type; discussion topicRefund Policy; Category Support 2.0 · Started by astatic; Comments 4; Last comment by christophvl · Last Active 4 hours ago
The website is based on Indexhibit cms, which has worked well for me so far. ... text in the descriptions, and also between the light grey submenu items?
Discussion Type; discussion topicRefund Policy; Category Support 2.0 · Started by astatic; Comments 4; Last comment by christophvl · Last Active 4 hours ago
Discussion Type; discussion topicRefund Policy; Category Support 2.0 · Started by astatic; Comments 4; Last comment by christophvl · Last Active 4 hours ago
Menu items that are open with submenus are set to MenuBarItemHover with a blue ... Forum :: Indexhibit it appears that changing the "#menu" background color
Aug 25, 2010 ... Indexhibit Index + Exhibit. A web application used to build and maintain ... Sub sub Menu Installation. marine 2010-08-19 10:03:32. hmadrona
Aug 25, 2010 ... Indexhibit Index + Exhibit. A web application used to build and maintain ... Sub sub Menu Installation. marine 2010-08-19 10:03:32. hmadrona
Menu items that are open with submenus are set to MenuBarItemHover with a blue ... Forum :: Indexhibit it appears that changing the "#menu" background color
Menu items that are open with submenus are set to MenuBarItemHover with a blue ... Forum :: Indexhibit it appears that changing the "#menu" background color
Aug 25, 2010 ... Indexhibit Index + Exhibit. A web application used to build and maintain ... Sub sub Menu Installation. marine 2010-08-19 10:03:32. hmadrona
The website is based on Indexhibit cms, which has worked well for me so far. ... text in the descriptions, and also between the light grey submenu items?