请问一下用DIV怎么怎么做这张图上的表格排版
div吧
全部回复
仅看楼主
level 2
你M坑爹 楼主
不要table,,
2014年07月14日 00点07分 1
level 5
分三部分做 上中下各自一个DIV。在第一个DIV里面加三个同样大小的div,每个都做左浮动,在最后一个div里面加入两个小的div设置宽度,下面也是这么做,看不懂再来找我
2014年07月17日 01点07分 2
[大拇指]
2014年07月18日 11点07分
这个浮动放大缩小会有问题吧、、。?
2015年09月23日 14点09分
level 7
<div style="width:100%; overflow:hidden">
<div style="width:33%; height:50px;float:left; background:#000"></div>
<div style="width:32%; height:50px; margin-left:1%; float:left;background:#000"></div>
<div style="width:33%; height:20px;margin-left:1%; float:left;background:#000"></div>
<div style="width:33%; height:20px; margin-top:10px;margin-left:1%; float:left;background:#000"></div>
</div>
<div style="width:100%; clear:both; background:#000; height:50px; margin:10px 0;"></div>
<div style="width:100%; overflow:hidden;">
<div style="width:25%; background:#000; height:50px;float:left"></div>
<div style="width:24%; margin-left:1%; background:#000; height:50px;float:left"></div>
<div style="width:24%; margin-left:1%; background:#000; height:50px;float:left"></div>
<div style="width:24%; margin-left:1%; background:#000; height:50px; float:left"></div>
</div>
2014年09月22日 02点09分 4
level 2
<div>
<div>
<div></div>
<div></div>
<div>
<div></div>
<div></div>
</div>
</div>
<div></div>
<div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
就这样啦
2014年11月03日 02点11分 5
level 8
盒子
2014年11月29日 04点11分 6
level 1
div布局两分钟就出来
2015年01月04日 08点01分 7
1