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;
}