/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; -o-text-overflow: ellipsis; -ms-text-overflow: ellipsis; -moz-binding: url('/xml/ellipsis.xml#ellipsis'); }
URL: http://rumble.github.com/examples/text-overflow