2011-09-26 110 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/

相關問題