rileypetty
Programmer
I just realized I have a problem with some of my hyperlinks. I'm using this CSS class on several links,
A:hover.clsHMpage { color:"#ffff33"; text-decoration:underline }
.clsHMpage { color:"#fff5c8"; text-decoration: none }
and when you view the page in IE it looks as it should. When it's viewed in Mozilla the hyperlinks look like they did in the old days, blue (the background is dark green). I've been searching for a CSS comparision chart for IE & Mozilla but can't seem to find what I'm looking for. Can someone point me in the right direction? I'm assuming the CSS needs some additional code for Mozilla. Thanks for any help you may be able to give me.
A:hover.clsHMpage { color:"#ffff33"; text-decoration:underline }
.clsHMpage { color:"#fff5c8"; text-decoration: none }
and when you view the page in IE it looks as it should. When it's viewed in Mozilla the hyperlinks look like they did in the old days, blue (the background is dark green). I've been searching for a CSS comparision chart for IE & Mozilla but can't seem to find what I'm looking for. Can someone point me in the right direction? I'm assuming the CSS needs some additional code for Mozilla. Thanks for any help you may be able to give me.