Friday, February 22, 2013

Show fixed text in div and append ... using css

white-space: nowrap;
width: 100%;
 overflow: hidden;
 text-overflow: ellipsis;


The ellipsis value causes three periods to be appended to the text.

No comments :

Post a Comment