Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/10/2007, 12:27
Avatar de Gaby_Corr
Gaby_Corr
 
Fecha de Ingreso: junio-2005
Mensajes: 672
Antigüedad: 18 años, 10 meses
Puntos: 0
problema con hover y active en css

hola, que tal tengo el sig codigo y no me hace el efecto de hover y active de un link, que puede ser ?

Código:
ul li.cat{ 
list-style-image: url(images/bullet_off.gif);
margin-left: 25px;
margin-top: 8px;
padding-top: -8px;
vertical-align: text-top;
font-size: 12px; font-weight: bold;
color:#000033; width:200px;
}

ul li.cat a:link{ color:#000033; vertical-align:top;}
ul li.cat a:visited { color: #000033;}
ul li.cat a:hover { list-style-image: url(images/bullet_on.gif);}
ul li.cat a:active { margin-top: 8px; 
list-style-image: url(images/bullet_on.gif) ; 
color:#FF3300;}
y asi lo mando llamar:

<ul>
<li class="cat"><a href="aceptar.asp" target="_blank">Clientes (Datos Generales)</a></li>
</ul>
__________________
" Recuerda , estas donde debes estar ..."