【发布时间】:2011-06-11 05:46:15
【问题描述】:
我在区域 div 中有一个结果表。因为我使用的是流体布局,所以区域 div 没有设置宽度。表格的宽度设置为 100%,但在 IE7 中它超出了包含的 div。有什么想法吗?
HTML:
<div id="area">
<table id="results">
</table>
</div>
CSS:
#results{
width: 100%;
}
【问题讨论】:
标签: html css html-table width internet-explorer-7