0
我希望生成具有兩列的佈局,其中右列跨越兩行。我想這樣做,只是用DIV標籤:使用跨越多行的DIV列的頁面佈局
+-----------+-----------+
+ + +
+ + +
+-----------+ +
+ + +
+ + +
+-----------+-----------+
我曾嘗試:
<div>
<div style="float:left; width: 100px;"></div>
<div style="float:right width: 100px;"></div>
<div style="float:left; width: 100px;"></div>
</div>
但這沒有幫助。