码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2019-12-20 18:28:29      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:for   cal   实现   image   class   com   flow   cell   img   

<!--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>

技术图片

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

标签:for   cal   实现   image   class   com   flow   cell   img   

原文地址:https://www.cnblogs.com/linerge/p/12074430.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!