Mon, 2005-02-07 15:14
ok, i have 3 pseudo class image links on a page and only one of them works in IE. All 3 work in FF.
HTML code: <div id="xhtml"><a href="http://validator.w3.org/check?uri=referer/" class="white"><img src="images/w3cxhtml.gif" alt="Valid XHTML 1.0!" width="80" height="15" /></a></div> <div id="c508"><a href="http://www.CynthiaSays.com/org/cynthiatested.htm" class="white"><img src="images/580c.gif" alt="508C Approved" width="80" height="15" /></a></div> <div id="css"><a href="http://jigsaw.w3.org/css-validator/" class="white"><img src="images/w3ccss.gif" alt="Valid CSS!" width="80" height="15" /></a></div>
CSS Link Code:
a.white:link {color: #FFFFFF;} a:link{color:#000099;text-decoration:underline;} a.white:hover {color:#FFFFFF; background-color: #FFFFFF;} a:hover{color:#FFFFFF;text-decoration:underline;background-color:#000099;}
if you need to see it you can view it here: http://www.mscok.edu/~badams2/udm/index2.html
thanks