PDA

View Full Version : Center Menu


Cologne
06-25-2009, 01:44 PM
Hi there,

I know there is a HOW TO, but I dont understand it.

I dont use width in my menu.

Only padding.

The div the menu is inside must be 708px. If I set the the menu group margin left / right to auto it doesnt work.

http://www.localhero.de/_index.php

:-(

Justin Nemeth
06-25-2009, 02:22 PM
The best way to effectively center a menu, would be to assign a width to the menu <ul> then do margin-left: auto and margin-right: auto.

You could also try just giving a margin-left: #px to move the menu over. That won't really be centering it, but might be close enough to how you need to position it.

Cologne
06-25-2009, 02:27 PM
Ok, I think I try that maring #px left :-)

Thanks