Interval Tree Java by Deluxe-Tree.com
Interval Tree Java


Buy Now!  Free Trial Download

Menu Screenshots Interval Tree Java

Interval Tree Java Tree Select Menu

Features Interval Tree Java

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
Easy Setup
  • De Luxe Tuner. GUI interface to create your interval tree java menus easily and in no time
  • Sensible menu parameters for manual editing
Tree Tutorial Cascading Menu Interval Tree Java
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
Cost Effective
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 animation and effects for the javascript tree menu. These effects will make your menu more attractive and stylish. When you click on titles of submenus - submenus will collapse or expand. Submenus have a fade effect in Internet Explorer when you collapse/expand them, so your menus look like original menus in Windows XP Explorer. You can set different speed for an animation.

Recent Questions Interval Tree Java

Q: Can a drop down menu go over a Flash and be transparent?Let me know.

A: Yes, it is possible.
To set transparence for submenus you should set the followingparameter:

  var transparency="70";



Q: I have just purchased your menus and no matter where I place the code, the pull down menu in javascript always appears in the top left of the page, I need it elsewhere obviously but it simply won't move.. How do I do this?

A: You're using absolute position for the menu now. You should userelative position in that case. Change the following parameters:

  var absolutePos=0;
  var posX="0px";
  var posY="0px";


>Kehren Sie zu Neuen Fragen zurück


Q: We have a question and a problem.

This is a link to our website with your menue:

http://domain.bon.at/philosophie.html

Down the navigation point "FAQґs" is a submenue like darm, diverses, einlagen etc....)

If you click on a link in this submenue a new window open _BLANK!

Is it possible to open the new site in a popup in dhtml drop down menu, like 800 x 600 or something?

A: You should paste the following code inside 'Link' field of menuItems (you can do it inDeluxe Tuner):

javascript:window.open('http://www.google.com','_blank','height=600,width=800, status=yes,toolbar=no,menubar=no,location=no');


Q: The spacing between each item of the top horizontal dropdown menu is uneven but I don't know why.

If you highlight them all it becomes more obvious.

It is almost as if the space after a 2 word link is twice the space after a one word link or else the total space after each link is related to the number of letters in the link.

For example the space after 'Discounts' is greater than the space after 'Home' but the space after 'Envelope Printing' is even greater.

A: You can try to set the following horizontal dropdown menu parameters:

  var menuWidth="";

  var itemPadding="0px 10px 0px 10px";