Ver Mensaje Individual
  #7 (permalink)  
Antiguo 09/05/2010, 09:05
Avatar de abimaelrc
abimaelrc
Colaborador
 
Fecha de Ingreso: mayo-2009
Ubicación: En el planeta de Puerto Rico
Mensajes: 14.734
Antigüedad: 15 años, 6 meses
Puntos: 1517
Respuesta: ayuda con funcion para cambiar imagen de una clase

O puedes indicar hover en el mismo css
Código HTML:
Ver original
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Documento sin título</title>
  6. .a{ background-color: #00f; }
  7. .a:hover{ background-color: #f00; }
  8. </style>
  9. </head>
  10. <body>
  11. <div class="a">&nbsp;</div>
  12. </body>
  13. </html>
__________________
Verifica antes de preguntar.
Los verdaderos amigos se hieren con la verdad, para no perderlos con la mentira. - Eugenio Maria de Hostos