|
|
| 图像黑白彩色交替变化 |
| 整理:Cnwshow.Com 来源:Internet 整理时间:2008-7-12 |
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>图像黑白彩色交替变化</title>
<SCRIPT>
function doTrans(filterCode)
{
imgObj.filters[0].apply();
oImg.style.filter = filterCode
imgObj.filters[0].play();
}
</SCRIPT>
</head>
<body>
<p><SPAN id=imgObj onmouseleave='doTrans("gray")' style="FILTER: progid:DXImageTransform.Microsoft.Fade(Overlap=1.00); WIDTH: 1px" onmouseenter='doTrans("")'><IMG id=oImg style="FILTER: gray" src="shower_03.jpg"> </SPAN></p>
</body>
</html>
|
|
|
|
|
|