- Posted at 2008/08/20 12:14
http://www.action-scripter.com/blog/trackback/1096
-
<!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" xml:lang="ko" lang="ko">
-
<head>
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-
<style type="text/css">
-
html, body{
-
margin:0;
-
height:100%;
-
}
-
#wrapper {
-
position:relative;
-
width:100%;
-
height:100%;
-
}
-
#header {
-
position:absolute;
-
top:0px;
-
left:0px;
-
width:100%;
-
height:100px;
-
background:#a5a5a5;
-
z-index:3;
-
}
-
#centerWrap {
-
height:100%;
-
background:#c5c5c5;
-
}
-
#center {
-
}
-
#leftAreaWrap {
-
overflow:hidden;
-
position:absolute;
-
top:0px;
-
left:0px;
-
width:200px;
-
height:100%;
-
background:#c5b5a5;
-
z-index:1;
-
}
-
#leftArea {
-
padding:100px 0 50px 0;
-
}
-
#centerAreaWrap {
-
overflow:hidden;
-
position:absolute;
-
top:0px;
-
left:0px;
-
width:100%;
-
height:100%;
-
background:#a5b5c5;
-
z-index:0;
-
}
-
#centerArea {
-
padding:100px 0 50px 200px;
-
}
-
#footer {
-
position:absolute;
-
left:0px;
-
bottom:0px;
-
width:100%;
-
height:50px;
-
background:#e5e5e5;
-
z-index:2;
-
}
-
</style>
-
</head>
-
<body>
-
<div id="wrapper">
-
<div id="centerWrap">
-
<div id="leftAreaWrap">
-
</div>
-
<div id="centerAreaWrap">
-
</div>
-
</div>
-
</div>
-
</body>
-
</html>
Standard Magazine의 lunaticdream님이 작성한 코드입니다.
Comments List
-
div는 아무리 봐도 헷갈리는게 너무 많아요.







