Tree Style List Css by Deluxe-Tree.com
Tree Style List Css


Buy Now!  Free Trial Download

Menu Screenshots Tree Style List Css

Tree Style List Css Expand And Tree

Features Tree Style List Css

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".
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
Tree Country Dropdown Script Tree Style List Css
Easy Setup
  • De Luxe Tuner. GUI interface to create your tree style list css menus easily and in no time
  • Sensible menu parameters for manual editing
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed tree style list css samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
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.

  • These effects will make your menu more attractive and stylish. Among available transitional effects there are such as fade, mosaic, random dissolve, slide out and many others.
  • Create individual styles and assign them to any submenu and item. Use individual styles to achieve stunning effects!

Recent Questions Tree Style List Css

Q: Do you have an extremely simple example of modifying a menu with the JavaScript API? I've played with the example on the site, but I have trouble removing the other menus without breaking it.

I just want to use the API to change the icon on the menu items.

A: You should use the following function:
function dm_ext_changeItem (menuInd, submenuInd, itemInd, iParams)

<script language="javascript" >
dm_ext_changeItem(0, 0, 1, ["", "", "new_icon.gif", "new_icon_o.gif", "",,""]);
</script>



Q: I am just in the process of evaluating your deluxe menus product for possible purchase.  
I have installed the product and i am using the Deluxe Tuner product to create my menus based on the Vista 3-08 template.  

I save the project and it adds the .js files in the correct location ( all under Menu folder in my project), but none of the images for the top level menu are copied (btn_red.gif or btn_red2.gif).  

So when i run my website, i see the drop down menus but no header menu images (see attached image).  

What image files need copying to which location in my websites main folder?


A: When you save your menu in Deluxe Tuner (use "Save as..." or "Exportto HTML" functions) you'll get a folder with all engine files(dmenu.js, dmenu_add.js ...) and all images.

So, for Vista Style 3-08 template you'll have the following images:

arr_white.gif
arrv_white.gif
blank.gif
btn_red.gif
btn_red2.gif

You should copy folder with all these files on your server.


Q: Do this easy drop down menu support Right to left property?

A: JavaScript Tree Menu support right-to-left languages.

In JavaScript Tree Menu you can set the following parameter:

  var dmRTL = 1;

Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.



Q: Is it possible to change from a default target setting for all links to _self target for onsite links and _blank target for offsite links?


A: You can set target parameter for each item.

See menuItems parameter:

  var menuItems =
[
["Home","testlink.html","icon.gif","iconover.gif","Home Tip",target,"1"],
 ["|Our Products","testlink.html","icon1.gif","icon2.gif","Our Products Tip","_blank",,"0"],
];