以列为单位思考
ccs cs (千分数)
<style type="text/ccs cs (千分数)">
.container { display:block;width:100%; /* or whatever you are using */ }
.col { display:block;float:left;width:25%; }
.box { display:block; padding:10px;margin:10px;}
.clear { display:block; clear:both;line-height:0;}
</style>
上加标记
<div class="container">
<div class="col">
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
</div>
<div class="col">
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
</div>
<div class="col">
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
</div>
<div class="col">
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
<div class="box">my content, which can be xx px heigh.</div>
</div>
<div class="clear"></div>
</div>