Javascript Multilevel Treemenu Category Builder by Deluxe-Tree.com
Javascript Multilevel Treemenu Category Builder


Buy Now!  Free Trial Download

Menu Screenshots Javascript Multilevel Treemenu Category Builder

Javascript Multilevel Treemenu Category Builder Frame Scrolling Tree

Features Javascript Multilevel Treemenu Category Builder

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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed javascript multilevel treemenu category builder samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Create Tree Menu Frame Javascript Multilevel Treemenu Category Builder
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
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 create 3-state icons for each item: normal state, mouseover state, expanded state.
  • Use images for icons, backgrounds of submenus and items.
  • You can use with any amount of menu and submenus on one page.
  • Insert any HTML code inside the menu item - be it a form or a picture, a flash-object or a text. This ability allows you to create various menus of any complexity.

Recent Questions Javascript Multilevel Treemenu Category Builder

Q: When I select something from one of the mouseover menus it takes me to a link on a website,
is it possible to run a javascript instead?

A: Actually you can use your own Javascript code instead standard links and html code inside item text.
For example:

  var bmenuItems = [
["text", "javascript:your_code_here"]
];

or

  var bmenuitems = [
["<div onClick='urlSubstitution(\'transco/sheet.asp?stype=1\')'>Table of Contents</div>", ""]
];

Q: I have the trial of deluxe menu. We are in the process of purchasing it.

I just noticed that the div drop down menu are not going in front of a flash element that is on the page.

I have set the "opaque" value as per your faq.

Any other things I should check to get the div drop down menu to be in front of the flash element?

A: You should add the following function in the beginning of your data file

function dm_ext_ruleObjectHide()
{
return false;
}

See more info here:

http://deluxe-menu.com/objects-overlapping-sample.html



Q: I tried your menu.

I have read the notice

Notice
If you load pages with a frameset structure into the subframe, submenus won't be shown.

in page http://deluxe-menu.com/cross-frame-mode-sample.html, but unfortunately this is just our case!

(We have a page with three frames, the second frame is a page with 2 frames. we would want that the menu was opened in the second frame of this page)

There is a way to solve this problem?


A: JavaScript Tree Menu works fine with nested framesets in most cases.

Please, try the trial version.


Q: I have another question:

Menu behavior in SAFARI is does not properly work compared to EXPLORER.

If you have a look at the site via SAFARI, please do the following:

Example:
Under menu "Projets" select "par pays" then "Afrique" then "Algerie".

It will then show a left hand menu. Please select "2008/2010".

It will correctly show content.

Then if you try to select again via menu "Projets"; the html menu navigation does not show anymore the submenus. You still need to click a menu without submenus, like "News", and then afterwards you can click "Projets" and the system will again show submenus.

This strange behaviour does not appear in EXPLORER nor in FIREFOX.

A: The problem is in your frame structure after you open "Projets" select "par pays" then "Afrique" then "Algerie".

Your menu won't work correctly with such frame structure.

You should use the following frame structure for all pages at once:

--------------------------------------------------------
topFrame with the html menu navigation
--------------------------------------------------------
Algerie_leftFrame |
with | Algerie_mainFrame
Tree Menu |
--------------------------------------------------------
bottomFrame
--------------------------------------------------------

and write your init function in the following way:
dm_initFrame("frmSet", 0, 2, 0);

Or you shouldn't use Algerie_leftFrame and Algerie_mainFrame at all (use one mainFrame) and write your init function in the following way:
dm_initFrame("frmSet", 0, 1, 0);