Skip to content

Instantly share code, notes, and snippets.

Created January 25, 2012 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/1677004 to your computer and use it in GitHub Desktop.
Save anonymous/1677004 to your computer and use it in GitHub Desktop.
Overflow test
/**
* Overflow test
*/
#one {
margin: 100px auto 0 auto;
font-size: 40px;
background: #ddd;
padding: 10px;
width: 500px;
overflow: hidden;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
white-space: nowrap;
}
<div id="one">
lorem ipsum motherfucker, yeah, that's how I roll
</div>
{"view":"split","prefixfree":"","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment