![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/12/2006, 05:26
|
![Avatar de JavierB](http://static.forosdelweb.com/customavatars/avatar16568_12.gif) | Colaborador | | Fecha de Ingreso: febrero-2002 Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 23 años Puntos: 772 | |
Re: vinculos visitados Hola mykost Bienvenido al foro.
Ponlo así:
Código:
<style type="text/css">
a {
color:#FFFFFF;
text-decoration:none;
a:hover {
color:#FF0000;
background-color:#FFFFFF;
text-decoration:none;
}
</style>
Saludos, |