Skip to content

Instantly share code, notes, and snippets.

@Takazudo
Created October 7, 2010 09:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Takazudo/614840 to your computer and use it in GitHub Desktop.
Save Takazudo/614840 to your computer and use it in GitHub Desktop.
ie 6,7 border-spacing
/* ie 6,7 border-spacing */
table{
width:100%;
border-spacing:0;
border-collapse:separate;
*border-collapse:collapse; /* ie6,7 */
border-right:8px solid #333;
border-bottom:8px solid #333;
}
td{
border-top:8px solid #333;
border-left:8px solid #333;
padding:5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment