Ver Mensaje Individual
  #3 (permalink)  
Antiguo 10/10/2014, 15:03
Avatar de pzin
pzin
Moderata 😈
 
Fecha de Ingreso: julio-2002
Ubicación: Islas Canarias
Mensajes: 10.488
Antigüedad: 21 años, 9 meses
Puntos: 2114
Respuesta: cambiar background-color de td

Igual es mejor reducir un poco el código:

Código CSS:
Ver original
  1. table tr:hover th,
  2. table tr:hover td {
  3.   background-color:#99ffcc;
  4. }

O en SASS: <3
Código CSS:
Ver original
  1. table tr:hover
  2.  th, td
  3.     background-color:#99ffcc
__________________
(: