JS使用oumousemove和oumouseout动态改变图片显示的方法

前端之家收集整理的这篇文章主要介绍了JS使用oumousemove和oumouseout动态改变图片显示的方法前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

本文实例讲述了JS使用oumousemove和oumouSEOut动态改变图片显示方法分享给大家供大家参考。具体如下:

鼠标放到图片上时图片自动变大,鼠标离开图片还原

SEOver="bigImg(this)" onmouSEOut="normalImg(this)" border="0" src="smiley.gif" alt="Smiley" width="32" height="32">

The function bigImg() is triggered when the user moves the mouse pointer over the image.

The function normalImg() is triggered when the mouse pointer is moved out of the image.

希望本文所述对大家的javascript程序设计有所帮助。

原文链接:https://www.f2er.com/js/55022.html

猜你在找的JavaScript相关文章