<table style="table-layout:fixed;">
<tr>
<td width="221" style="overflow:hidden">
//A very long text that meant to overflow
</td>
</tr>
</table>
經過一番研究,上述代碼應該可以正常工作,但事實並非如此。只有在td
中有一個額外的div
標籤,其樣式overflow:hidden
才能實現。HTML溢出不適用於TD和溢出概念的TR
而另一個問題是如何實現溢出到高度?如果可以提供任何示例代碼,將不勝感激。
你不需要添加絕對位置 – eapo
更新建議由eaposztrof – ReDEyeS