Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/01/2010, 04:40
Fumut
 
Fecha de Ingreso: febrero-2008
Ubicación: Euskal Herria
Mensajes: 130
Antigüedad: 16 años, 2 meses
Puntos: 1
Respuesta: Tamaño de imagenes

Lo estoy haciendo asi:

<div id="albistea_foto">
<img src="albiste/'.$row[argazkia].'" />
</div>

#albistea_foto {
float: right;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 15px;
max-height: 160px;
max-width: 160px;
overflow: hidden;
}