Return to Snippet

Revision: 41580
at February 20, 2011 07:26 by shodan_uk


Initial Code
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url('/xml/ellipsis.xml#ellipsis');
}

Initial URL
http://rumble.github.com/examples/text-overflow

Initial Description


Initial Title
Truncate with Ellipsis

Initial Tags
css, xml

Initial Language
CSS