Recent Questions
Q: This is probably a really basic question, but I was wondering if your software makes it possible to determine the direction of the drop down menu. In other words, my easy dropdown 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 easy dropdown menu parameter
  var subMenuVAlign="top"; //downward
  var subMenuVAlign="bottom"; //upward
  var subMenuAlign="left"; //from left to right
  var subMenuAlign="right"; //from right to left
Q: I am trying out your menu and I've made out a little test case in the attached file.
 If you run it, you will see that the horizontal drop down menu css scrollsOUTSIDE the container div to the edges of the window. Is there anyway I can make the hhorizontal drop down menu css be within the container div and yet scroll? 
 And will the solution be cross-browser?
 Note that menuDiv needs to have a collapsableDiv style. I am assuming that that is not a problem.
A:  Try to set exact width for the submenu:
  var smWidth="925px";
Q: Is there a way to center the primary navigation and left-align the drop down for themenu script ?
A: Set the following parameters:
  var itemAlignTop="center";
  var itemAlign="left";
Q: Where I, that the Submenue of my javascript menu vertical doesn't vanish so quickly, can put in. I want to fade it somewhat later.
A: Try to use the following parameter:  var transDuration = 500;