Skip to content

Instantly share code, notes, and snippets.

@eagleon
Created September 21, 2012 10:19
Show Gist options
  • Save eagleon/3760779 to your computer and use it in GitHub Desktop.
Save eagleon/3760779 to your computer and use it in GitHub Desktop.
CSS截取字符串,多余文字省略号显示
.tss{
text-overflow:ellipsis;
overflow:hidden;
white-space:nowrap;
width:300px;/*主要上面三行发挥作用,这行制定宽度,IE,FF,Webkit都可以*/
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment