태그 소스 자료

[스크랩] 전체배경 소스만드는 법..

다사랑해 2006. 12. 18. 22:21
전체배경소스를 넣은겁니다 아래와 같은 방법으로 만드세요

<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 원글보기
메모 :