Recent Questions
Q: Mouseover "QUICK LINKS" at the top. The bottom java menu navigation item is falling behind the mainnav table. 
 It works fine in FireFox. Any suggestions? 
A:  Try to add a high z-index for the DIV with top menu, for example:
<DIV id=containerHeaderNav style="POSITION: absolute; z-index:50;">
Q: Is there any way to have the browser reset the horizontal tree view to allcollapsed each time the browser is reopened?
A: You should set the following parameter in that case:
  var tsaveState=0;Q: Is there anyway to embed particular fonts that I want to use with the javascript menu component? 
A: See, for example you want to use HelveticaNeue Condensed font.
If there will be no HelveticaNeue Condensed font on the user machinethe font won't be shown correctly.
You can find another font similar to your font and write it through a comma.
You should choose the font among the following fonts:
Arial
Tahoma
Times New Roman
Trebuchet MS
Verdana
These fonts are installed on the most of windows computers.
Or you can create images with text and use it for the top items.
Q: We are in the stage of design, we have a requirement to have the items
fly out from right to left in the dhtml menue.
A: The following parameter controls the ways of showing submenus:
From left to right:
  var subMenuAlign="left";
  var subMenuVAlign="top";
From left to right + upwards:
  var subMenuAlign="left";
  var subMenuVAlign="bottom";
From right to left:
  var subMenuAlign="right";
  var subMenuVAlign="top";
From right to left + upwards:
  var subMenuAlign="right";
  var subMenuVAlign="bottom";
You can find this info here:
http://deluxe-menu.com/ways-showing-submenus-sample.html