|
|
| 图片渐渐显示 |
| 整理:Cnwshow.Com 来源:Internet 整理时间:2008-6-19 |
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title> 图片渐渐显示</title>
</head>
<body>
<img src="04.jpg" border="1" id="helpor_net" style="visibility:hidden; FILTER:revealTrans(Duration=4.0, Transition=23);">
<SCRIPT FOR="window" EVENT="onLoad" LANGUAGE="vbscript">
helpor_net.filters.item(0).apply()
helpor_net.filters.item(0).transition = 12
helpor_net.Style.visibility = ""
helpor_net.filters(0).play(2.0)
</SCRIPT>
</body>
</html>
|
|
|
|
|
|