Skip to content

Instantly share code, notes, and snippets.

@joacim-boive
Created March 20, 2013 08:22
Show Gist options
  • Save joacim-boive/5203133 to your computer and use it in GitHub Desktop.
Save joacim-boive/5203133 to your computer and use it in GitHub Desktop.
Problems with table borders in IE7
/**
* Problems with table borders in IE7
*/
td{
padding: 3%;
border: 2px solid red;
}
<table>
<tbody>
<tr>
<td>This should have a red border!</td>
</tr>
</tbody>
</table><!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split-vertical","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