DHTML Menu Builder - Moving your Menu around.
The DHTML Menu uses absolute position. Meaning, it's told where to be pixel by pixel.
If you look in the code of the DHTML Menu you will see the following lines:
var StartTop=1; // Menu offset x coordinate var StartLeft=1; // Menu offset y coordinate
That means to offset the menu 1 pixel down, and 1 pixel to the right. You can change that # to anything you want, and it will in turn move the menu over/down.
You won't be able to achieve 'relative' positioning, meaning that the menu moves to a certain spot depending on how large the users browser window/screen resolution is.
You also cannot place the DHTML Menu in a table cell.
Rate This Article
You must be logged in to rate articles.

