Log in

View Full Version : Menu Alignment?



Blake21
04-16-2007, 08:26 AM
Hi, im new to CSS and was trying to intergrate the following horizontal menu on my page:

CSS Menu (http://www.dynamicdrive.com/style/csslibrary/item/cf-navigation-menu/)

It works fine and all, but i Can't seem to make it Center Align on my page.. Ive read the comments but they dont seem to work..

Any ideas?

Thanks..

Ryan Fait
04-16-2007, 12:05 PM
It's because it's floated to the left. If the menu is fixed width, you can assign the ul 600 pixels, for example, and use margin: 0 auto; to center it. Other than a fixed width, there is no way to center floated items.