非常棒的图片特效
将代码插在<body></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(3.0) //3.0就是变化速度,越大变化越慢
</SCRIPT> <img src="img.gif" border=0 id="image1"
style="visibility:hidden; FILTER:revealTrans(Duration=4.0, Trnsition=23);">
<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(3.0) //3.0就是变化速度,越大变化越慢
</SCRIPT> <img src="img.gif" border=0 id="image1"
style="visibility:hidden; FILTER:revealTrans(Duration=4.0, Trnsition=23);">