PC 관련 동영상 강좌

배경 소스 만들기

RIKILEE 2008. 2. 23. 12:30

< 사용 배경 소스 >


<style>
body {background-image: url(이미지 주소);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: right bottom;}
table, td {background-color: transparent;}
</style>