語法展示:: http://home.graffiti.net/fjrggfdd/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<body>及</body>標籤之間。 不要忘記付件也要一起帶回家喔~!!...... >>>>>>我是附件帶我回家<<<<<<< 下載後解壓縮,將圖檔置於網頁同一目錄下
<center>
<script language="JavaScript1.2">
<!--
function tile(){
if (!document.all)
return
var source=event.srcElement
if (source.tagName=="IMG") {
document.body.style.backgroundImage="url("+source.src+")";
}
}
function restore(){
document.body.style.backgroundImage='';
document.body.style.color='';
}
document.body.onclick=restore
-->
</script>
<span class="bgimages" onClick="tile();event.cancelBubble=true">
<img src="01.gif">
<img src="02.gif">
<img src="03.gif">
<img src="04.gif">
<img src="05.gif">
<img src="06.gif">
<img src="07.gif">
<img src="08.gif">
<img src="09.gif">
<img src="10.gif">
</span>
</center>
將以下程式碼複製,貼在<head>及</head>標籤之間。
<style>
<!--
.bgimages img {cursor:hand}
-->
</style>
留言列表