Automatic ellipsis via css!
I consider myself pretty good with css. Doesn’t take me long to convert a photoshop design into working html so I was surprised to find today that there was an easy way to ellipsis to truncated text! Works in all browsers bar FireFox!
overflow:hidden; text-overflow: ellipsis; white-space: nowrap;
Categories: css