0

抱歉,但我从这个开始,我需要添加一些代码,鼠标移动跟随这些 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>

有人可以帮助我吗?在此先感谢亚历杭德罗·卡斯坦

4

1 回答 1

0

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

于 2013-09-07T14:14:44.880 回答