/ Published in: CSS
Forzamos el subrayado en todos los casos.
Expand |
Embed | Plain Text
a:link,a:visited,a:hover, a:active{ text-decoration:none; } a:hover{ text-decoration:underline!important; }
You need to login to post a comment.
Hirmine on 02/18/09
1 person have marked this snippet as a favorite
Forzamos el subrayado en todos los casos.
a:link,a:visited,a:hover, a:active{ text-decoration:none; } a:hover{ text-decoration:underline!important; }
You need to login to post a comment.