Dtree Javascript by Deluxe-Tree.com
Dtree Javascript


Buy Now!  Free Trial Download

Menu Screenshots Dtree Javascript

Dtree Javascript Javascript Tree Top

Features Dtree Javascript

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
Easy Setup
  • De Luxe Tuner. GUI interface to create your dtree javascript menus easily and in no time
  • Sensible menu parameters for manual editing
Tree Clear Screen Dtree Javascript
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed dtree javascript 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
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.

  • Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation.
    Don't allow your website visitors to get lost. Try Javascript/DHTML Tree Menu!

Recent Questions Dtree Javascript

Q: Is transparent drop down menu compatable with MS Expression Web?

A: JavaScript Tree Menu wasn't developed as Dreamweaver/Frontpage extension,
BUT you can use it as standard Javascript files. To install the menu into your html page:

1. open the page in Dreamweaver/Frontpage
2. open html source code of the page
3. add several rows of code (<script> tags), For info see:
http://deluxe-menu.com/installation-info.html

That's all.

Q: Even with the shadow setting removed -- there's a white space that surrounds the menu. I just can't figure out where the 1px white padding is coming from. I've checked and doubled checked my CSS -- so the problem is within the script with a setting I'm not familiar with.

A: Set

  var menuBorderWidth=0;

to remove white border from your submenus.

Add the following parameter to your Table:

<TABLE class=toptable cellPadding=0 cellSpacing=0 width=1000 align=center border=0>



Q: Also, when I edit "testlink.htm" to any other htm filename, no file isloaded!?

A: Please, make sure that the file that you set for the link exists onyour website and it's placed in the same folder where testlink.htm file is placed.
You can also use absolute paths for links.



Q: Expandable javascript menu doesn't actually affect the plus/minus icon I have specified. Any ideas?

A: It is not correctly to add expand/collapse buttons into the iconfield, they won't work. You should add icons there.

To add expand/collapse buttons you should use the followingparameters:

  var texpandBtn=["img/expandbtn.gif","img/expandbtn.gif","img/collapsebtn.gif"];
  var texpandBtnW=14;
  var texpandBtnH=14;
  var texpandBtnAlign="left";