Skip to content

Instantly share code, notes, and snippets.

@johnsardine
Created December 21, 2012 14:27
Show Gist options
  • Save johnsardine/4353144 to your computer and use it in GitHub Desktop.
Save johnsardine/4353144 to your computer and use it in GitHub Desktop.
Untitled
.tabs{
padding: 0;
list-style: none;
}
.tabs li {
display: table-cell;
width: 1%;
}
.tabs a {
display: inline-block;
background: #DDD;
padding: 0.25em 0.5em;
width: 10px;
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
}
<ul class="tabs">
<li><a href="">Long Wosrd</a></li>
<li><a href="">Second</a></li>
<li><a href="">Third</a></li>
<li><a href="">Fourth</a></li>
<li><a href="">Fifth</a></li>
<li><a href="">Sixth</a></li>
<li><a href="">Seventh</a></li>
<li><a href="">Eighth</a></li>
<li><a href="">Ninth</a></li>
<li><a href="">Tenth</a></li>
<li><a href="">Eleventh</a></li>
<li><a href="">Twelfth</a></li>
</ul>
</ul>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment