☆ ETC-BOX ★/배경·코멘이미지◁
기본틀태그◀
윰:)♡
2007. 8. 11. 17:17
+ 이미지 사이즈
배경사이즈 : 1000픽셀 * 700픽셀
코멘창 사이즈 : 694픽셀 * 40픽셀
+ 배경틀 태그
<STYLE>
body {background-image:url("배경주소");
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;}
table { background-color: transparent; }
td { background-color: transparent; }
</STYLE>
+ 배경 바둑판식 태그
<STYLE>body{background-image:url("배경소스");background-attachment:fixed;}table{background-color:transparent;}td
{ background-color:transparent;}</STYLE>
+ 코멘창틀 태그
<style>textarea{background color:url("코멘창소스"); border-width:1; border-color:black;border-style:dotted;}</style>