Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MSN Communities links

0 views
Skip to first unread message

dj

unread,
Jul 17, 2001, 9:30:58 PM7/17/01
to
I recently saw something I've never seen before. On a page for MSN
Communities, there was an email link that was blue and had an underline. On
mouseover, the underline turned orange, but the text stayed blue. I tried
looking at their css, but I couldn't figure it out. Anybody know how to do
that?


Xlnt

unread,
Jul 18, 2001, 6:42:41 AM7/18/01
to
"dj" <daj2001athotmail.com> schreef in bericht
news:u5IknlyDBHA.1340@tkmsftngp07...
See for an online example:
http://members.home.nl/overdijk/examples/underline.htm

<html>
<head>
<style>
a:hover {color:orange}
</style>
</head>
<body>
<a href="[url]"><span style="color:blue">[link]</span></a>
</body>
</html>

Xlnt


0 new messages