Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/02/2002, 05:43
Tukzone
 
Fecha de Ingreso: febrero-2001
Mensajes: 1.374
Antigüedad: 23 años, 3 meses
Puntos: 11
Re: Subrayar enlace cuando pase el raton????

usá css, hojas de estilo, ej:

A {
color: #004080;
font-family: Arial;
font-weight: normal;
font-variant: normal;
font-size: 10pt;
font-style: normal;
text-decoration: none ;
}
A:hover {
color: #FF0000;
font-family: Arial;
font-weight: normal;
font-variant: normal;
font-size: 10pt;
font-style: normal;
text-decoration: underline ;
}