글 수 211

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="refresh" content="3" />
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr" />
<title>Full height layout</title>
<style type="text/css">
<!--
html,
body {
height:100%;
margin:0;
padding:0;
}
#bd{
margin:0 auto;
height:100%;
width:500px;
background:#ccc;
}
#head{
height:100px;
width:500px;
background:#ddd;
position:relative;
z-index: 1;
}
#center {
min-height:100%;
width:500px;
margin:-100px 0 -50px;
background-color:#eee;
}
#content-area{
padding:100px 0 50px;
}
#foot{
height:50px;
width:500px;
background-color:#ddd;
}
-->
</style>
<!--[if IE]>
<style type="text/css">
#center {
height: 100%;
}
</style>
<![endif]-->
</head>
<body>
<div id="bd">
<div id="head"> 높이 100 pixel </div>
<div id="center">
<div id="content-area"> 내용<br />
</div>
</div>
<div id="foot"> 높이 50 pixel </div>
</div>
</body>
</html>
익스플로어6 , 파이어폭스1.5.1 테스트완료
쉽지 않아~!~!~! 적응이 돼려나....
![IMGWizard[이미지위자드]](/layouts/wizard/images/default/zeroBoardXE.png)


