━━━━ Perhaps/•……태그 HTML

[스크랩] 전체배경&꼬릿말코멘트소스

크리아이 2007. 10. 10. 14:41

전체배경소스


전체배경소스를 넣은겁니다 아래와 같은 방법으로 만드세요
<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://blogcafe.dreamwiz.com/cafefile/p/p/pp6143/36.jpg");background-attachment:
fixed;
background-repeat:no-repeat;
background-position:bottom right; }
table { background-color: transparent; }
td { background-color: transparent; } </style>


대문 주인백에 소스사용시 유의사항


<table width=100% height=540><tr><td> </td></tr></table>
<STYLE>body { background-image:url(http://home.megapass.co.kr/~kimys553/image/bak/94.gif);
background-attachment: fixed; background-repeat: yes-repeat;background-position: up; }
table { background-color: transparent; } td{ background-color: transparent; }</STYLE>
위에 소스중에서 height=540는 높이를 지정하는겁니다.
전체배경소스를 주인백에 넣었을때는 대문 내용에 맞게 height=540 를
조정 하셔야 합니다.
<table width=100% height=540><tr><td> </td></tr></table>이 안들어갈경우
떳다가 사라지죠!!

꼬릿말 코멘트 소스


<style>#comments {background-image:url("꼬리글에 들어갈이미지");
background-color:ffffff; }
.inputtext {background-image:url("코멘트창이미지
"); background-repeat:no-repeat; background-position:bottom; }
a.list:link { text-decoration: none; color:blue; }
a.list:visited { text-decoration: none; color:blue; }
a.list:hover { color:pink; text-decoration:underline; }
#comments td { font-family:굴림; font-style:normal; font-weight:; color:black; }
</style>
출처 : 비공개
글쓴이 : null 원글보기
메모 :