I try to put the menue in center of a page

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
bamsen
Beginner
Beginner
Posts: 1
Joined: Thu Feb 12, 2004 5:34 pm

I try to put the menue in center of a page

Post by bamsen »

Hello ! I'm new in this forum, and I wonder if soemone can help me with the code for putting the menu in the middle on a page ??

Thank you so much for any help.
Bamsen
User avatar
Maz
Milonic God
Milonic God
Posts: 1717
Joined: Fri Jun 06, 2003 11:39 pm
Location: San Francisco
Contact:

Post by Maz »

Hi,

screeenposition="center";

might be what you are looking for, and it goes above menu items,

you may also want to use
menuwidth="100%";
itemwidth="100%";

with screenposition you can adjust it such as "top;center";

and/or move it exactly in position such as:

top=20; left=5;

and accross the page:

orientation="horizontal";

Regards,
maz
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

A good place for new folks to start is http://milonic.com/forum/viewtopic.php?t=2981.
John
Post Reply