[thelist] A JavaScript query

Mark Groen mark at markgroen.com
Sun Dec 28 12:55:18 CST 2003


----- Original Message ----- 
Sent: December 28, 2003 10:37 AM
Subject: Re: [thelist] A JavaScript query


> .........solve the problem (which is, that here
> <http://www.johnallsopp.co.uk/test/test1/index2.html>, in Mozilla the
> second line of the menu (which appears upon rollover of the first
line)
> appears correctly in green, but in IE6/W98, it appears in the default
red
> which is wrong)?

Changing this line of css:
a:link {
 color: rgb(193, 30, 0);
 }

to this makes it work the same in Moz/Firebird/IE6 for me, using Win98
too:

a:link {
 color: rgb(210,231,136);
 }

hth!

Regards,

          Mark Groen

MG Web Services
Web Site Hosting and Development
www.markgroen.com
mark at markgroen.com
604-780-6917
Bowen Island, Canada




More information about the thelist mailing list