23/12/2003, 00:20
|
| | Fecha de Ingreso: febrero-2003
Mensajes: 165
Antigüedad: 21 años, 11 meses Puntos: 0 | |
subrayado en link Hola...
Quisiera mostrar subrayado en mis link solo cuando el mouse pasa por encima.
intenté con el siguiente código pero no lo logró:
A.titleItem {
FONT-WEIGHT: bold;
COLOR: #194b8a;
TEXT-DECORATION: none;
text-transform: uppercase;
}
A.titleItem:link {
FONT-WEIGHT: bold;
COLOR: #194b8a;
text-transform: uppercase;
}
A.titleItem:hover {
FONT-WEIGHT: bold;
COLOR: #194b8a;
text-transform: uppercase;
}
A.titleItem:visited {
FONT-WEIGHT: bold;
COLOR: #194b8a;
TEXT-DECORATION: none;
text-transform: uppercase;
} |