CSS3让一段文字多余的用省略号表示,当鼠标移动上去的时候显示全部文字

<style type="text/css">
div { width:100px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
div:hover { width:auto; }
</style>


<div>算哒垃圾死分拉萨机aldj都是sd</div>

 

white-space:nowrap; text-overflow:ellipsis; 让文字在一定宽度出现省略号
posted @ 2016-09-26 15:57  夏小夏吖  阅读(15698)  评论(1编辑  收藏  举报