Return to Snippet

Revision: 24398
at March 1, 2010 10:08 by thnkling


Initial Code
li {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

Initial URL
http://www.smashingmagazine.com/2010/03/01/css-and-the-future-of-text/

Initial Description
Adding ellipsis to an overflowing item.

Initial Title
Adding an ellipsis to an overflowing item.

Initial Tags
css

Initial Language
CSS