码迷,mamicode.com
首页 > 其他好文 > 详细

table添加水平滚动条

时间:2019-11-06 11:41:55      阅读:77      评论:0      收藏:0      [点我收藏+]

标签:css   title   rap   bsp   color   span   pac   滚动   class   

<html>
 <head>
  <title>table新增水平滚动条</title>
        <style type="text/css">
          .tableWrap {
            overflow: auto;
          }
          table{
            width: 100%
          }
          table th{
            white-space: nowrap;
          }
          table td{
            white-space: nowrap;
          }
    </style>
    </head>
    <body>
    <div class="tableWrap">
        <table>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
             <tr><td>2222</td><tr>
        </table>
    </div>
    </body>
</html>

 

table添加水平滚动条

标签:css   title   rap   bsp   color   span   pac   滚动   class   

原文地址:https://www.cnblogs.com/Harold-Hua/p/11804143.html

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