Flash Hyperbolic Tree Effect by Deluxe-Tree.com
Flash Hyperbolic Tree Effect


Buy Now!  Free Trial Download

Menu Screenshots Flash Hyperbolic Tree Effect

Flash Hyperbolic Tree Effect Tree Menu Sample Code

Features Flash Hyperbolic Tree Effect

Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed flash hyperbolic tree effect samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Easy Setup
  • De Luxe Tuner. GUI interface to create your flash hyperbolic tree effect menus easily and in no time
  • Sensible menu parameters for manual editing
Tree Popup Drag Flash Hyperbolic Tree Effect
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
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
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.

  • Good navigation is an important step to website success. If people can't find their way around the site, they will quickly give up looking and leave, never to return. So, it's absolute vital that your website has a fast, neat, and eye-pleasing navigation.
    Don't allow your website visitors to get lost. Try Javascript/DHTML Tree Menu!

Recent Questions Flash Hyperbolic Tree Effect

Q: I purchased the most recent version of "JavaScript Tree Menu & Tree & Tabs & Window Multiple Website License", and now can't open menus from previous versions. When I try to open a custom drop down menu that was created in an older version, I get the error:

Can't open the file:
c:\webs\ltron\ltronmenudata.js
Check youre encode parameter

This happens on all of the older menus that we're trying to update............Do I have to run some type of conversion program on older menu files?

Please let me know as quickly as possible.........we have over 100 custom drop down menus out there and now it seems that we can't edit them!

A: This message means that you should change the encoding:

"Tools/Use utf8 encode"

Change this setting and then open your data files.



Q: What setting do I use for dmAJAXCount in my java menu navigation?


A: That variable sets the maximal number of submenus that will be loadedfrom server on your page.


Q: My client wants their drop down navigation to lock into place when someone visits a page. Is there a way to do this?
Right now it disappears when you click the link.

A: I suppose that you're saying about submenus.

Try to set the pressed item using the following API function:
function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion, parentOpen)
Sets a current pressed item.
menuInd - index of a dynamic menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0.
recursion = true/false - highlight parent items.
parentOpen = true/false - open all submenus to show the selected item

See example here:
http://deluxe-menu.com/highlighted-items-sample.html

Try to click 'Highlight "Product Info/Installation/Description ofFiles" item'.

You can also try to use the following parameter:
  var smHidePause = 1000;
A delay (in ms) between mouse is moved from submenu and its closing.
You can make submenus to stay visible till you click outside the menu or scroll your page.
To enable this feature you should set this parameter in the following way:   var smHidePause = -1;


Q: At present the javascript drop down menus expand intelligently into the area with more real estate (i.e. up or down). How can I force the menus to only expand down?


A: Set the following parameter:
  var subMenuVAlign="bottom";