Scripts Treeview by Deluxe-Tree.com
Scripts Treeview


Buy Now!  Free Trial Download

Menu Screenshots Scripts Treeview

Scripts Treeview Tree Menubar Submenu Dinamic

Features Scripts Treeview

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".
Cost Effective
Tree Top Vertical Navigation Bar Scripts Treeview
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed scripts treeview samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Apply any font of any color, size and font decoration you need. Use any available type, color and thickness of a menu. Choose any color for submenus and items backgrounds.
  • Set the size of the menu in percent, pixels, or other units. This menu may have a relative (it can be inserted into the table, for example) or absolute position .
  • Use special prefixes for image paths and links to make paths absolute.
  • You can assign your own images for lines.

Recent Questions Scripts Treeview

Q: I have a transparent dhtml menu located at the bottom of the page with just one level of submenus. On larger screens, the submenus open either upwards or downwards, depending on how many items are in the transparent dhtml menu.

Can I set the submenu's to always open upwards?

A: Try to set the following parameter:

  var subMenuVAlign="top";



Q: I use Namo WebEditor 2006 to edit our site.
I used your program to create a drop down menu but when I try to paste the script into my editor I don't get the menu. I have read your instructions and followed them step by step several times but I have had no success. Can you please assist me.


A: JavaScript Tree Menu wasn't developed as Namo WebEditor 2006/Dreamweaver/Frontpage extension,
BUT you can use it as standard Javascript files. To install the menuinto your html page:

1. open the page in Namo WebEditor 2006/Dreamweaver/Frontpage
2. open html source code of the page
3. add several rows of code (<script> tags), For info see:

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

That's all.To create and configure your menus use Deluxe Tuner application(included into the trial package):http://deluxe-menu.com/deluxe-tuner-info.html


Q: I am running our Intranet site off a mapped drive in our office and it is only accessed by approx. 12 users. Would the Single Website License be what I am looking for? Eventually, I would like to move it to a proper server. Would I encounter any issues down the road?

I am not a web designer, just a technician looking to add an Intranet as a helpful tool for our office.

Really like your product!


A: For Single Website License you should register the menu for the domain name thatyou print in a browser's search string, for example:

http://intranet/
http://intranet/folder
http://www.salsaboot-kassel.de/
http://192.168.0.1

Your menu will work on the registered domain name only.


Q: I am currently having a look at the use of your drop down menu and was wondering if there was an option to make all of the top menu links the same size?
At current It looks like it is on a percentage increase related to the amount of text, can I change this to a fixed value no matter the text amount?

A: You can use Individual Item Style.

Use that parameter:

  var itemWidth=100px

Width of an item (px, % or other units).

For example:

  var itemStyles = [

["itemWidth=150"], // style 0
];

  var menuItems = [

["Home", "index.html", "myicon1.gif", "myicon2.gif", "Home Page Tip", "_self", "0"], // assign style 0
["About", "about.html", "myicon3.gif", "myicon4.gif", "About Us Tip", "_self", "0"], // assign style 0
];