Recent Questions
Q: I am designing a tree menu. I want the text blue on a transparent background. What parameter do I change to set the transparent background in expanding dhtml menu?
 
A:  You should set the following parameters: 
  var tmenuBackColor="transparent"; 
  var titemBackColor=["transparent","#D5E8FF"];
Q: Will this menu rollout from within an iframe over a regular frame underneath it?
 
A: Deluxe Menu doesn't work with <IFrame> objects. They work with
Q: I cannot get the separator image to display in my dhtml right click menu. Is there a setting I am missing? I want to separate the main menu items with an image.
A:  To add a separator you should
//--- Separators
  var separatorImage=""; //for subitems (top items in vertical dhtml right click menu)
  var separatorWidth="100%";
  var separatorHeight="3px";
  var separatorAlignment="right";
  var separatorVImage="separator.gif"; //for the top items (subitems items in vertical menu)
  var separatorVWidth="100%";
  var separatorVHeight="2px";
  var separatorPadding="";
You can create separators using menuItems (you can do it in DeluxeTuner, use "Add separator" button), for example:
  var menuItems = [
 ["item 1"],
 ["-"], // this item is separator
 ["item 2"],
];
Q: I have a big problem with a trial version of deluxe menu - javascript tree builder. 
 if I save a testwork from me, minutes later I will open this... then come a message: 
 can't open the file: 
 you should change the encoding: "Tools/use utf8 encode" 
 Change this setting and open your data files. 
 What's that supposed to mean?
 I am grateful when you give me an answer, thx. 
A:  Try to change the encoding: "Tools/use utf8 encode" and open your datafile.