我有一個小問題。溢出表格div
<div style="height:500px; overflow:hidden">
<table style="height:1000px">....</table>
</div>
表溢出的部分是可見的。我怎樣才能解決這個問題
更新時間:
我的代碼正好是這樣的:
<style>
#trademark img{
width:300px;
height:250px;
box-shadow: 0px 0px 50px #888888;
}
</style>
<div id="trademark" style="height:570px; overflow:hidden; background-color:#F00">
<table id="trade_content" style="position:absolute; margin-left:103px;" border="0" cellpadding="15">
<tr>
<td align="center"><img src="1.png"></td>
<td align="center"><img src="2.png"></td>
<td align="center"><img src="3.png"></td>
</tr>
</table>
</div>
你可以發佈你完全HTML –
請你能不能分享實際碼?從http://codepen.io/anon/pen/WvbVGp下邊框不可見按預期。 – fcalderan
代碼工作正常http://jsfiddle.net/ttq45194/,如果溢出更改爲自動,您可以看到差異http://jsfiddle.net/ttq45194/1/ –