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>