The template emulates Vista OS menu style. To open submenus click on menu items. The appearence of this template is determined by the following parameters:
- The menu have XP Style; Animation effect for subitems - Toggle-mode support. - Items have icons - Menu has a static position and is placed within the table cell
Key features:
- 3-state icons for each item - Each item can have individual settings - Image arrows - Movable and floatable menu - Status string shows item labels - Submenus have a fade effect - Submenus expand/collapse on mouseover - Filters and Transitional effects
These effects will make your menu more attractive and stylish. 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: I never had trouble with your other scripts but Deluxe Tuner is very difficult and I am about to give it up.
I am trying to set up a new navigation bar using vista 3-1. If I add another Vista drop down menu buttons, they have a completely different look to the ones with the templates. It makes no sense.
How do I add items and have it remain the same look?.
A: See, in Vista style templates we use Individual Item Styles for thetop items. For, example select the first item on the main window.
In the "Item Parameters" window you can see Individual Styles assignedfor this item: Item Style - Top Item Submenu Style - Top Menu
When you add the new item you should assign Individual Styles for itin the same way.
That is all.
Q: I ordered & installed the dhtml collapsable menu. I can't seem to get the floating function to work. Here's how I have the variables set in the data-tree.js file:
var tfloatable = 1; var tfloatIterations = 10; var tfloatableX = 0; var tfloatableY = 1;
And here are the links to the .js files in my HTML doc <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="tree-menu/";</script> <script type="text/javascript" src="tree-menu/dtree.js"></script> <script type="text/javascript" src="tree-menu/dtree_add.js"></script> <script type="text/javascript" src="tree-menu/dtree_ajax.js"></script> <script type="text/javascript" src="tree-menu/dtree_dyn.js"></script> <!-- Copyright (c) 2006, Javascript/DHTML Tree, deluxe-tree.com -->
Please let me know if there are any other settings that need to be changed. I'm hoping to go live with this site wed. so a quck reply is appreciated.
A:Notice, your dhtml collapsable menu won't float with relative position. You shouldset:
var tabsolute=1;
Q: We are testing your css drop down menu and everything is fine, except for the slow load in IE7. After the page is loaded, the first time we open each item it takes a lot of time to appear.
Do you have any solution for this problem?
A: Check that you've set the following parameter:
var dm_writeAll=0;
You can also try to turn off transitional effects: var transition=-1;
And adjust the following parameters: var smShowPause=100; var smHidePause=500;
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.