<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<style type="text/css">
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
html, body {height:100%; margin:0; padding:0;}
#header {position:relative;height:100px;background:#00C;}
#contents {height:100%;margin:-100px 0 0 0;background:#CCC;}
#box {padding:100px 0 0 0;}
}
</style></head>
<body>
<div id="header">menu</div>
<div id="contents">
<div id="box">body</div>
</div>
</body>
</html>
'IT 소프트웨어 > CSS' 카테고리의 다른 글
[CSS]처음 나오는 자식요소, 마지막 자식요소에만 적용하기 (first-child, last-child) (2) | 2011.03.18 |
---|---|
표준코딩에서 vertical-align : middle; 적용하기 (6) | 2010.03.11 |
E:first-child, E:lang(c) 유용한 몇가지 CSS (0) | 2010.01.26 |
float 된 div를 포함한 div의 백그라운드가 안 보일때, float된 div 높이가 브라우저에 인식 안될때 clear해주는 방법 (10) | 2010.01.26 |
IE8에서 이미지 사이의 여백 생기는 문제 (11) | 2010.01.15 |