我有一個表和overflow: hidden
屬性不起作用,爲什麼?爲什麼不溢出:隱藏在td上的工作?
<table width="100%" style="table-layout:fixed">
<tr height="200">
<td width="100%" height="200" valign="middle" style="text-align: center; overflow: hidden;">
<img src="http://salesdey.com/product_images/eb235de7eee13a0aa61dae2cc9de1f7e.gif" width="100" />
</td>
</tr>
</table>
可能重複[爲什麼溢出:隱藏不起作用在?](http://stackoverflow.com/questions/509711/why-does-overflowhidden-not-work-in-a-td) – Roberrrt
@ Roberrrt不,不是,我已經使用了'table-layout:fixed'作爲該答案中指出的內容,並且對我無效。 – Xeen
你錯過了'white-space:nowrap' – Roberrrt