如何将鼠标效果添加到 GIF

how add mouse effect to gif

本文关键字:添加 GIF 鼠标      更新时间:2023-09-26

抱歉,但我是从这个开始的,我需要添加一些代码,使鼠标移动遵循这些gif文件,为此,有人可以帮助我吗?

<html>
<head>
</head>
<body>
<img style="position:relative; TOP:400px; LEFT:600px; WIDTH:150px;
HEIGHT:120px; margin-right:-50px" border="0" src="trail6.gif">
<img style="position:relative; TOP:330px; LEFT:465px; WIDTH:70px;
HEIGHT:70px; margin-right:-50px" border="0" src="trail4.gif">
<img style="position:relative; TOP:340px; LEFT:600px; WIDTH:80px;
HEIGHT:80px; margin-right:-50px" border="0" src="trail2.gif">
<img style="position:relative; TOP:450px; LEFT:400px; WIDTH:80px;
HEIGHT:80px; margin-right:-50px" border="0" src="trail3.gif">

<img style="position:relative; TOP:450px; LEFT:550px; WIDTH:80px;
HEIGHT:80px; margin-right:-50px" border="0" src="trail5.gif">

</body>
</html>

有人可以帮助我吗?提前致谢亚历杭德罗·卡斯坦

使用 JavaScript 的 MouseOver 函数。即用型示例可在 W3 站点上找到。http://www.w3schools.com/jsref/event_onmouseover.asp