PC 관련 동영상 강좌

카페 게시판 배경화면 넣기

RIKILEE 2008. 2. 23. 12:59

이미지 주소(URL)
 
http://photoimg.search.daum.net/qna3-bin/image.php?Ni9xbmEvMjAwNy8xMC8xMTAxLzA0bGl0LmdpZg==
 
 
배경 소스
 
<STYLE> body { background-image:url(이미지 주소); background-attachment: fixed; background-repeat: repeat; background-position: top right; } table {
background-color: transparent; } td { background-color: transparent; }
</STYLE>
 
합치면
 
<STYLE> body {
background-image:url(http://photoimg.search.daum.net/qna3-bin/image.php?Ni9xbmEvMjAwNy8xMC8xMTAxLzA0bGl0LmdpZg==); background-attachment:
fixed; background-repeat: repeat; background-position: top right; } table {
background-color: transparent; } td { background-color: transparent; }
</STYLE>