¼Ò½º¸¦ head¾È¿¡´Ù ³Ö¾îÁֽñ¸ ¿øÇÏ´Â ¹è°æÀ̹ÌÁö¸¸ ¹Ù²ãÁÖ½Ã¸é µË´Ï´Ù.
<style>
body {
background-image:url(¹è°æÇØÁÖ°íÇ À̹ÌÁö url);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom right;
}
table { background-color: transparent; }
td { background-color: transparent; }
</style>
| |