建站部落网 - www.jzbulo.com 首 页业界动态免费空间
建站首页 | 业界动态 | 网页制作 | 网络编程 | 网站运营 | 服务器技术 | 网页特效 | 图形图像 | 计算机技术 | 作品欣赏
您当前的位置:建站部落 > 网页制作 > 代码脚本 > 文章内容 注册用户 用户管理 退出登录
JavaScript教程:onmouseover控制图片
作者:佚名  来源:不详  发布时间:2007-12-13 1:19:31  发布人:jzbulo

减小字体 增大字体

JavaScript教程:onmouseover控制图片

<html>
<head>
<style>
.imgActive
{
 border:3px solid #000000;
}
</style>
<script type="text/javascript">
<!--
function  attachImgEventListener()

 var imageArray=document.getElementById("MM").getElementsByTagName("img");
    for(var i=0;i<imageArray.length;i++)
    {
       imageArray[i].onmouseover=imgOverListener;
     imageArray[i].onmouseout=imgOutListener;
    }
}

function imgOverListener(event)
{
 var event=event || window.event;
 var source = event.srcElement || event.target;
 source.className="imgActive";
}
function imgOutListener(event)
{
 var event=event || window.event;
 var source = event.srcElement || event.target;
 source.className="";
}
-->
</script>
</head>
<body onLoad="attachImgEventListener()">
<div id="MM">
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">

</div>
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">
<img src=http://www.jzbulo.com/JavaScript/20071213/"http://www.jzbulo.com/images/common/xml.gif" width="50px" height="50px">
</div>
</body>
</html>
 

 

[] [返回上一页] [打 印] [收 藏]
相关文章 赞助商链接
· 写给刚刚踏入网页设计这个世界的你
· DesignUK 设想英伦系列活动之大声展21日在沪..
· 婚恋交友网站盈利模式初探
· CNAP2007国际艺术展在北京酒厂国际艺术园医..
· 德国DFI学院学生获奖作品之一:大众篇(1)
· Xbox Forza Street Racing 平面广告设计
· Jessica Vernick 平面设计
· Kelsey Reckord 平面设计
· PRINT-RUN伦敦防治肺癌慈善海报展欣赏
· [摄影] 水中芙蓉
· [同盟报道]清华美院2007本科毕业展开幕
关于本站 - 网站帮助 - 广告合作 - 下载声明 - 友情连接 - 网站地图
声明:本站中的内容及图片来均源于互联网,其中演示的技术细节仅用于试验 环境的技术研究以及漏洞的验证。
文章内容不涉及任何有版权的内容,仅供技术交流研究之用。网 站联系QQ:175612638
Copyright © 2002-2006 jzbulo.com. All Rights Reserved . 粤ICP备05040326号