|
|
| 水中倒影 |
| 整理:Cnwshow.Com 来源:Internet 整理时间:2008-7-12 |
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>水中倒影</title>
</head>
<body>
<IMG height=189 id=reflect src="03.jpg" width=237><BR>
<SCRIPT language=JavaScript1.2>
function f1(){
setInterval("mdiv.filters.wave.phase+=10",100);
}
if (document.all){
document.write('<img id=mdiv src="'+document.all.reflect.src+'" style="filter:wave(strength=3,freq=3,phase=0,lightstrength=30) blur() flipv()">')
window.onload=f1
}
</SCRIPT>
</body>
</html>
|
|
|
|
|
|