<body>와 </body> 태그 사이에 넣어주세요.
<script>
document.body.onload=function(){
bgs=new Array();
bgs[bgs.length]='이미지 주소';
bgs[bgs.length]='이미지 주소';
bgs[bgs.length]='이미지 주소';
bgs[bgs.length]='이미지 주소';
bgs[bgs.length]='이미지 주소';
idx=Math.floor(Math.random()*bgs.length);
// document.body.style.backgroundAttachment='fixed';
// document.body.style.backgroundRepeat='no-repeat';
// document.body.style.backgroundImage='url('+bgs[idx]+')';
// document.body.style.background = "url("+ bgs[idx] +")";
document.body.style.background = "url("+ bgs[idx] +") no-repeat fixed";
}
</script>
태그 : 백그라운드 이미지, 배경이미지
반응형
'인터넷정보' 카테고리의 다른 글
PHP의 sleep()과 비슷한 함수 (0) | 2007.10.13 |
---|---|
PHP의 sleep()과 비슷한 함수 (0) | 2007.10.13 |
날짜 시작일~종료일 출력 (0) | 2007.10.13 |
날짜 시작일~종료일 출력 (0) | 2007.10.13 |
배경 이미지 랜덤으로.. (0) | 2007.10.13 |
스타일을 이용한 양끝맞추기 (0) | 2007.10.13 |
스타일을 이용한 양끝맞추기 (0) | 2007.10.13 |
JS 체크 (0) | 2007.10.13 |
JS 체크 (0) | 2007.10.13 |
timestamp 를 date 형식으로 보여주기(as like php date()) (0) | 2007.10.13 |