<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>
태그 : 백그라운드 이미지, 배경이미지
'정보창고 > 블로그 정보' 카테고리의 다른 글
HTML-Button Tag (0) | 2012.02.09 |
---|---|
HTML-성별,생년월일 자동으로 넣기 (0) | 2012.02.09 |
HTML-글씨 타이핑 소리 나게할때 (0) | 2012.02.09 |
HTML-검색 폼 input box에 이미지 넣기 (0) | 2012.02.09 |
HTML-막대 그래프 동적으로 움직이기 (0) | 2012.02.09 |