没有javascript的IE6 / IE7中的表格单元格

时间:2013-08-17 21:35:02

标签: html css

遵循代码:

<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?

0 个答案:

没有答案