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

超长隐藏,悬浮显示table

时间:2016-11-14 20:41:16      阅读:247      评论:0      收藏:0      [点我收藏+]

标签:play   type   splay   top   class   add   border   div   pad   

<style type="text/css">
#table {
   width: 100%;
  margin-top: 10px;
  color: #4b4b4b;
  text-align: center;
  table-layout: fixed;
   
}
#table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
#table th {
     padding: 3px;
  border: 1px solid #d2d2d2;
  background: #E2E3E4;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
   
}
#table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
#table thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

#table td {
     padding: 3px;
  border: 1px solid #d2d2d2;
  white-space: nowrap;
  overflow: hidden
     
}
</style>

 

超长隐藏,悬浮显示table

标签:play   type   splay   top   class   add   border   div   pad   

原文地址:http://www.cnblogs.com/lostjoke/p/6063012.html

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