Ver Mensaje Individual
  #1 (permalink)  
Antiguo 23/12/2003, 00:20
araujo_guntin
 
Fecha de Ingreso: febrero-2003
Mensajes: 165
Antigüedad: 21 años, 2 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;
}