Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/08/2011, 12:06
Avatar de ArturoGallegos
ArturoGallegos
Moderador
 
Fecha de Ingreso: febrero-2008
Ubicación: Morelia, México
Mensajes: 6.774
Antigüedad: 16 años, 1 mes
Puntos: 1146
Respuesta: con chrome no se ajusta menu al ancho de caja

prueba agregando width:100% a la lista

Código CSS:
Ver original
  1. #navlist {
  2.    border: 0;
  3.    margin: 0;
  4.    padding: 0;
  5.    list-style-type: none;
  6.    text-align: center;
  7. width:100%
  8.             }