Menu Tree Menu Jquery by Deluxe-Tree.com
Menu Tree Menu Jquery


Buy Now!  Free Trial Download

Menu Screenshots Menu Tree Menu Jquery

Menu Tree Menu Jquery Simple Javascript Folding Tree Menu

Features Menu Tree Menu Jquery

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
Tree Drop Down Menu Examples Menu Tree Menu Jquery
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
Easy Setup
  • De Luxe Tuner. GUI interface to create your menu tree menu jquery menus easily and in no time
  • Sensible menu parameters for manual editing
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.

  • There can be as many submenus as you want.
  • Use a mouse to drag a menu as a usual window.
  • When the page is scrolled the menu remains visible. The Javascript/DHTML Tree can "float" along one or two coordinate axes. After clicking on menu item selected item becomes highlighted.

Recent Questions Menu Tree Menu Jquery

Q: I want to order a single website license for the deluxe tabs application. It says when ordering this dhtml menu bulider license there would be a field where I can fill out the website's name where I can use it. I can't find this field though on the ordering form.

A: You should write domain name you want to register in the "Additionalinformation" field, for example:

Additional information: domain.com

If you will not find this field write us after the purchase and we'llsend you reg. key for your domain name.



Q: I just bought an imac and was wondering if i can use the apycom menu with the mac. If yes, where would i download the application.

A: Yes, we have a version of Deluxe Tuner for MAC, but it has a limited number of featuresrelated to the Windows version. MAC version of Deluxe Tuner support JavaScript Tree Menu only, itdoesn't support other products.

To download the MAC version you should download the trial version on MAC or use thefollowing link:
http://deluxe-menu.com/deluxe-menu-all.zip

Use engine files form the licensed package.Find a link to it in your license message.


Q: I want to open a new html window on top of my current page – but I want the new html window to be a certain size only (800 x 400).

How do I do this? Can you give me the code so I can paste in the data file rather than the tuner?


A: You should write:

["Test Window","javascript:window.open('http://www.microsoft.com','_blank',
'height=400,width=800,top=10,left=10,status=yes,toolbar=no,menubar=no,location=no');", , ,'MonitorExceptions' , ,'', '',,],


Q: Your service is excellent and I am making progress learning the program. I was able to resolve the transparency issue thanks to your help but, but now I have another one that is stumping me.

I can get the dhtml javascript menu script to show up in my html document and it works as I hoped it would. However, no matter where I put the line of code in my html file, the dhtml javascript menu script always shows up at the very top of the page. The instructions indicate the following:

Copy the following code into clipboard and paste it into the place you want to have the dhtml javascript menu script:

<script type="text/javascript" src="newmenu2.js"></script>

For example, into a table cell:
<table>
<td><script type="text/javascript" src="newmenu2.js"></script></td>
</table>

No matter where I put the code: <script type="text/javascript" src="newmenu2.js"></script>, the menu shows up at the top of the page.

What am I missing?

A: Check that you're using relative position for the dhtml javascript menu script:

  var absolutePos=0;  var posX="0px";  var posY="0px";