색깔로 배경깔기
<STYLE TYPE="text/css">
body,table,td
{ background-color:맘에드는 색상; }
</STYLE>
카페전체배경깔기
<STYLE> body
{ background-image:url(배경주소); }
table
{ background-color: transparent; }
td
{ background-color: transparent; }
</STYLE>
뒷배경깔기
<!----배경---->
<STYLE type=text/css>
body
{ background-color:#ffffff;background-image:url("배경주소"); }
</STYLE>
고정배경깔기
<style>
body
{ background-image:url(배경주소);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center; }
table
{ background-color: transparent; }
td
{ background-color: transparent; }
</style>
출처:Daum카페 매거진
<STYLE TYPE="text/css">
body,table,td
{ background-color:맘에드는 색상; }
</STYLE>
카페전체배경깔기
<STYLE> body
{ background-image:url(배경주소); }
table
{ background-color: transparent; }
td
{ background-color: transparent; }
</STYLE>
뒷배경깔기
<!----배경---->
<STYLE type=text/css>
body
{ background-color:#ffffff;background-image:url("배경주소"); }
</STYLE>
고정배경깔기
<style>
body
{ background-image:url(배경주소);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center; }
table
{ background-color: transparent; }
td
{ background-color: transparent; }
</style>
출처:Daum카페 매거진
출처 : 여러가지 배경 소스들
글쓴이 : :*:♥마미♡:*:꿈태:Ð주인장 원글보기
메모 :
'태그 소스 자료' 카테고리의 다른 글
[스크랩] 핑크빛 꽃잎이 내려오는 태그소스 (0) | 2006.12.17 |
---|---|
[스크랩] 소스금지 푸는방법(나쁜용도로 악용하지 마세요) (0) | 2006.12.17 |
[스크랩] (네개의 나비가 사방으로 퍼지는 소스!) (0) | 2006.12.17 |
[스크랩] <카페꾸미기..14><마우스따라다니는 웰컴 소스> (0) | 2006.12.17 |
[스크랩] 이미지 게시판에 올리는 방법 (0) | 2006.12.17 |