Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/05/2010, 12:38
kraciboy
 
Fecha de Ingreso: marzo-2008
Mensajes: 48
Antigüedad: 16 años, 1 mes
Puntos: 1
Respuesta: Div principal, con DIV's dentro: Float

Lo hubieses solucionado si llegas a ponerlo así:

Código:
<div style="width:320px; height:320px; overflow:auto">
    <div style="width:80px; height:20px; float:left">
        Prueba
    </div>
    <div style="width:80px; height:20px; float:left">
        Prueba
    </div>
    <div style="width:80px; height:20px; float:left">
        Prueba
    </div>
    <div style="width:80px; height:20px; float:left">
        Prueba
    </div>
<div style="clear: both;"></div>
</div>
Un saludo!