| ||||
Pongamos que quieres agrandarla al doble, pues puedes hacerlo así: <img src="imagen.gif" width="50" height="50" onMouseOver="this.width=100;this.height=100" onMouseOut=this.width=50;this.height=50"> o así <img src="imagen.gif" width="50" height="50" onMouseOver="this.width=this.width*2;this.height=t his.height*2" onMouseOut="this.width=this.width/2;this.height=this.height/2"> O bien define tú el tamaño que quieras. Espero haberte ayudado. Suerte. Bueno, ahora que me doy cuenta, te he puesto un ejemplo para que se agrande al pasar el ratón. Si quieres que sea al hacer click cambia onMouseOver por onClick y suprime onMouseOut.
__________________ ¡¡NO A LA GUERRA!! Si ponemos a nuestros mensajes títulos adecuados, la gente se animará más a abrirlos y resultarán más útiles en las busquedas. ¡No a los ayuuudaaa, urgenteee y similares! |