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

Why dosn't that underline go away?

0 views
Skip to first unread message

Spiritus

unread,
Sep 24, 2001, 4:56:48 PM9/24/01
to
I don't want those underline to show on my links other than on mouseover,
but it looks as I can't get rid of them if the link has been visited.

Can anyone please check out this site and give me the answer to my problem?
www.shoppingnettet.com/home/

Thanks!
Spiritus


Manish

unread,
Sep 24, 2001, 5:39:49 PM9/24/01
to

"Spiritus" <spir...@world-online.no> wrote in message
news:k6Nr7.4958$9%5.9...@news.world-online.no...

replace it by -
<style type="text/css">
<!--
a { text-decoration: none }
a:hover { text-decoration: underline; font-weight:bold; }
-->
</style>

you are using a:link for text-decoration none, which makes everything else
have an underline.

HTH,
- Manish


0 new messages