Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

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.