我可以 make忙工作。
溢出的四舍五入的桌子的宽度与干iv一样?
div.slideshow_inner {
margin:12px 20px 0px 15px;
width:340px;
height:440px;
overflow:hidden;
background:blue;
}
#slideshow_film > tbody > tr > td {
width:340px;
background:red;
}
<div class="slideshow_inner">
<table id="slideshow_film">
<tr>
<td>PIC 1</td>
<td>PIC 2</td>
</tr>
</table>
</div>