jqueryでdisplay:tableをエミュレートするにはどうすればよいですか? 内側の 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>