Skip to content

Instantly share code, notes, and snippets.

@mokhov
Created October 1, 2013 16:36
Show Gist options
  • Select an option

  • Save mokhov/6781356 to your computer and use it in GitHub Desktop.

Select an option

Save mokhov/6781356 to your computer and use it in GitHub Desktop.
Untitled
body
{
background: #0ff;
}
table {
position: relative;
z-index: 11;
display: inline-block;
overflow-x: hidden;
}
table {
}
tr:hover
{
position: relative;
background: red;
overflow:hidden;
}
td:hover:before
{
position: absolute;
top: 0;
height: 100%;
width: 100%;
content: '';
background: red;
z-index: -1;
}
td:hover:after
{
position: absolute;
top: 0;
height: 100%;
width: 100%;
content: '';
background: #fff;
z-index: -1;
}
td
{
padding: 5px;
}
<table cellspacing="0" cellpadding="0">
<col></col><col></col><col></col><col></col>
<tr><td>ololo</td><td>ololo</td><td>ololo</td></tr>
<tr><td>ololo</td><td>ololo</td><td>ololo</td></tr>
<tr><td>ololo</td><td>ololo</td><td>ololo</td></tr>
</table>
// alert('Hello world!');
{"view":"split","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