
06/09/2007, 04:49
|
 | | | Fecha de Ingreso: marzo-2007 Ubicación: En otro lugar que tú
Mensajes: 1.549
Antigüedad: 18 años Puntos: 36 | |
Re: Las imagens se cargan mi web Eso se puede hacer con css:
.avatar{
max-width: 200px;
width: expression(this.width > 200 ? 200: true);
max-height: 360PX;}
El max-height no funciona en IE6. |