Java Tree Pruning by Deluxe-Tree.com
Java Tree Pruning


Buy Now!  Free Trial Download

Menu Screenshots Java Tree Pruning

Java Tree Pruning Download Example De Tree

Features Java Tree Pruning

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed java tree pruning samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Cost Effective
Pop Up Menu Tree Examples Java Tree Pruning
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
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.

  • 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 Java Tree Pruning

Q: I need to put accents, can I do that with your drop down menu software?


A: You can insert any html code within menuItems, for example:

  var menuItems = [

["É","testlink.html", "", "", "", "", "", "", "", ],


Q: I ran across your site on a search engine and downloaded the trial copy. I am playing around with it and have successfully generated  a menu bar which I wanted to try and test out.  I have followed the directions for installing it on my trial page of my website and can not get it to work. I am not sure what I am doing wrong .  I would truly love to buy this, but even with following the installation instructions, I can not get free javascript drop down menu to work.  I use Dreamweaver to build my site.

A: JavaScript Tree Menu wasn't developed as Dreamweaver/Frontpage extension and wedon't have plug-ins for it. To install the menu into your html page:

1. create and save .js file with your menu parameters in Deluxe Tuner(you can use "File/Save as/HTML" function).
You can enter any name you like, for example enter "menu". So you'llhave menu.html, menu.js files and "menu.files" folder with all menu files.
2. open your .html page in Dreamweaver
3. Copy generated menu.js file and "menu.files/" folder in the same folderwith your index.html page.
4. Open generated menu.html in any text editor and copy several rows of code (<script> tags), For info see:

http://deluxe-menu.com/installation-info.html

<head>
<!-- JavaScript Tree Menu -->
<noscript><a href="http://deluxe-menu.com">free javascript drop down menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">  var dmWorkPath="menu.files/";</script>
<script type="text/javascript" src="menu.files/dmenu.js"></script>
</head>
<body>
...
<script type="text/javascript" src="menu.js"></script>
...
</body>

That's all.


Q: How do you center the text within the top-level cels in the drop down navigation bar?

A: You should set the following parameter:

  var itemAlignTop="center";

Q: Is there any way with my dynamic menu in javascript, to allow/setup the showing of path navigation at the top so the viewer sees where they are and where they have been (the path)?

A: You can only show the path in your status string. Set the followingparameter:

  var statusString="link";