NS 4.X positioning

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Rayna
Beginner
Beginner
Posts: 3
Joined: Thu Aug 28, 2003 9:44 pm

NS 4.X positioning

Post by Rayna »

I got my menu all set up and working in NS 4.X and then I tried to add it to my page template. Now in NS 4.X the menu appears at the bottom of the page. I altered my original configuration a bit to get rid of the border around the menu and position it correctly.

http://www.siouxcityschools.org/ - here is the link

and here is the code -

_menuCloseDelay=500
_menuOpenDelay=0
_followSpeed=5
_followRate=40
_subOffsetTop=10
_subOffsetLeft=-10
_scrollAmount=3
_scrollDelay=20

with(menuStyle=new mm_style()){
onbgcolor="#F7F7F7";
oncolor="#314E99";
offbgcolor="#E5E5E5";
offcolor="#314E99";
bordercolor="";
borderstyle="";
borderwidth="0";
separatorcolor="#F5A519";
separatorsize="1";
padding="5";
fontsize="10px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#E7E7E7";
subimage="";
subimagepadding="";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=148;
left=0;
alwaysvisible=1;
orientation="horizontal";
ETC...

I am at a loss as to why the menu is jumping to the bottom in NS 4.X. Anyone have any insight?

Thanks!

Rayna
Post Reply