码迷,mamicode.com
首页 > Web开发 > 详细

html css js || 汇总

时间:2021-04-02 13:09:12      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:psi   lips   属性   out   hidden   title   html   展示   pre   

内容过长显示固定长度部分 多余部分用省略号代替

table {
  table-layout: fixed;  /* table内部布局固定大小 方便用width调节td的长度 */ /* 由于table-layout的默认值是auto,即table的宽高将取决于其内容 */
}
td {
  white-space:nowrap; /* 规定段落中的文本不进行换行 */
  overflow:hidden;    /* 关闭滚动条 */
  text-overflow: ellipsis;  /* 溢出的文字显示为省略号 */ 
}

展示td的内容,可以用td的属性 title ; 当光标停留在td处就可以显示全部的内容

html css js || 汇总

标签:psi   lips   属性   out   hidden   title   html   展示   pre   

原文地址:https://www.cnblogs.com/wuzimeimei/p/14607549.html

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