28/04/2006, 12:43
|
| | Fecha de Ingreso: abril-2005
Mensajes: 29
Antigüedad: 19 años, 8 meses 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;
} |