Visualisation Javascript Tree Table by Deluxe-Tree.com
Visualisation Javascript Tree Table


Buy Now!  Free Trial Download

Menu Screenshots Visualisation Javascript Tree Table

Visualisation Javascript Tree Table Tree Menu And Submenu

Features Visualisation Javascript Tree Table

Cost Effective
Easy Setup
  • De Luxe Tuner. GUI interface to create your visualisation javascript tree table menus easily and in no time
  • Sensible menu parameters for manual editing
Tree View Sliding Menu Visualisation Javascript Tree Table
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
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
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
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • 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!

Recent Questions Visualisation Javascript Tree Table

Q: Is there a way to change the indent on the top tree dhtml menu ajax items?

I would like them to be closer to the left margin.

A: Use the following dhtml menu ajax parameter:

  var tlevelDX=10;



Q: My slide drop down menu appears at the top of the page rather than in the cell in which I placed it

A: You're using absolute position for the menu now:

  var absolutePos=1;

You should use the relative position:

  var absolutePos=0;



Q: My menu font is white. Is there a way to set the preview screen background color to something else than white?
Cause this is a problem as the main menu bar does not have a background color ( I want the background image of the page to shine through).


A: Yes, you can do it. Please open in any text editor the following file:

"C:\Program Files\JavaScript Tree Menu\deluxe-tuner\data\deluxe-menu\preview.html"

You should set bgcolor parameter, for example:

bgcolor=#000000


Q: I see you have a right click in expanding menu javascript, is this function available in JavaScript Tree Menu?


A: Unfortunately, you can't assign onmouseover/onClick/onContextMenu event to each item.

However, you can achieve this by using standard html objects within items, for example:

  var menuitems = [
["<div onContextMenu='your_code_here'>item text</div>", ""]
];