DHTML Menu Builder - Moving your Menu around.
The
DHTML Menu uses absolute position, meaning its location is determined pixel by pixel.
If you look in the code of the
DHTML Menu, you will see the following lines:
var MenuCentered=''; // Menu horizontal position left, center or right
var MenuVerticalCentered= ''; // Menu vertical position top, middle, bottom or static
var ChildOverlap=.2; // horizontal overlap child/parent
var ChildVerticalOverlap=.2; // vertical overlap child/parent
var StartTop=1000; // Menu offset x-coordinate
var StartLeft=300; // Menu offset y-coordinate
Make sure you delete any number/word that is in MenuCentered and MenuVerticleCentered. This will enable you to use the StartTop and StartLeft variables. As you can see, I have added numbers in those fields. You will find that you have to use a large number for the menu to actually move.
Free DHTML Menu Builder Help Index |
Free DHTML Menu Builder Homepage