PDA

View Full Version : Drop down menu javascript problem


Ludelover
11-23-2002, 03:27 AM
here's my basic problem:

I am having serious trouble getting the menu placed where i like it. Right now I see that there is a "var absTOP" in the custom.js file which is (i think) placing the menu at the VERY top of the web browser. I would like to get the menu below the header banner image. (i hope that made sense)

here is a section of the "custom.js" file that may be of some help


var menuALIGN = "center"; // alignment
var absLEFT = 0; // absolute left or right position (if menu is left or right aligned)
var absTOP = 0; // absolute top position

var staticMENU = false; // static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true; // show empty cells
var showBORDERS = true; // show empty cell borders

var baseHREF = ""; // base path to .js files for the script (ie: resources/)
var zORDER = 1000; // base z-order of nav structure (not ns4)



any suggestions would be great!!

thanks

matt

Ludelover
11-23-2002, 03:33 AM
actually....n/m

I think i'm just going to re-do it all.