![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
02/02/2002, 05:43
|
| | Fecha de Ingreso: febrero-2001
Mensajes: 1.374
Antigüedad: 24 años 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 ;
} |