Q Tree Menu Js Collapse by Deluxe-Tree.com
Q Tree Menu Js Collapse


Buy Now!  Free Trial Download

Menu Screenshots Q Tree Menu Js Collapse

Q Tree Menu Js Collapse Tree Menu Javascript

Features Q Tree Menu Js Collapse

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".
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
Tree Navigation Menus Q Tree Menu Js Collapse
Cost Effective
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
Buy Now!  Free Trial Download

Javascript Tree Menu. Expandable Menu.

  • Good menu is an essential part of website commercial success. If people can't find their way around the site, they will fast give up seeking and retire, never to return. So, it's extreme serious that your website has a accurate, precise, prompt, and navigation of immaculate appearance.
    Don't let your web site guests to get lost. Try Javascript/DHTML Tree!

Recent Questions Q Tree Menu Js Collapse

Q: I am interested in buying your software for some web development I planning on doing.а Before I buy your software, I have a concern that I was hoping you could help me with.

I downloaded the trial version of the software and set up some menus.а However, when I load them with IE7, the information bar comes up and asks me if I want to run scripts or ActiveX controls.а Is there a way I can prevent this from happening?а Is there some setting I have chosen in one of the properties that is causing this to happen?

I am not interested in buying a license for this software if this is what is going to happen.а I really like the way I can modify just about anything in the menusЕ but having this pop up is not user friendly.а Please tell me there is a way to fix this.

A: Please, see security preferences: IE/Tool/Internet Options
Make sure that Active content is enabled.

You should check your Security Settings.

There is no way to enable these settings automatically.



Q: We recently implemented your deluxe-menu on our site and are experiencing a few issues...

The java menu (slide-out portion) overlaps flash files on certain pages. In explorer, it seems to work fine, but in Safari, the java menu is hidden under the flash file. Is there anything you can think of that would be causing this... or anyway you know to fix it?


A: You should set the following parameter:

  var dmObjectsCheck=0;

Please, add also dmenu_add.js file on your server.

I've checked your website.

The installation of the menu on your page is incorrect.

You have two entries of dmenu.js file on your site in the <head> tag.
You must have only one entry of dmenu.js file.
Please, delete the same code.
You should write so:

<head>
...
<!-- JavaScript Tree Menu -->
<noscript><a href="http://deluxe-menu.com">Javascript Menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">   var dmWorkPath="menu/"; </script>
<script type="text/javascript" language="JavaScript1.2" src="dmenu.js"></script>
<!-- (c) 2006, Deluxe-Menu.com, http://deluxe-menu.com -->

</head>
<body>
...
<script type="text/javascript" src="data-image-based-5b.js"></script>
...
</body>

Try that.


Q: I would like to purchase your software but not for web use. We often give out data cd's to our brokers for instance data management/finding. Your software with the custom menu system and ease of use to setup is just what I need to cut down my design time. But looking at your license agreement you require us to register it to a domain or intranet domain which this will not be on.

I am looking to create a menu system then burn it to a cd to allow people to carry it around with them. What do i register the domain as so that I am able to burn this to cd and they don't get a nag screen when with a client or briefing.

Thank you in advance


A: Thanks for your interest in our products.

To use JavaScript Tree Menu on CD/DVD you should buy developerlicense. Other licenses allow you to use the menu on Internet/Intranetwebsites only.


Q: Under Parameters ->> Dimensions ->menuWidth
Even I change the value such as 150px it doesn't have any effect on javascript dhtml menu itself.

Changing menuHeight property such as menuHeight = 123px moves menu down from the top of the page instead of changing height of the menu itself.

I used templates ->> vista -> vista style 3-03 to generate the javascript dhtml menu and modified it.

A: See, you have itemWidth and itemHeight in the Individual Style.

  var itemStyles = [
["itemWidth=94px","itemHeight=23px","itemBackColor=transparent,transparent","itemBorderWidth=0", "fontStyle=bold 10px Tahoma","fontColor=#FFFFFF,#FFFFFF", "itemBackImage=data-vista-3-03.files/btn_cyan.gif,data-vista-3-03.files/btn_cyan2.gif"],
];

You cannot set the less value for the menuwidth in that case. You canset only the bigger value:

  var menuWidth="550px";

To change the menuHeight you should also use itemHeight parameter, forexample

itemHeight=123px