body{background:#171a21; font-family:Tahoma,Arial,Sans-serif; color:#555;overflow-y:scroll;min-width:1200px}
/* background */
#Main_bg{background: url("../images/bg_image_bottom_0106.jpg") repeat-y scroll left top transparent; float:right;}
#Main{background:url("../images/bg_image_0106.jpg") no-repeat scroll left top transparent;position:relative;z-index:10;min-height:1300px; }
#Main_sub{ position:relative; padding-left:779px;}
<body>
<div id="Main_bg">
<div id="Main">
<div id="Main_sub">
......
</div>
</div>
</div>
</body>
min-width:1200px 하단 스크롤바를 보여주기위한 페이지 최소폭 기준값, 이 값보다 작으면 하단에 스크롤 바가 생김
float:right; 페이지를 우측으로 붙이기 위한 핵심 값
padding-left:779px; 배경이미지 크기
0 개의 댓글:
댓글 쓰기