在IE8中工作正常。在Firefox中,如果我從td中刪除nowrap屬性,文本會被正確包裝,但是不會刪除nowrap文本而不會被包裝。如何覆蓋表格nowrap屬性
有沒有什麼辦法在firefox中通過css覆蓋nowrap屬性。
<div style="width:100%;border:1px solid #eaeaea">
<table style="width:100%;word-wrap:break-word;table-layout:fixed" border="1" >
<tr>
<td>
thisssssssssssssssssssssssssss
</td>
<td nowrap="" style="word-wrap:break-word;">
22222222thisssssssssssssssssssssssssss22222222thisssssssssssssssssssssssssss22222222thisssssssssssssssssssssssssss
</td>
</tr>
</table>
</div>
nowrap =「nowrap」將其關閉(已棄用 - btw)。不使用它將允許你爲''td style = ...'打包。 – Dawson 2011-03-22 07:32:30