单行、多汗省略号
1.單行省略號(hào):
CSS:需要加上寬度(width:100px)、超出隱藏(overflow:hidden;)、強(qiáng)制在同一行顯示(white-space: nowrap;)、省略號(hào)(text-overflow:ellipsis;)
示例:p{width: 100px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
2.多行省略:
引入js:<script src="../../Scripts/jQuery.dotdotdot-master/src/jquery.dotdotdot.min.js"></script>
$('.pic_txt td').dotdotdot({
??????????????? wrap: 'letter',
??????????????? height: 40,
??????????????? tolerance: 10
??????????? });
?
總結(jié)
- 上一篇: Ehcache的基本概念
- 下一篇: Microsoft重申对F#的支持