Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/04/2006, 12:43
softimus
 
Fecha de Ingreso: abril-2005
Mensajes: 29
Antigüedad: 19 años
Puntos: 0
Hola:

Aquí utilizo el orden

Link -> Visited -> Over -> Active

Te pongo un ejemplo:

a:link
{
color:#43358d;
font-size:9pt;
font-family:Verdana;
font-weight:normal;
text-decoration:none;
}
a:visited
{
color:#43358d;
font-size:9pt;
font-family:Verdana;
font-weight:normal;
text-decoration:none;
}
a:over
{
color:#43358d;
background-color:#cccccc;
font-size:9pt;
font-family:Verdana;
font-weight:normal;
text-decoration:underline;
}
a:active
{
color:#43358d;
font-size:9pt;
font-family:Verdana;
font-weight:normal;
text-decoration:none;
}
__________________
www.softimus.net