<div id="wrap">

<div class="left"></div>

<div class="content"></div>

</div>

 

#wrap {overflow:hidden; position:relative; width:1024px; margin:0 auto;}

#wrap .left {float:left; width:200px; position:absolute; left:0; top:0; bottom:0;}

#wrap .content {float:right: min-height:1000px; }

'웹프로그래밍 > css' 카테고리의 다른 글

[CSS] 줄바꿈  (0) 2015.03.23
[CSS] display 속성  (0) 2015.03.20

+ Recent posts