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

表格超出部分隐藏

时间:2014-08-08 15:41:36      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:style   html   amp   htm   type   ad   table   text   

<html>
<head>
<style type="text/css">
td{
white-space:nowrap;text-overflow: ellipsis;overflow: hidden;
}
</style>
</head>
<body>
<table width="350px" border="1" cellspacing="0" cellpadding="0" style="table-layout:fixed;">
<tr>
<td width="200">&nbsp;</td>
<td style="">超长的不希望换行而希望能自动隐藏的内容,超长的不希望换行而希望能自动隐藏的内容</td>
<td>&nbsp;</td>
</tr>
</table>
</body>
</html>

表格超出部分隐藏,布布扣,bubuko.com

表格超出部分隐藏

标签:style   html   amp   htm   type   ad   table   text   

原文地址:http://www.cnblogs.com/HeShui/p/3899286.html

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