Brett Goodrich wrote:
http://ccbci.org/the-courses/graduation-requirements/

Hover over elements in the table in the content section. Certain rows
will change background color on hover to a flat gray. I didn't code
that, and I can't even find the CSS that's doing it with the Chrome
Inspector. Also see /the-courses/ and hover over "New Testament" where
it's doing the same thing.

Any ideas as to why it's changing the background on hover?

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

is one possibility, or anything else coded similarly.
Philip Taylor
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to