[re]이소스 함 보시고 해보세요~

by welly posted Dec 20, 2003
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄
######전체배경깔기########
<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>
이뿌게 응용해서 쓰세요.

########배경 고정시키기########
페이지가 상하좌우로 스크롤 되어도 배경그림은 한자리에 고정되어
있는 경우를 보셨을 겁니다..

<head>와 </head> 사이에 다음 태그를 넣어 줍니다..

<style TYPE="TEXT/CSS">
<!--
BODY {background: url(img/배경.gif) white fixed no-repeat 50% 80%}
-->
</style>

**  url(img/배경.glf)중 ()안에 사용될 이미지의 경로를 넣어주세요
**  white fixed no-repeat 50% 80% //위치를 지정해 줍니다...알맞게 수정하세요