Html
    Css
    Js
a {
	text-decoration:none;
}
.bigBox {
	background:#cccccc;
	font-size:14px;
	overflow:hidden;
	width:200px;
	height:30px;
	margin:100px auto;
	line-height:30px;
}
.bigBox .box {
	position:relative;
}
.bigBox .box a {
	color:red;
	display:block;
	width:100%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

文字滚动特效

0