Recent Questions
Q: I love your product! I used it to create our top level navigation for the initial re-launch of our site in October and am now using Delux-tree to create a left navbar for a secondupdate to our site come Feb. 14th.
 I have one question however, is it possible that when I expand "CRM" and then secondly expand "Contact Manager","CRM" then returns back to it's original states drop down menu? Please let me know, thanks!!
 
A:  You should set the following parameter:
  var tcloseExpandedXP=1;
Q: Deluxe html tabs appears to not work at all on Windows Vista machines running Internet Explorer. This includes for example that the content in the tabs simply does not appear. Is there a fix for this?
 Just want to make sure I can resolve these issues before making a purchase. 
A: 	 Try to delete height: 0%; parameter from the styles:
 <div id="content1" style="height: 0%; visibility: hidden;" class="tabPage">
So you'll have:
 <div id="content1" style="visibility: hidden;" class="tabPage">
Q: Go to the "products", then to "Furnaces" or "Humidifiers". Seethe sub menu js items ending with "0"? See how they seem to be cut off on the very far right edge? 
A:  This is a feature of Firefox 3.0.3.
You'll have such effect if you'll use Trebuchet MS font andtransparency for submenus.
Try to use another font, or set
  var transparency="100";
Q: First I want to thank you for the great support you provided. I have another question about the dynamic javascript tree. Is there a javascript API to fire an user click event so the browser will load proper page accordingly? I looked around the current APIs from your site and could not find one. 
A: 	You can use dtreet_ext_userClick (itemID) function.
See more info:
http://deluxe-tree.com/functions-info.html
 Actually you can use your own Javascript code instead standard links and html code inside item text. For example:
   var tmenuItems = [
 ["text", "javascript:your_code_here"]
 ]; 
 or
   var tmenuitems = [
 ["<div onClick='urlSubstitution(\'transco/sheet.asp?stype=1\')'>Table of Contents</div>", ""]
 ];