Skip to content

Instantly share code, notes, and snippets.

@tyv
Created June 11, 2013 09:49
Show Gist options
  • Save tyv/5755715 to your computer and use it in GitHub Desktop.
Save tyv/5755715 to your computer and use it in GitHub Desktop.
Untitled
table, td
{
width: 100%;
border-collapse: collapse;
}
.wrap
{
position: relative;
overflow: hidden;
width: 100%;
white-space: nowrap;
}
.wrap div
{
display: inline-block;
width: 100%;
height: 50px;
}
.s
{
margin-left: -100%;
}
<table>
<tr>
<td>
<div class="wrap">
<div class="f">01
</div
><div class="s">02
</div
><div class="t">03
</div>
</div>
</td>
</tr>
</table>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment