jsp中实现带滚动条的table表格

<!--div比table的width要小滚动条才会显示-->
            <div class="box-vertical" style="width: 400px; max-height: 240px; overflow:auto;">
            <table id="tab_1" style="width: 400px;" cellpadding="0"
            cellspacing="1" class="formtable">
            <tr>
                <th align="center">序号</th>
                <th align="center">记账日期</th>
                <th align="center">记账汇率</th>
            </tr>
             <tbody id="tbd">
            </tbody> 
            </table>
            </div>

猜你喜欢

转载自www.cnblogs.com/linerge/p/12074430.html