전체배경소스를 넣은겁니다 아래와 같은 방법으로 만드세요
<style> body { background-image:url(이미지주소); background-attachment: fixed; background-
repeat: yes-repeat; background-position: up; } table { background-color:
transparent; } td { background-color: transparent; } </style>
아래소스가 실행소스입니다
<style> body { background-image:url
("http://www.mapa.co.kr/mapassunwallpaper/3d/mapa_3d_10210.jpg");background-attachment:
fixed;
background-repeat:no-repeat;
background-position:bottom right; }
table { background-color: transparent; }
td { background-color: transparent; } </style>
<style> body { background-image:url(이미지주소); background-attachment: fixed; background-
repeat: yes-repeat; background-position: up; } table { background-color:
transparent; } td { background-color: transparent; } </style>
아래소스가 실행소스입니다
<style> body { background-image:url
("http://www.mapa.co.kr/mapassunwallpaper/3d/mapa_3d_10210.jpg");background-attachment:
fixed;
background-repeat:no-repeat;
background-position:bottom right; }
table { background-color: transparent; }
td { background-color: transparent; } </style>
출처 : 전체배경 소스만드는 법..
글쓴이 : e-nock 원글보기
메모 :
'태그 소스 자료' 카테고리의 다른 글
[스크랩] <왕초보 탈출하기>1.소스가져오기<복습> (0) | 2006.12.17 |
---|---|
[스크랩] ★작은그림을 전체배경:넣기소스★ (0) | 2006.12.15 |
[스크랩] 테이블 테두리 스타일에 대하여 1 (0) | 2006.12.09 |
[스크랩] 테이블 테두리 스타일에 대하여 2 (0) | 2006.12.09 |
[스크랩] ※★HTML사용색상표★※ (0) | 2006.10.08 |