Tema
:
box en css
Ver Mensaje Individual
#
9
(
permalink
)
31/12/2012, 06:37
Gothgauss
Fecha de Ingreso: marzo-2009
Mensajes: 395
Antigüedad: 15 años, 8 meses
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; }
Gothgauss
Ver Perfil
Buscar todos los Mensajes de Gothgauss