Hola gente, tengo algo como esto...
Código:
<div style="width:500px; height:100ox; overflow: auto;">
<img src="1.jpg" height="100" width="100" />
<img src="1.jpg" height="100" width="100" />
<img src="1.jpg" height="100" width="100" />
<img src="1.jpg" height="100" width="100" />
<img src="1.jpg" height="100" width="100" />
<img src="1.jpg" height="100" width="100" />
<img src="1.jpg" height="100" width="100" />
<img src="1.jpg" height="100" width="100" />
</div>
Pero las filas no me quedan todas en una sola fila, cuando se llena la fila hace un salto y sigue debajo generándome varias líneas...
Hay alguna forma fácil de solucionarlo, fácil y que funcione bien en todos los navegadores ;)
Saludos y gracias de antemano...
PD: SOlamente pude solucionarlo con una tabla HTML...