私はこのコードを持っています:
<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;
}