幻灯片和溢出

时间:2011-10-03 08:27:59

标签: css

我无法使溢出的div正常工作..

div中带溢出的表格与div的宽度相同?!

http://jsfiddle.net/bRbyr/

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>

1 个答案:

答案 0 :(得分:1)

你可以: