Menu

 

 

 

 

 

 

배경고정에 대한 것은 이전에도 있었지만 이번엔 세로로든,
가로로든 한 곳으로만 고정을 시킵니다
<head>와 </head> 사이 각각 아래 부분을 넣습니다.
배경이 세로로만 반복
<style type="text/css">
 <!-- body {background-image:url(이미지 경로); background-repeat:repeat-y}
 --> </style>

배경이 가로로만 반복
<style type="text/css"> <!-- bod {background-image:url(이미지경로);
background-repeat:repeat-x} --> </style>