Recent Questions
Q: I'm a registered user. I'm looking to make a space between dhtml cross browser menu buttons, I checked the FAQ which suggested using ["-"], between items but it didn't work. It deleted the dhtml cross browser menu items below it. I'm looking to put a space between 
    ["||All Images","gallery_all.html", , , , "_self", , , , ],
 and
    ["||Pricing & Ordering Info","gallery_pricing.html", , , , "_self", , , , ], 
A:  To add a separator you should
//--- Separators
  var separatorImage=""; //for subitems (top items in vertical menu)
  var separatorWidth="100%";
  var separatorHeight="3px";
  var separatorAlignment="right";
  var separatorVImage="separator.gif"; //for the top items (subitems items in vertical dhtml cross browser menu)
  var separatorVWidth="100%";
  var separatorVHeight="2px";
  var separatorPadding="";
You can create separators using menuItems (you can do it in Deluxe
Tuner, use "Add separator" button), for example:
    ["||All Images","gallery_all.html", , , , "_self", , , , ],
    ["||-"],
    ["||Pricing & Ordering Info","gallery_pricing.html", , , ,"_self", , , , ],
Q: I would eventually like to be able to distribute the javascript navigation menu with some of my templates, is this permitted with the Developer license?
A: With the Developer license you can use the menu on an unlimited numberof Internet or Intranet sites and on the local machines.
This version of the script doesn't check keys and it isn't bound to a domain name,so it can be used with an application that doesn't have a fixed domain name.
Q: How do I center the text in a top menu item in the dhtml menu, so that it is centered in the "box" that is clicked?
A: Try to set the following parameter ('Item Appearance' section in the main window of Deluxe Tuner):
  var itemAlignTop="center";
Q: It appears that this product only supports IE (on the PC and Mac). It does not support Safari or Netscape on any platform. Is that correct? 
 I ask because I like the product and would like to purchase the developer\'s license but our users represent a wide range of platforms and browsers.
 
A:  DHTML products support a major part of modern browsers: 
IE 5+ 
Opera 5+ 
Mozilla/Firefox 
NS 6+ 
Also they support MAC browsers: Safari, IE, Firefox. 
But DHTML Menu has some problems on this browsers with a submenuspositioning in some cases. 
If you can't see Tree Menu in Firefox you should set these parameters: 
Try to specify units in "px".
  var tmenuWidth = "280px"; 
It's necessary to specify exact value for Mozilla browsers. It helpsto position menus correctly. 
You should set this parameter: 
  var tmenuHeight = "auto";