Html Css 2 0 Tree Template by Deluxe-Tree.com
Html Css 2 0 Tree Template


Buy Now!  Free Trial Download

Menu Screenshots Html Css 2 0 Tree Template

Html Css 2 0 Tree Template Tree Menu Pull Down

Features Html Css 2 0 Tree Template

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
Dynamic Dropdown Tree Html Css 2 0 Tree Template
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
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed html css 2 0 tree template 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 html css 2 0 tree template 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 Html Css 2 0 Tree Template

Q: I want a menu javascript dropdown menu which is search engine friendly

A: You can generate search engine friendly code.
JavaScript Tree Menu is a search engine friendly menu since v1.12.
To create a search engine friendly menu you should add additional html code within your html page:

<div id="dmlinks">
<a href="menu_link1">menu_item_text1</a>
<a href="menu_link2">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 created a test page using deluxe menu and would like the menu to appear in the centre of a frame. I have tried usind <div> and <table> tags and while either gives correct results with Internet Explorer, neither gives correct results with Mozilla.


A: Try to set exact value for menuWidth, for example:

  var menuWidth="130px";


Q: Can the JavaScript Tree Menus be set to open by click and stay open when clicked for some time?

A: You can open JavaScript Tree Menu on click. Set this parameter:
  var showByClick = 0;          Show submenus on a mouse click only.
0 - disabled (default),   1 - enabled.

You can use such parameter in you menu:
  var transDuration = 300;         - Delay of a transitional effect (in ms) on submenu's showing.



Q: For some strange reason the border that outlines the java script tab area is missing.


A: You cannot set this border using Deluxe Tabs parameters.

You should set it in the DIVs style.

<div id="ExpenseInformation" style="visibility: visible; width: '800px'; border: 1 solid;" class="tabPage">

Or in the "tabPage" style.