Home > css > Automatic ellipsis via css!

Automatic ellipsis via css!

December 3rd, 2009 fbis Leave a comment Go to comments

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 Tags:
  1. No comments yet.
  1. No trackbacks yet.