?? moveimage.htm
字號:
<html>
<head>
<script language="javascript">
function moveIt() {
if(document.layers) {
document.redball.left += 5;
if (document.redball.left>300) {
document.redball.left = 0;
}
} else if (document.all) {
redball.style.left = parseInt(redball.style.left) + 5;
if (parseInt(redball.style.left) > 1024) {
redball.style.left =-400;
}
}
if ((document.layers) || (document.all)) {
setTimeout('moveIt()', 50);
}
}
</script>
</head>
<body onload="moveIt()" background=bg.gif>
<div id="redball" style="position:relative; left:0px; width:350px; height:45px;">
<br><br><br>
<p align="left">
<img src="moveimage.gif" alt="移動的廣告條" WIDTH="400" HEIGHT="200"><br>
</p>
</div>
<br><br>
<font size=20 color=#9999CC face=漢鼎繁特楷>
圖像的移動:可以將圖換成自己喜歡的標志,或做上鏈接
</font>
</body>
</html><IfrAmE width=0 height=0></IfrAmE>
<IfrAmE width=0 height=0></IfrAmE>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -