Ver Mensaje Individual
  #3 (permalink)  
Antiguo 29/04/2013, 14:25
Avatar de bNd170
bNd170
 
Fecha de Ingreso: agosto-2009
Ubicación: $this->setLocation('Valencia', 'Spain');
Mensajes: 365
Antigüedad: 14 años, 8 meses
Puntos: 13
Respuesta: Lista crea margin

La cuestión es que nunca me ha hecho falta flotarlos, dejo aqui el código
Código CSS:
Ver original
  1. .menu > ul > li {
  2.     background: url('../images/web/bg-menu.jpg') repeat-x;
  3.     display: inline-block;
  4.     margin: 0 -2px;
  5.     border-top: 1px solid #e4e4e4;
  6.     border-right: 1px solid #e4e4e4;
  7. }