Click to See Complete Forum and Search --> : Centering menu


elmu
09-17-2008, 11:53 AM
Hello,

I have a problem with centering site navigation menu. I have a container for the links and the links are in a horizontal line. I don't want to define the container width value as the number of links can change from 2 to 9.

You can see an example here: http://www.pages4u.net/css/test.html

Any idea how to solve this?

Thanks in advance!

scragar
09-17-2008, 12:08 PM
.menu {
text-align: center;
}

a{
padding:2px 5px;
}