Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/06/2008, 16:25
seterek
 
Fecha de Ingreso: noviembre-2004
Mensajes: 123
Antigüedad: 19 años, 5 meses
Puntos: 0
Respuesta: centrar en capa imágenes que tienen float left

aquí está el código:

Código:
<div style="text-align:center; margin:auto;">

<div style="width:120px; float:left; margin:20px 20px 0 0;"><img src="foto.gif" /></div>
<div style="width:120px; float:left; margin:20px 20px 0 0;"><img src="foto.gif" /></div>
<div style="width:120px; float:left; margin:20px 20px 0 0;"><img src="foto.gif" /></div>
<div style="width:120px; float:left; margin:20px 20px 0 0;"><img src="foto.gif" /></div>

</div>