10/06/2008, 16:25
|
| | Fecha de Ingreso: noviembre-2004
Mensajes: 123
Antigüedad: 20 años, 2 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>
|