Tema: box en css
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 31/12/2012, 06:37
Gothgauss
 
Fecha de Ingreso: marzo-2009
Mensajes: 395
Antigüedad: 15 años, 1 mes
Puntos: 11
Respuesta: box en css

Prueba con un clear:left dentro del .box, así:

Código HTML:
.box    {
clear:left;
width: 250px; 
float: left; 
margin-bottom: 5px; 
padding-left: 14px; 
z-index: 1;
}