Tree Javascript Mysql by Deluxe-Tree.com
Tree Javascript Mysql


Buy Now!  Free Trial Download

Menu Screenshots Tree Javascript Mysql

Tree Javascript Mysql Tree Expanding Navigation Menu Hover

Features Tree Javascript Mysql

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

  • You can create any style for XP menu:
  • different icons, colors, and buttons for each submenu title;
  • any color for borders, backgrounds, and font of menus and items;
  • any available font style; and many other options!
  • Design personal styles for any submenu and item. Use individual styles to rich killer visual effects!
  • These effects will make your menu neat and chic. Among available special visual effects there are random dissolve, fade, mix, mosaic slide out and many many others.

Recent Questions Tree Javascript Mysql

Q: Some menu entries may be disabled and clicking on them should produce predefined javascript alert message?


A: To create disabled items you should set "_" symbol in the targetparameter of the menuItems.
If the target is "_" the item is disabled.
You can assign a font color for all disabled items using the following menu parameter:
  var fontColorDisabled = "#AAAAAA";
You can write a javascript code instead of an item link:

["item text", "javascript:alert('Hello World')", , , ,"_",]

That's all.


Q: I would like to use it in a page containing two iFrames.

The iFrame called "nav" is where the menu will appear and the iFrame called "main" is where I want any sub-menu items to appear.

How can this be done given there are no "frameset" tags in this type of structure?


A: JavaScript Tree Menu doesn't work with <IFrame> objects.
It works with<frameset> objects only. All it can to do with <IFrame> is to loadpages into it.

You should use standard installation for the menu.


Q: Is there a way to center the primary navigation and left-align the drop down for themenu script ?

A: Set the following parameters:

  var itemAlignTop="center";
  var itemAlign="left";

Q: We'd tried the useIFrame = 1 as well and the issue is fixed but the IE6 shows a "non secure objects over a secure connection" message, it worries me because on one side the problem is solved but on the other hand it generates confusion.

As an alternative we're planning to use the Deluxe navigation tree in order to avoid these overlapping problems, but it doesn't show up in IE7 over W2K3 R2!!

We requiere your support to use either the Javascript/DHTML Tree or the JavaScript Tree Menu,

I'll look forward your kind answer.

A: Deluxe navigation tree works fine in IE7.

Try to set width and height parameters:

  var tmenuWidth="230px";
  var tmenuHeight="auto";