2011-09-26 6 views

답변

5

HTML :

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

CSS :

.right { background: red; height:300px; float:right; width:200px; } 
.left { background: green; height:300px; padding-right: 200px; } 

코드 : http://jsfiddle.net/47YMn/1/