遵循代码:
<div style="display: table; width: 100%; height: 300px; background: lightblue;">
<div style="display: table-cell; width: 30px; background: lightcoral;">A</div>
<div style="display: table-cell; background: wheat;">B</div>
</div>
如何在IE6 / IE7中只使用css?