鼠标感应渐显图片

发布时间:2018年2月23日 作者:未知 查看次数:1746

<html>


<head>

<title>图片特效</title>


<script language="JavaScript1.2">

function makevisible(cur,which){

if (which==0)

cur.filters.alpha.opacity=100

else

cur.filters.alpha.opacity=20

}

</script>



</head>

<body bgcolor="#FFFFFF">


<img src="http://www.sieye.cn/upPicDv/201091721430839.jpg" style="filter:alpha(opacity=20)" onMouseOver="makevisible(this,0)" onMouseOut="makevisible(this,1)"> 


<BR><BR><BR><BR>

IE有效

</body>

</html>




版权所有!www.sieye.cn
E.Mail:sieye@sohu.com QQ:66697110