?? 19.html
字號:
<html>
<head>
<title>19</title>
<style><!--
img.i1{
width:200;
height:230;
}
-->
</style>
<script language="JaveScript">
var shape=0;
var flag=0;
var act;
function ChangeImg(){
act=window.SetInterval("ChangeShape()",7500);
}//function
function ChangeShape(){
if (shape==24) shape=0;
if (flag==0)
{
Inser.innerHTML="<img id='shp' src='follower_1.jpg' class=i1 style="filter:revealTrans(duration=6,transition="+shape+")'><br>"
shp.filters.item(0).Apply();
shp.src="follower_2.jpg"
shp.filters.item(0).play();
flag=1;
}
else
{
Insert.innerHTML="img id='shp' src='follower_2.jpg' class=i1 style="filter:revealTrans(duration=6,transition="+shape+")'><br>"
shp.filters.item(0).Apply();
shp.src='follwer_1.jpg"
shp.filters.item(0).play();
flag=0;
}//if
shape++
}//function
</script>
</head>
<body onload="ChangeImg()">
<p id="Insert"> <img id='shp' src='follower_1.jpg' style="width:200; height:230; filter:revealTrans(duration=6,transition=00)"></p>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -