模拟显示:带有jquery的表

时间:2013-09-15 17:03:31

标签: jquery html css css-tables

我如何模拟display:table with jquery? 内部div必须适合整个外部div,如下所示:

<div style="display:table; width:500px">
<div style="display:table-cell; background-color:red" >aaaa</div>   
<div style="display:table-cell; background-color:green">б</div>
<div style="display:table-cell; background-color:blue">в</div>   
</div>

http://jsfiddle.net/mjGts/

0 个答案:

没有答案