![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
29/12/2006, 11:34
|
| | Fecha de Ingreso: diciembre-2006
Mensajes: 25
Antigüedad: 18 años, 1 mes Puntos: 0 | |
Re: Al pasar ratón sobre enlace se ponga en negrita Wop!
prueba con esto ;)
Código:
<style>
a:hover { color:red; background-color:beige; font-weight:bolder; }
</style>
|