Ver Mensaje Individual
  #1 (permalink)  
Antiguo 09/05/2007, 20:17
Avatar de PerVack
PerVack
 
Fecha de Ingreso: abril-2007
Ubicación: Peru-Lima
Mensajes: 9
Antigüedad: 17 años
Puntos: 0
no m funciona el hover

hola
quisiera que me ayuden no entiendo x q no funciona el hover, aún soy nuevo en css.gracias por las respuestas.
T_T
Código HTML:
.listm {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #339933;
	text-align: left;
	vertical-align: super;
	text-indent: 35px;
	text-decoration: none;
}
.listm:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #339933;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: super;
	text-indent: 35px;
	text-decoration: none;
}