November 2011
1 post
1 tag
Truncating text using css
I am damn busy at this time with a bunch of deadlines. But the passion of sharing has kept me in front of my screen at 3am to share with you guys a very nice technique from amix - founder of plurk. The little snippet below shows how you can truncate text using css, it’s pretty creative and useful I think. jsFiddle .link_truncated {    display: inline-block;     width: 100px;  ...
Nov 30th