超长隐藏,悬浮显示table

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

 

posted @ 2016-11-14 19:07  lskdcl  阅读(800)  评论(0编辑  收藏  举报