좀 어지럽네요. 배경 그림 선택을 잘 하셔야.....
태그는 바디에 넣으세요.
<script language="Javascript">
<!--
var background = "이미지 주소";
var speed = 0;
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName != "Netscape" || browserVer >= 6) {
function moveback(movert,movedn,hPos,vPos) {
if (arguments[4])
document.body.style.backgroundImage = "url(\"" + arguments[4] + "\")";
if (arguments[5])
document.body.style.backgroundRepeat = arguments[5]
if (!isNaN(hPos)) {
if ((movert!=0) && (hPos>0)) hPos=-100000
hPos += movert
}
if (!isNaN(vPos)) {
if ((movedn!=0) && (vPos>0)) vPos=-100000
vPos+= movedn
}
document.body.style.backgroundPosition= hPos + " " + vPos
if (isNaN(hPos)) hPos = "\"" + hPos + "\""
if (isNaN(vPos)) vPos = "\"" + vPos + "\""
setTimeout("moveback("+movert+","+movedn+","+hPos+","+vPos+")",speed)
}
moveback(1,1,0,0, background);
}
//-->
</script>
태그는 바디에 넣으세요.
<script language="Javascript">
<!--
var background = "이미지 주소";
var speed = 0;
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName != "Netscape" || browserVer >= 6) {
function moveback(movert,movedn,hPos,vPos) {
if (arguments[4])
document.body.style.backgroundImage = "url(\"" + arguments[4] + "\")";
if (arguments[5])
document.body.style.backgroundRepeat = arguments[5]
if (!isNaN(hPos)) {
if ((movert!=0) && (hPos>0)) hPos=-100000
hPos += movert
}
if (!isNaN(vPos)) {
if ((movedn!=0) && (vPos>0)) vPos=-100000
vPos+= movedn
}
document.body.style.backgroundPosition= hPos + " " + vPos
if (isNaN(hPos)) hPos = "\"" + hPos + "\""
if (isNaN(vPos)) vPos = "\"" + vPos + "\""
setTimeout("moveback("+movert+","+movedn+","+hPos+","+vPos+")",speed)
}
moveback(1,1,0,0, background);
}
//-->
</script>
반응형
'인터넷정보' 카테고리의 다른 글
춤추는 작은 윈도우 (0) | 2007.10.17 |
---|---|
춤추는 작은 윈도우 (0) | 2007.10.17 |
클릭하면 서서히 사라지는 글자 (0) | 2007.10.17 |
클릭하면 서서히 사라지는 글자 (0) | 2007.10.17 |
움직이는 배경화면 스크립트 (0) | 2007.10.17 |
마우스 따라다니는 실시간 아날로그 시계 (0) | 2007.10.17 |
마우스 따라다니는 실시간 아날로그 시계 (0) | 2007.10.17 |
새로운 즐겨 찾기 방법(소스보기 금지로 사용해도...) (0) | 2007.10.17 |
새로운 즐겨 찾기 방법(소스보기 금지로 사용해도...) (0) | 2007.10.17 |
글씨의 네온사인 효과 (0) | 2007.10.17 |