컴.자료실

블러그 전체 배경넣는 방법

영지니 2010. 3. 30. 23:40
전체배경소스를 넣은겁니다 아래 방법으로 만드세요
<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>