我有这个代码:
<fieldset>
<label>show/hide table</label>
<table class="tableStyle2">
table code - a wide table
</table>
</fieldset>
字段集在 Chrome 和 Firefox 中自动调整其宽度,但在 IE8 中不自动调整。有解决办法吗?试过:
.tableStyle2 {
border-collapse: collapse;
font-family: 'Lucida Grande','Lucida Sans Unicode','Verdana,Arial,Helvetica,sans-serif';
width: 100%;
font-size: 12px;
overflow: none;
}