The template emulates Mac OSX menu style. To open submenus click on menu items. The appearence of this template is determined by the following parameters:
- Toggle-mode support. - Items have icons - Animation effect for subitems - Menu has a static position and is placed within the table cell
Key features:
- Image arrows - Submenus have a fade effect - Items with icons - 3-state icons for each item - Submenus automatically scrolls - Status string shows item labels - Filters and Transitional effects - Unlimited number of sub levels
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 Javascript/DHTML Tree Menu!
Q: I’m setting an after item image as follows (this code was generated by Deluxe Tuner, not by hand/text editor):
var afterItemImage=["designimgs/btn-ico.gif","designimgs/btn-ico-active.gif"];
var afterItemImageW=8;
var afterItemImageH=7;
As you can see, the after item image is not appearing in my access drop down menu – do you have any idea why that would be/how to fix?
A: You should create Individual style and assign it for the top access drop down menu items:
var itemStyles = [ ["itemBackImage=designimgs/blank.gif,designimgs/blank.gif", "beforeItemImage=designimgs/blank.gif,designimgs/blank.gif", "afterItemImage=designimgs/btn-ico.gif,designimgs/btn-ico-active.gif", "beforeItemImageW=1","afterItemImageW=8", "beforeItemImageH=1","afterItemImageH=7","itemBorderWidth=0"], ];
Q: As a follow up, please could you take a look at the attached images and let us know if there are any settings within the javascript drop menu files set within the previous mail that would make the 1st sub menu indent a couple of pixels when the 2nd sub menu sits correctly.
A: This is space to document borders. We've set this space, so that yoursubmenus will not look like the part of browser window. If you wantyou can delete that space.
Open dmenu.js file in any text editor and find the following code:
space=15;
Change 15 to 0.
space=0;
Q: I really like floatable tree menus and want to add in this website. I am not professional website developer … I’ve installed your trial software … but not able to add tree menus in my website. Can you pls guide me how I can add dhtml vertical 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 ( Javascript/DHTML Tree ) 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.
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> ... <!-- Javascript/DHTML 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 am using Javascript Menu. JavaScript Tree 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.JavaScript Tree 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 JavaScript Tree 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.
DHTML JavascriptTree Menu. Deluxe Tree. v3.3 Deluxe Tree is cross-frame and cross-browser DHTML Javascripttree menu with a lot of powerful features, flexible parameters and easy installation.