Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/08/2010, 09:49
chuchufuentes
 
Fecha de Ingreso: mayo-2008
Mensajes: 353
Antigüedad: 16 años, 10 meses
Puntos: 3
Respuesta: ayuda porfa,con esta funcion

Otra forma de solucionarlo y mucho menos código usando CSS

<td style="width: 117px; height: 32px">
<img src='<%#Eval("fotoparte") %>' width="104px" height="100px" alt="No Hay Imagen Disponible" id="Image2"" />
</td>

CSS

<style type="text/css">

img:hover{ width:300px; height:300px;}
</style>