View Full Version : center ul navigation inside a div???
samboy
May 30th, 2008, 06:39 AM
Hello,
Does anybody know how to center a ul navigation inside a div?
thanks!
simplistik
May 30th, 2008, 10:23 AM
be more specific please ... what method are you trying to use? if you give it a specified width you can just use
margin: 0 auto; on the ul, if you're using
display: inline; on your lis you use
text-align: center;
samboy
May 31st, 2008, 06:12 AM
the last one solves my problem, thanks
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.