鼠標(biāo)圖片振動代碼
<!--代碼開始--!>
<!---YeJun2605.AnyP.cn-//-->
<!---這里只是在圖片里加了一點代碼進去認真看看--!><P><A title=一切網(wǎng)絡(luò)資源盡在建站資源情感夢,情感一角歡迎光臨! border=0>
<!--下面的代碼在同一頁面只要一個就行了--!>
<STYLE>.shakeimage {POSITION: relative}</STYLE>
<SCRIPT language=JavaScript1.2>
<!--
var rector=3
var stopit=0
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
//-->
</SCRIPT>
相關(guān)文章
JS網(wǎng)頁圖片查看器(兼容IE、FF)可控制圖片放大縮小移動
這是一個網(wǎng)上比較常用的JS網(wǎng)頁圖片查看器,可控制圖片放大、縮小、還原、移動位置、拖動等操作,并且兼容IE瀏覽器和FF火狐瀏覽器,可以用在圖片網(wǎng)站、地圖網(wǎng)站等2008-11-11用javascript實現(xiàn)圖片馬賽克后顯示并切換
用javascript實現(xiàn)圖片馬賽克后顯示并切換...2007-04-04javascript圖片自動縮放和垂直居中處理函數(shù)
非常不錯的應(yīng)用代碼,方便我們處理一些圖片效果2008-10-10