Centering menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
steverpayne
Beginner
Beginner
Posts: 5
Joined: Thu Mar 31, 2005 7:43 am
Location: Washington DC
Contact:

Centering menu

Post by steverpayne »

I would like to know how i would center a menu in the middle of a page.
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

screenposition=center;

Post by Migru »

Hi

Centering will be achieved by
screenposition is useful for websites that are centered in orientation. By declaring "center" for screenposition, this will ensure that the menu will remain centered at all times. Other options for screen position are top, left, right, middle or bottom, plus a combination of 2 valid properties separated by a semi colon. Offsets can be declared for both top and left. The syntax for offsets is "offset=-100"; this will move the menu 100 pixels back from either top or left depending on the screenposition you have used.
Please see
http://milonic.com/menuproperties.php

Michael
Post Reply