图片渐渐出现的代码

代码简介:

一款常见的图片小代码,图片慢慢的出现,也行您正找这样的效果呢,赶快运行一下吧。

代码内容:

View Code
<html>
<head>
<title>图片渐渐出现的JS代码 - www.webdm.cn</title>
</head>
<body>
<SCRIPT FOR=window EVENT=onLoad LANGUAGE=vbscript>
image1.filters.item(
0).apply()
image1.filters.item(
0).transition = 12
image1.Style.visibility
= ""
image1.filters(
0).play(2.0)
</SCRIPT>
<img src="http://www.webdm.cn/images/wall1.jpg" border=5 id="image1"
style
="visibility:hidden; FILTER:revealTrans(Duration=4.0, Transition=23);">
</body>
</html>
<br />
<p><a href="http://www.webdm.cn">网页代码站</a> - 最专业的网页代码下载网站 - 致力为中国站长提供有质量的网页代码!</p>

 

代码来自http://www.webdm.cn/webcode/8ff9d64e-7d66-4ec0-854b-db781aeac4a8.html

posted @ 2012-02-22 09:00  网页代码站  阅读(681)  评论(2编辑  收藏  举报