Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:09
NS 4.X positioning
Poster: Rayna
Dated: Monday September 29 2003 - 20:48:38 BST
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