Main menu in the center

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
Hendrik
Beginner
Beginner
Posts: 7
Joined: Thu Aug 28, 2003 1:29 pm

Main menu in the center

Post by Hendrik »

I am trying to get the main menu in the center of the screen, but it is only about 10 inc from the left.

Is there something missing from this code.

with(style1=new mm_style()){
screenposition="center";
offcolor="navy";
offbgcolor="#ccccff";
oncolor="#ffebdc";
onbgcolor="#4b0082";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontsize="75%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Arial";
padding=4;
subimage="./images/arrow.gif";
high3dcolor="#66ffff";
low3dcolor="#000099";
pagecolor="Purple";
pagebgcolor="pink";
headercolor="#ffffff";
headerbgcolor="#000099";
separatorcolor="navy";
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

There's more than just this piece of code that can affect menu placement. Also, screenposition= is a menu property, not a style property.

Please post a URL.
John
Post Reply