# 배경화면위치고정


<style>
body{background:white url(그림경로/그림.gif) no-repeat fixed center center}
</style>

 

 


# class를 이용한 특정위치에 배경화면고정


<style>
.bgimg{background:white url(그림경로/그림.gif) no-repeat fixed right bottom}
</style>

<table class='bgimg'>식으로

 

 

 

# 옵션항목


no-repeat  ==>한번고정
repeat-x  ==>가로로 반복
repeat-y  ==>세로로 반복

center center  ==>위치정하기 또는  10% 10%  ==>상세히 위치정하기

 

 

 

'html, script' 카테고리의 다른 글

윈도우 새창  (0) 2017.04.12
스크롤바효과  (0) 2017.04.12
마우스스타일  (0) 2017.04.12
마우스에 붙어다니는 레이어 소스  (0) 2017.04.12
움직일수 있는 레이어  (0) 2017.04.12




+ Recent posts