Skip to content

Instantly share code, notes, and snippets.

@codesynapse
Created July 8, 2014 10:51
Show Gist options
  • Save codesynapse/8689e31b23b3c0072fca to your computer and use it in GitHub Desktop.
Save codesynapse/8689e31b23b3c0072fca to your computer and use it in GitHub Desktop.
CSS Table with Mouseover Color Change
table {font-family:Arial,serif;font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
table th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
table tr {background-color:#d4e3e5;}
table td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
table tr:hover {background-color:#ffffff;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment