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

table th td 宽度

时间:2014-12-18 18:32:42      阅读:149      评论:0      收藏:0      [点我收藏+]

标签:style   color   sp   html   as   htm   br   ht   text   

 table{
 2     width:200px;
 3     table-layout: fixed;
 4 }
 5 .autocut{
 6     overflow:hidden;
 7     white-space:nowrap;
 8     text-overflow:ellipsis;
 9     -o-text-overflow:ellipsis;
10     -icab-text-overflow: ellipsis;
11     -khtml-text-overflow: ellipsis;
12     -moz-text-overflow: ellipsis;
13     -webkit-text-overflow: ellipsis;
14 }
15 .autocut:hover
16 {
17     overflow:visible;
18     white-space:normal;
19     word-wrap: break-word;
20 }

 <td class="autocut">



table th td 宽度

标签:style   color   sp   html   as   htm   br   ht   text   

原文地址:http://www.cnblogs.com/aiwoqu/p/4172061.html

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