Created
July 8, 2014 10:51
-
-
Save codesynapse/8689e31b23b3c0072fca to your computer and use it in GitHub Desktop.
CSS Table with Mouseover Color Change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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