- Visible over select boxes, iframes, pdf, flash, Java applets. - Personal CSS styles for separate menu elements - UL/LI items structure - Relative/Absolute menu position - Top items and submenus have a shadow - Submenus go over all page objects - AJAX menu loading - loads web menu data from the server "on-the-fly". - Search feature - add the search area in the menu and type symbols.
Submenus can be shown in 4 ways: - From from left to right + upwards and also left to right. - From right to left and also from right to left + upwards (e.g. for right-to-left languages).
Use images for icons, backgrounds of submenus and items. Using images you can create menus entirely based on graphics.
Create both horizontal and vertical menus and submenus with any amount of menus on one page.
Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.
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 am not professional website developer … I’ve installed your trial software … but not able to add navigation menu tree in my website. Can you please guide me how I can add tree menus in left side bar of website?
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 application. You can create any menu you like in Deluxe Tuner.
You can use ready to use templates. You can find them in the templateswindow.
When you open Deluxe Tuner ( Deluxe Tree ) you can click "File/New"and add items and subitems using buttons "Add Item" and "Add Subitem" onthe 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.
You can also use Individual Styles for items and subitems.
2. You should install the tree menu on your page. You can click, for example, File/Export to HTML.
Add several rows into your html page.
<head> ... <!-- Deluxe Tree --> <noscript><a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Tree.com</a></noscript> <script type="text/javascript"> var tWorkPath="deluxe-tree.files/";</script> <script type="text/javascript" src="deluxe-tree.files/dtree.js"></script> <!-- (c) 2006 - 2007, http://deluxe-tree.com --> ... </head>
<body> ... <table> <tr><td><script type="text/javascript" src="menudir/data-tree.js"></script> </td></tr> //data-tree.js - data file created in Deluxe Tuner. </table> ... </body>
You should also copy all engine files dtree.js - menu engine file dtree_add.js - additional module for floatable/movable menus dtree_dyn.js - additional module with Javascript API to change the menu "on-the-fly" dtree_ajax.js - additional module with the AJAX-like support
into "deluxe-tree.files/" folder. You should place this folder in thesame folder with your index.html page. Try that.
Q: I want to separate the main items with an image in the website navigation bar.
A: To add a separator you should
//--- Separators var separatorImage=""; //for subitems (top items in vertical menu) var separatorWidth="100%"; var separatorHeight="3px"; var separatorAlignment="right"; var separatorVImage="separator.gif"; //for the top items (subitems items in vertical 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: When I save the file in our folder all the icons stop showing. I placed a image folder in our IE folder and still no icons are showing.
A:You should check all your paths. Please, check that you have correct paths in the tmenuItems. Forexample:
["|Samples", "", "icon3_s.gif", "icon3_so.gif", "", "Samples Tip"], ["||Sample 1", "testlink.htm", "iconarrs.gif"], ["||Sample 2", "testlink.htm", "iconarrs.gif"], ["||Sample 3", "testlink.htm", "iconarrs.gif"], ["||Sample 4", "testlink.htm", "iconarrs.gif"], You can also try to use the following parameter:
From what I've heard umbraco and other .net cms are good, ..... Navigation for instance in DNN (as I understand it) uses their built in Nav component. ..... You have to go into the settings and enable the drop down menus
I have a drop menu, I have specified selected="selected" for one of the options, but I still fail ... 2 days ago; Hello from Umbraco devloper in Vancouver
From what I've heard umbraco and other .net cms are good, ..... Navigation for instance in DNN (as I understand it) uses their built in Nav component. ..... You have to go into the settings and enable the drop down menus
From what I've heard umbraco and other .net cms are good, ..... Navigation for instance in DNN (as I understand it) uses their built in Nav component. ..... You have to go into the settings and enable the drop down menus
Friends: I have found that the following drop-down menu code works fine on a standard html page ... 2 days ago; Hello from Umbraco devloper in Vancouver
Config Tree for Umbraco: Config Tree for Umbraco, adds a new app-tree in the developer section, ... Version 1.0: Added: Multiple filter in DropDown filter
Config Tree for Umbraco: Config Tree for Umbraco, adds a new app-tree in the developer section, ... Version 1.0: Added: Multiple filter in DropDown filter
I have a drop menu, I have specified selected="selected" for one of the options, but I still fail ... 2 days ago; Hello from Umbraco devloper in Vancouver
Config Tree for Umbraco: Config Tree for Umbraco, adds a new app-tree in the developer section, ... Version 1.0: Added: Multiple filter in DropDown filter
Friends: I have found that the following drop-down menu code works fine on a standard html page ... 2 days ago; Hello from Umbraco devloper in Vancouver
I have a drop menu, I have specified selected="selected" for one of the options, but I still fail ... 2 days ago; Hello from Umbraco devloper in Vancouver
Friends: I have found that the following drop-down menu code works fine on a standard html page ... 2 days ago; Hello from Umbraco devloper in Vancouver