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


Buy Now!  Free Trial Download

Menu Screenshots Example Menu Tree Javascript

Example Menu Tree Javascript Mouseover Menu Tree Tutorial

Features Example Menu Tree Javascript

Easy Setup
  • De Luxe Tuner. GUI interface to create your example menu tree javascript menus easily and in no time
  • Sensible menu parameters for manual editing
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed example menu tree javascript samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Tree Drop Menu Bar Example Menu Tree Javascript
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".
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
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
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 Example Menu Tree Javascript

Q: Is there any way to call a javascript function on mouseover from a menu item for a sub navigation bar?

A: You can use your own javascript functions in the menu items.

You should paste "javascript:some_function()" into item's link field, for example:

  var menuItems = [
["text", "javascript:your_function(...)", ...]
];

  var menuItems = [
["item text", "javascript:alert('Hello World')", , , , ,]
];

Unfortunately, you can't assign onmouseover/onClick event to each item. However, you can achieve this by using standard html objects within items, for example:

  var menuitems = [
["
item text
", "index.html"]
];




Q: I never had trouble with your other scripts but Deluxe Tuner is very difficult and I am about to give it up.

I am trying to set up a new navigation bar using vista 3-1. If I add another Vista drop down menu buttons, they have a completely different look to the ones with the templates. It makes no sense.

How do I add items and have it remain the same look?.


A: See, in Vista style templates we use Individual Item Styles for thetop items.
For, example select the first item on the main window.

In the "Item Parameters" window you can see Individual Styles assignedfor this item:
Item Style - Top Item
Submenu Style - Top Menu

When you add the new item you should assign Individual Styles for itin the same way.

That is all.


Q: Is it possible to populate a drop down menu trees from a mysql database?

If so do you have an example please before I go ahead and try/purchase.

A: Unfortunately we don't have working example.

Only this example:
http://deluxe-menu.com/rq-loading-bar-MySQL-support.html

You can use trial version to test the menu at first. Trial version has full functionalityexcept "Trial Version" nag.


Q: I am using the deluxe tree menu but i am facing problem while using ajax
so can you please guide me how can i use the ajax functionality for the dhtml tree..

A: To enable AJAX Tree Menu use the following menu parameters:

  var tajax=1; // enables AJAX technology support

Each .js file must contain menuItems variable for the submenu in the following format:

  var tmenuItems = [
[text, link, icon1, icon2, icon2, tip, target, itemStyle, submenuStyle, jsFileName],
];

Where jsFileName - .js filename on the server that contains tmenuItems variable for the submenu.

More info you'll find here:
http://deluxe-tree.com/ajax-menu-loading-sample.html