Recent Questions
Q: Now, one more little question -
 in a Tree menu, I know how to make a menu expand by default and expand only on a mouse click. 
 However, I believe there is a way to make a menu item expand on a "mouse over" without a click. 
 How can this be done?
 
A:  No, unfortunately it is not possible to expand the tree menu onmouseover now. It is possible that we'll add this feature in the nextversion.
Q: I'm having a problem displaying a little white icon arrow on my dhtml foldout menu. I us Adobe Dreamweaver to build my site. When previewing, I found that adding . /.. to the .js file works good and it displays the arrows. But when I Put the menu on the internet it goes back to displaying a blank box like it can t find it again. My menu is in my site's root directory, and I would like to control all my site's pages with it. I am going to have a basic template for the whole site with the dhtml foldout menu on it and I am to building all the pages from that.
 If I don't change the link to ../../ the only pages that will work is the one that is in the same directory as my menu files. 
A: 	Try to use absolute paths to your images on the website. Your menu will work correctly inall cases in that case.
  var pathPrefix_img="http://www.domain.org/Fundraising/Scrip/";
   var arrowImageMain=["data.files/arrv_white_1.gif",""];
   var arrowImageSub=["data.files/arr_white_1.gif",""];
or
  var pathPrefix_img="";
   var arrowImageMain=["http://www.domain.org/Fundraising/Scrip/data.files/arrv_white_1.gif",""];
   var arrowImageSub=["http://www.domain.org/Fundraising/Scrip/data.files/arr_white_1.gif",""]; 
Q: We are implementing your licensed drop down menu in dhtml on our new site and it does not appear to work in Firefox.
A:  Now you have:
  var transparency="";
it is not correct.
You should set, for example:
  var transparency="100";
Try also to set:
  var itemPadding="0px 15px 0px 15px";
Q: Last, I couldn't solve the issue I meet when I set up a long name for an dhtml side menu item: next item overlaps. Is it possible to specify the width of an item?
A: You can try to use the following dhtml side menu parameters to use combinedbackground for your items:
  var beforeItemImage = [,]; //left-side image for normal and mouse over state
  var itemBackImage = [,]; //background or image for normal and mouse over state
  var afterItemImage = [,]; //right-side image for normal and mouse over state
  var beforeItemImageW = '';
  var afterItemImageW = '';
  var beforeItemImageH = '';
  var afterItemImageH ='';
But you should create a small images in any Graph Editor, for example:
button_n_back.gif
button_n_left.gif
button_n_right.gif
button_o_back.gif
button_o_left.gif
button_o_right.gif