Rss & SiteMap

课外天地 李树青 http://www.njcie.com

李树青 论坛 南京 财经 课外天地
共1 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:课上练习代码——鼠标移动上去变换图片

1楼
admin 发表于:2015/5/26 12:13:05

<pre>

 

<html>

<head>

    <meta http-equiv="Content-Type" c/>

    <title>无标题文档</title>

</head>

<body>

<p>移动鼠标上去看看效果<br/>

    <img src="images/click_green.gif" width="100" height="50"

         border="0" alt="Example button" name="button"

         onmouseover="document.images[0].src='images/click_red.gif'"

         onmouseout="document.images[0].src='images/click_green.gif'"/>

</p>

</body>

</html>

</pre>

共1 条记录, 每页显示 10 条, 页签: [1]

Copyright ©2002 - 2016 课外天地.Net
Powered By Dvbbs Version 8.3.0
Processed in .04688 s, 2 queries.