태그 소스 자료

[스크랩] 여러가지 배경 소스들

다사랑해 2006. 12. 17. 19:30
색깔로 배경깔기

<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카페 매거진
출처 : 여러가지 배경 소스들
글쓴이 : :*:♥마미♡:*:꿈태:Ð주인장 원글보기
메모 :