Re: FN-FORUM Strange CSS style problem
date posted 9th November 2001 14:07
...but then visited links will always be underlined :)
Em
_____________
www.bw3.co.uk
www.giglistings.co.uk
----- Original Message -----
From: "John Olival" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, November 09, 2001 12:52 PM
Subject: Re: FN-FORUM Strange CSS style problem
Hi Ray
Works fine on my pc, windows 2kserver, ie5.5, 1024x780, except when I have
gone to the technical manuals page.
The problem is that you need to change the attribute
> a:visited { text-decoration: none }
to
a:visited { text-decoration: underline }
and then you'll find that the link rollover works.
HTH
John