Javascript Animated Tree Menu by Deluxe-Tree.com
Javascript Animated Tree Menu


Buy Now!  Free Trial Download

Menu Screenshots Javascript Animated Tree Menu

Javascript Animated Tree Menu Crear Menus En Tree

Features Javascript Animated Tree Menu

Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your javascript animated tree menu menus easily and in no time
  • Sensible menu parameters for manual editing
Tree Navbar Tutorial Javascript Animated Tree Menu
High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • Runs well with an unlimited number of submenus and items
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed javascript animated tree menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Good navigation system is an important part of web site success. If people can't find their way around the site, they will rapidly give up looking and go, never to return. So, it's very significant that your website has a neat, fast, and gratifying to the eye navigation.
    Don't permit your web site visitors to get lost. Try Javascript/DHTML Tree!

Recent Questions Javascript Animated Tree Menu

Q: We are now working with JavaScript Tree Menu and can't get our favorite template to link. It is the one you call animated-icons
The example you gave has no links, but when we try to add links to it (in the 2nd parameter of any menu item), NOTHING happens.
It's not a broken link, it just wont do ANYTHING.


A: See your menu parameters. Now you have:

  var itemTarget="";
  var statusString="string";


You should set this parameters:

  var itemTarget="_self";
  var statusString="link";


Q: We have a question from one of our clients,

"Is it possible that the open menu items are closed when another menu item with submenu 's is chosen."


A: Yes, it is possible.

You should set the following parameter:

  var tcloseExpandedXP=1;


Q: How can I make the submenus appear much more quickly for the javascript expand menu?They appear but only after mouseing-over the menu and waiting for approximately one second.

A: Try to adjust the following parameters:
  var dm_writeAll=0;

  var smShowPause=100;
  var smHidePause=1000;

  var transDuration=150;
  var transDuration2=200;

You can also turn off transitional effects
  var transition=-1;



Q: I need the links for the side navigation bar to be vertical
and the pop up to come up on the right, rather than the bottom.
Is thispossible?

A: You should use the following parameters:

  var isHorizontal=0;
  var subMenuAlign="right";