배경 이미지 랜덤으로..
<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>
태그 : 백그라운드 이미지, 배경이미지
'인터넷정보' 카테고리의 다른 글
특정한 달의 생일인 사람 리스트 가져오기 (0) | 2007.10.13 |
---|---|
히라가나/가타카나를 한글 발음으로 변환/일본어 번역/일본어 한국어 번역/한국어 일본어 번역 (0) | 2007.10.13 |
이미지 리사이즈(resize) 및 새창 (0) | 2007.10.13 |
PHP의 sleep()과 비슷한 함수 (0) | 2007.10.13 |
날짜 시작일~종료일 출력 (0) | 2007.10.13 |
스타일을 이용한 양끝맞추기 (0) | 2007.10.13 |
JS 체크 (0) | 2007.10.13 |
timestamp 를 date 형식으로 보여주기(as like php date()) (0) | 2007.10.13 |
네비게이터 객체 (0) | 2007.10.13 |
아크로벳리더가 7 이상 설치되어 있는지 버전 체크 (0) | 2007.10.13 |