Tree Javascript Css by Deluxe-Tree.com
Tree Javascript Css


Buy Now!  Free Trial Download

Menu Screenshots Tree Javascript Css

Tree Javascript Css Expandable Navigation Tree

Features Tree Javascript Css

Cost Effective
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed tree javascript css samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Tree Xp Style Side Menu Tree Javascript Css
Easy Setup
  • De Luxe Tuner. GUI interface to create your tree javascript css menus easily and in no time
  • Sensible menu parameters for manual editing
Seamless Integration
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items
Compatibility              
  • Full cross-browser compatibility including IE, Netscape, Mozilla, Opera, Firefox, Konqueror and Safari on Windows, Mac OS and Linux
  • Menu can be populated from a database using ASP, PHP, etc.
  • Search engine friendly
  • Support for any doctypes
  • Fits for secure sites
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • You can create any style for XP menu:
  • different icons, colors, and buttons for each submenu title;
  • any color for borders, backgrounds, and font of menus and items;
  • any available font style; and many other options!
  • Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
  • These effects will make your menu neat and chic. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.

Recent Questions Tree Javascript Css

Q: I purchased your product yesterday and was quite impressed, but I am having a bit of a problem with my submenuitems.
In the general menu properties there is a "Global"   var titemHeight = 22;
My problem is that I would like my upper level of my drop down menu to have one itemheight and my submenuitems to have a smaller height. Is this possible?

A: In the XP Style

  var tXPStyle=1;
the item's height for the top items and submenus will be different.

If you want to use

  var tXPStyle=0;

you can set ite's height for the submenus:
  var titemHeight=16;

And for other items use the blank icon with the height you want to have for the upper level of your menu items.




Q: I just download your Trial version, I was able to edit the Data.js for my menu, but I never foundhow to use th Mac HTML (GUI) Deluxe Tuner (to change Style for example...)


A: You can edit Individual Styles on MAC too.

You should click "Individual styles..." button and edit your style inthe appeared window.

Than you should assign individual style for the item.


Q: We purchased the JavaScript Tree Menu a few months ago and are extremely happy with the product. We have been getting great compliments about our new navigation system.

The menu has over 500 links and functions like a dream! One issue I am having, that I just cannot seem to figure out how to fix, is the following:

Our nav menu is displayed approx. 70 pixels from the top of the browser window. On the drop down links that have a number of items (example 1 in the image below), they display underneath the menu, however on the links that have only a few items, they display above the menu bar in java script as in example 2 in the image below.

How can I set it so that no matter how many drop-down items there are, they always display under the menu bar in java script, not on top?

A: Try to set the following parameter:

  var subMenuVAlign="top";



Q: How do I make the top nav buttons exactly the same width for each button?

Total menu width is 743px and I have 6 buttons I want the width of each button to be fixed at 123px.

I set   var menuWidth="743" but it averages out the buttons based on the text.


A: You should use individual item styles. For example:

  var itemStyles = [
["itemWidth=123px"], //style 0
];

  var menuItems = [

["Home","testlink.html", , , , , "0", , , ], //style 0
["Product Info","", "deluxe-menu.files/icon1.gif", "deluxe-menu.files/icon1o.gif", , , "0", , , ], //style 0