Recent Questions
Q: I would like to use it in a page containing two iFrames. 
 The iFrame called "nav" is where the menu will appear and the iFrame called "main" is where I want any sub-menu items to appear.
 How can this be done given there are no "frameset" tags in this type of structure?
 
A:  Deluxe Menu doesn't work with <IFrame> objects. 
It works with<frameset> objects only. All it can to do with <IFrame> is to loadpages into it. 
You should use standard installation for the menu. 
Q: Even with the shadow setting removed -- there's a white space that surrounds the menu. I just can't figure out where the 1px white padding is coming from. I've checked and doubled checked my CSS -- so the problem is within the script with a setting I'm not familiar with. 
A:  Set
  var menuBorderWidth=0;
to remove white border from your submenus.
Add the following parameter to your Table:
<TABLE class=toptable cellPadding=0 cellSpacing=0 width=1000 align=center border=0>
Q: This is probably a really basic question, but I was wondering if
 your dhtml menu maker makes it possible to determine the direction of the
 drop down menu. In other words, my menu is at the bottom of the page
 and I want the drop down list to actually go "up," not down.
 Is that possible with your software?
A: Yes it is possible.
You should use the following parameter
  var subMenuVAlign="top"; //downward
  var subMenuVAlign="bottom"; //upward
  var subMenuAlign="left"; //from left to right
  var subMenuAlign="right"; //from right to left
Q: We've been using Deluxe Menu for a couple of years now and we're very pleased with it. Recently, we switched to a layout heavy on CSS, and when we insert the javascript menu code into an absolutely-positioned div, the menu appears where it should, but the sub-menus drop down off to the side in both Firefox and IE. I've tried adjusting the x-offsets in the configuration file with negative values to bring them closer to the top-level menu item, but this doesn't seem to do the trick completely.
 I also went through a number of sample questions in the support section of the Deluxe Menu site, but I haven't been able to find any sort of resolution.
 If you have any suggestions, I'd be very appreciative.
 
A:  See, the problem is that the script can't get css properties of the object if they are described in separate .css block (or file).
In other words, you can't get the value of "POSITION: absolute" attribute of the object if the object doesn't have this property within inline style (style="POSITION:absolute;"). To get the value you should move .css style into style="" attribute.
Please, try to add your
 css file -> inline css, for example:
You should add style="POSITION: absolute; TOP: 0px"
to the
<div id=div_name>
So, you'll have:
<DIV id=div_name style="POSITION: absolute; TOP: 0px">aaspot_US~.Hration...M&Project Tool Configuration.Try that.