Dtree Js by Deluxe-Tree.com
Dtree Js


Buy Now!  Free Trial Download

Menu Screenshots Dtree Js

Dtree Js Tree Drop Down Menue

Features Dtree Js

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
Ejemplos Javascript Tree Dtree Js
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 dtree js samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Easy Setup
  • De Luxe Tuner. GUI interface to create your dtree js menus easily and in no time
  • Sensible menu parameters for manual editing
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • You can set default expanded/collapsed items and submenus.
  • After clicking on menu item selected item becomes highlighted.
  • When the submenu is larger than the visible area of the page the submenu will be automatically decreased. To see all the submenu items you do not need to use scrollbars or something like that - just put your mouse to the bottom of a submenu and it will be automatically scrolled! You can also specify height and width for each separate submenu.
  • There is no need to write additional code on a server side to remember what items were expanded/collapsed. Javascript/DHTML Tree can save items state automatically!

Recent Questions Dtree Js

Q: I'd like to be able to right click on items in a collapsible menu and then pick actions to perform from a context menu
Is this possible?

A: You can use API functions

function dtreet_ext_userRightClick (itemID)

See more info here:

http://www.deluxe-tree.com/functions-info.html



Q: I would like to ask on how can I make the dhtml dropdown menu shadow work in mozilla and in safari?

A: Transitional effects (shadow) are features of Internet Explorer 5.5+ only.

More info you can find here:
http://deluxe-menu.com/filters-and-effects-sample.html


Q: Im working on a menu with your program, and am unable to make the javascript sticky menu save the hover states after you move off the navigation item and onto its child nav items.

For example

Example Nav item 1
-Example Sub Nav item 1
-Example Sub Nav item 2
-Example Sub Nav item 3

When I hover on the Example Nav Item 1, the hover state works, but when I move my mouse down (Im using a horizontal javascript sticky menu) to select Example Sub Nav item 1, I want the hover state to stay selected on the "parent" Nav Item. Is this possible? What is the variable you have to change to accomplish this?

A: Yes, it's possible, please use

  var saveNavigationPath = 1; The javascript sticky menu keeps items highlighted during menu navigation.
0 - disabled, 1 - enabled (default).



Q: I have seen menu like this when i scroll the page the manu will scroll follow.....can delux menu do that ?
If can how ?


A: You should use floatable feature.

You should set absolute coordinates for your menu
  var absolutePos=1;
  var posX="10px";
  var posY="10px";

  var floatable=1;

You should also check that you have dmenu_add.js file in the samefolder with dmenu.js.