이 code의 경우 전체 div의 배경색이
Posted: 2005 12 17 11:35 50
그러니까 아래 code id="whole"의 배경색인 red가 보이는게 표준에 맞는건가요 아닌가요?
<div id="whole" style="width:301px;background-color:red;">
<div id="left" style="width:100px;background-color:blue;float:left;height:200px;">
</div>
<div id="right" style="width:200px;border-left:1px solid gold;background-color:beige;float:left;height:300px;">
</div>
</div>