Re: CSS: how to underline links only whilst hovering (not all the time)?
Posted by
Hugo <Nabble> on
Feb 03, 2009; 5:48pm
URL: https://support.nabble.com/CSS-how-to-underline-links-only-whilst-hovering-not-all-the-time-tp2263762p2264645.html
Try this:
.nabble a:link, .nabble a:visited {
text-decoration:none;
}
.nabble a:hover {
text-decoration:underline;
}
Regards,
Hugo Teixeira
Nabble.com