Truncate Text (Ellipsis)
Cut off text with ... when it overflows
TextLive preview
CSS
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
Browser support
All browsers. text-overflow: ellipsis since IE6.
Cut off text with ... when it overflows
Textwhite-space: nowrap; overflow: hidden; text-overflow: ellipsis;
All browsers. text-overflow: ellipsis since IE6.