Ver Mensaje Individual
  #4 (permalink)  
Antiguo 26/01/2007, 08:58
Avatar de Mikmoro
Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 5 meses
Puntos: 280
Re: Clase para botón

Quizá no lo has escrito bien. Prueba así:

.botones {
background-image: url(../gif/botones.gif);
height: 22px; width: 86px;
font-family: Tahoma;
}

.botones:hover {
background-image: url(../gif/botones2.gif);
}

Mikel.