Free Javascript Folding Tree Menu by Deluxe-Tree.com
Free Javascript Folding Tree Menu


Buy Now!  Free Trial Download

Menu Screenshots Free Javascript Folding Tree Menu

Free Javascript Folding Tree Menu Tree Rollover Menu Submenu Horizontal

Features Free Javascript Folding 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
Easy Setup
  • De Luxe Tuner. GUI interface to create your free javascript folding tree menu menus easily and in no time
  • Sensible menu parameters for manual editing
Select Javascript Tree Free Javascript Folding Tree Menu
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed free javascript folding tree menu samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Cost Effective
Unrivalled Features
  • Scrollable, dragable, floating
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Use images for backgrounds of submenus and items, icons, arrows.
  • Use any amount of menus on a single page.
  • Place any HTML code within the menu item - be it a flash-object, form, picture, or text. This ability lets you to build various menus of any complexity. You can create 3-state icons for each item: normal state, mouseover state, expanded state. After clicking on menu item selected item becomes highlighted.

Recent Questions Free Javascript Folding Tree Menu

Q: When you open the dhtml submenu in Firefox, the flash object in the header (logo) disappear.

Can you help me?

A: You should use JavaScript Tree Menu v3.0. You can download licensed packagefrom the same link in your license message.

See fix for flash in Firefox:

http://deluxe-menu.com/objects-overlapping-sample.html



Q: When I put any new link on my tree view expand it goes as if I am placing as _blank when I have it leading to _self.

A: At the moment you have:
  var titemTarget="_blank";

And you haven't specified "_self" parameter to
   ["||Unilock Fireplace MODS","fireplace_unilock_mods.htm", "", "", "", "", "", "", "", ],

You should set
  var titemTarget="_self";
or set "_self" parameter for each item individually:
   ["||Unilock Fireplace MODS","fireplace_unilock_mods.htm","", "", "", "_self", "", "", "", ],


Q: If is there any way I can give some space between pressed_item and hover item for the rollover menus

A: You can try to specify spacing parameter:

  var itemSpacing=1;

You can also try to use separators.

You should add separator between menu items:
["item","#", "", "", "", "", "", "", "", "", "", ],
["-",],
["item","#", "", "", "", "", "", "", "", "", "", ],

Use "Add Separator button in Deluxe Tuner.

Set separator parameters in the following way:
//--- Separators
  var separatorImage="";
  var separatorWidth="100%";
  var separatorHeight="2px";
  var separatorAlignment="left";
  var separatorVImage="data.files/separator.jpg";
  var separatorVWidth="2px";
  var separatorVHeight="100%";
  var separatorPadding="0px";




Q: What makes your menu in javascript search engine friendly?

A: You should add the following link on your page. Also these links willbe visible if javascript turn off in your browser and you cannot seethe menu.

<div id="dmlinks">
<a href="http://deluxe-menu.com">menu_item_text1</a>
<a href="http://deluxe-tree.com">menu_item_text2</a>
...etc.
</div>