Que tal Masters, tengo un pequeño problema com mis CCS, esto los utilizo externos (por medio de un link a estilo.ccs) y no puedo quitar o que se vea con los atributos antes de visitar la pagina.
Si regreso a la pagina me aparece visitada o sea subrayada y de otro color.
Que estoy haciendo mal????? HELP ME PLEASE!!!!!
Este es mi CSS:
a.estiloc:hover {
color:#000000;
background-color:#CCCCCC;
text-decoration:none;
}
a.estiloc: visited {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #999999;
text-decoration: none;
}
a.estiloc:link {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #999999;
text-decoration: none;
}
</STYLE>