Scrollable Tree Javascript by Deluxe-Tree.com
Scrollable Tree Javascript


Buy Now!  Free Trial Download

Menu Screenshots Scrollable Tree Javascript

Scrollable Tree Javascript Tree Folding Menus

Features Scrollable Tree Javascript

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
Dhtml Menus Tree Scrollable Tree Javascript
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
Easy Setup
  • De Luxe Tuner. GUI interface to create your scrollable tree javascript menus easily and in no time
  • Sensible menu parameters for manual editing
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Tune menu parameters manually or using Deluxe Tuner. Then add several rows of a code within html page - your menu is ready!
  • Use special JavaScript functions for: Dynamic changing of items (text, link, icons and even individual style!). Making a menu item active/disabled. Addition/removing of items. Changing of visibility of items. Collapsing/expanding of items. Getting the information on any menu, submenu and items. Other tricks. But for all that it's not necessary to insert any additional code into all the pages - just specify some additional parameters of the menu.

Recent Questions Scrollable Tree Javascript

Q: I am trying to install a search engine on my site and am having trouble due to my use of your tree-menu system, which I love by the way.  I really need to find a compatible script that will search your javascript menu system, or at the very least search another file with mirrored links.  I DO NOT want to add the links to each page, this is why I love your menu's, there is one central location to change navigation statewide.

Do you know if there is a search script that can do this( js, php) or is there a way to make your javascript tree menus accessible to the search engine?


A: You can generate search engine friendly code.
Javascript/DHTML Tree is a search engine friendly menu since v2.4.
To create a search engine friendly menu you should add additional html code within your html page:

<div id="dmlinks">
<a href="http://deluxe-menu.com">menu_item_text1</a>
<a href="http://deluxe-tree.com">menu_item_text2</a>
...etc.
</div>

To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).


Q: I have followed the instructions on

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

but when my page is viewed over https the html menus still appear behind Flash objects.

Is there anything else that can do to fix this?

A: Try to set the following parameter:

  var useIFRAME=1;



Q: Could you please advise how to stop drop down menu horizontal going under a swf in Firefox.

A: To overlap your flash file you should add opaque parametersto your flash, for example:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"width="566" height="250" title="Intro">
<param name="movie" value="/includes/banner_final3d.swf" />
<param name="wmode" value="opaque">
<param name="quality" value="high" />
<embed src="/includes/banner_final3d.swf" quality="high" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer"type="application/x-shockwave-flash" width="566" height="250">
</embed>
</object>

You can find more info about menu parameters on our website:
http://deluxe-menu.com/objects-overlapping-sample.html


Q: I am having a difficult time trying to integrate your menu into a frame system of my clients. The url that I am testing at is...

I believe that I have followed your instructions to the letter, but can't seem to get the cross-frame system to work. Any help would be appreciated.


A: Please, check dmWorkPath parameter. You should write in the followingway:

<SCRIPT type=text/javascript>  var dmWorkPath = "nav_011907_files/";</SCRIPT>

See also how you should write your dm_init function
dm_initFrame("frmSet", 1, 2, 1);

Please, notice also that JavaScript Tree Menu can work within 1 frameset only.
It can't work correctly within nested framesets. It is possible that you'll havesome errors.