Ver Mensaje Individual
  #1 (permalink)  
Antiguo 20/02/2009, 16:50
Avatar de AEP
AEP
 
Fecha de Ingreso: junio-2008
Ubicación: Buenos Aires, Argentina
Mensajes: 26
Antigüedad: 15 años, 10 meses
Puntos: 0
Problema con código de menú

Estoy haciendo un sitio web, y soy nuevo en esto digamos.
Tengo este código, pero los links los quiero centrados, cómo puedo hacer?, o qué estoy haciendo mal?.

Código:
#menu {
  width: 100%;
  height: 42px;
  background: #663333 url(../img/nav.gif) repeat-x; 
  font-size:130%;	
}
  	    
ul.menu {
  clear: both;
  text-align: center;
  width: 750px;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
 float: left;
 text-align: center;
}
ul.menu li a:link, ul.menu li a:visited {
  padding: .9em;
  display: block;
  text-decoration: none;
  color: #333;
}