PDA

View Full Version : MSN Style Links


ionsurge
09-14-2002, 04:03 PM
Hi all,

Can anyone tell me how I can get the MSN style links, where the links underline when they are hovered over?

Thank you in advance.

Nightfire
09-14-2002, 04:32 PM
<style>
a{
text-decoration:none;
}

a:hover{
text-decoration:underline;
}
</style>