Ver Mensaje Individual
  #8 (permalink)  
Antiguo 24/09/2009, 10:27
Avatar de pcarvajal
pcarvajal
 
Fecha de Ingreso: enero-2002
Mensajes: 701
Antigüedad: 22 años, 4 meses
Puntos: 8
Respuesta: Crop al estilo Google Friend Connect

ok, después de unos cuantos intentos, aquí les dejo el código por si a alguien más le sirve:

Cita:
<html>
<head>
<style>
#crop {
width:50px;
height:50px;
overflow:hidden;
}

#crop img{
margin:-10px 0px 0px -20px;
}
</style>
</head>
<body>
<table border="1">
<tr>
<td>
<div id="crop"><img src="http://img.trovit.com/img-cl_casa-P23253c4a670098c6556.jpg"></div>
</td>
<td>
<div id="crop"><img src="http://webrural.com/imglib/fotos/small/c/casa-rural-lleida-casa-farre-vistas-cardet.jpg" width="90" height="60"></div>
</td>

</tr>
</table>
<br>
<br>
<img src="http://img.trovit.com/img-cl_casa-P23253c4a670098c6556.jpg"><br>
<img src="http://webrural.com/imglib/fotos/small/c/casa-rural-lleida-casa-farre-vistas-cardet.jpg">
</body>
</html>
Gracias por la ayuda
Saludos !

Última edición por pcarvajal; 24/09/2009 a las 14:23