- Inactive/Disabled items - Deluxe Tuner - visual interface to create and modify dhtml menus easily and in no time. - AJAX menu loading - loads web menu data from the server "on-the-fly". - Filters and Transitional effects - Hundreds of pre-designed templates - Status string shows item labels - Sound support! - Cross-frame support - menus work on frameset-based pages
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: Then it is a bit annoying now that the menu bars in java does not work for - Firefoxs
- Safari
For either Windows nor Mac. According to your browser support this should work.
A: Links in your menu bars in java don't work in Firefox.
Now you have: ["Butiken","http://www.wexthuset.com/default.asp?sp_pid=8&sp_text=8"], ["|Tillbehцr","http://www.wexthuset.com/default.asp?ct=859&sp_pid=2&sp_page=1&sp_psort=22& sp_sortfield=product_name&sp_sortorder=1&sp_pname=&sp_type=0&select_method=1"], ["||Belysning","http://www.wexthuset.com/default.asp?ct=859&sp_pid=2&sp_page=1&sp_psort=22& sp_sortfield=product_name&sp_sortorder=1&sp_pname=&sp_type=5&select_method=1"], ["||Bevattning","http://www.wexthuset.com/default.asp?ct=859&sp_pid=2&sp_page=1&sp_psort=22& sp_sortfield=product_name&sp_sortorder=1&sp_pname=&sp_type=11&select_method=1"], ....
Q: At the first time arrow images are loaded successfully in the menu, That time I click the menu and open a new page in crossframe. After that I try to open new page from Main Menu, the arrow images are not displayed in the Sub-menus.
A: Thanks for your interest in our products.
You can use additional parameters to make menu paths absolute:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
These parameters allow to make images and links paths absolute. For example:
var pathPrefix_img = "http://domain.com/images/"; var pathPrefix_link = "http://domain.com/pages/";
var menuItems = [ ["text", "index.html", "icon1.gif", "icon2.gif"], ];
So, link path will be look so: http://domain.com/pages/index.html
Images paths will be look so: http://domain.com/images/icon1.gif http://domain.com/images/icon2.gif
Please, try to use these parameters.
Q: I have inherited a project to finish which makes use of your java script tree menu.
I have not used your product. Is there a user’s guide/manual I can download?
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.
Deluxe Tuner v3.0 supports Deluxe Menu (http://deluxe-menu.com) &Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com)
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 java script tree menu on the main window.
More info about menu parameters you can find on our site http://deluxe-tree.com/parameters-info.html http://deluxe-tree.com/menu-items-info.html
You can also use Individual Styles for items and subitems http://deluxe-tree.com/individual-item-styles-info.html http://deluxe-tree.com/individual-submenu-styles-info.html
2. You should install the java script tree menu on your page. You can click, for example, File/Export to HTML (you can't do it inthe MAC version).
Add several rows into your html page.
<head> ... <!-- Deluxe Tree --> <noscript><a href="http://deluxe-tree.com">Javascript Tree Menu by Deluxe-Menu.com</a></noscript> <script type="text/javascript"> var tWorkPath="deluxe-tree.files/";</script> <script type="text/javascript" src="deluxe-tree.files/dtree.js"></script> ... </head>
<body> ... <table> <tr><td><script type="text/javascript" src="deluxe-tree.files/data.js"></script></td></tr> //data-deluxe-tree.js - data file created in Deluxe Tuner. </table> ... </body>
You should also copy all engine files dtree.js dtree_add.js dtree_dyn.js dtree_ajax.js into "deluxe-tree.files/" folder. You should place this folder in thesame folder with your index. html page.
looking for help with menu nav bar · jay76 · 12 Replies; 477 Views. Icon Aug 07 2010 08:54 AM; By: jay76 ... Joomla drop down menu help needed urgently · jamieclock ... ASP.net VB / Umbraco Developer Required, Nine9Design
looking for help with menu nav bar · jay76 · 12 Replies; 477 Views. Icon Aug 07 2010 08:54 AM; By: jay76 ... Joomla drop down menu help needed urgently · jamieclock ... ASP.net VB / Umbraco Developer Required, Nine9Design
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
looking for help with menu nav bar · jay76 · 12 Replies; 477 Views. Icon Aug 07 2010 08:54 AM; By: jay76 ... Joomla drop down menu help needed urgently · jamieclock ... ASP.net VB / Umbraco Developer Required, Nine9Design
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