I noticed that Firefox colorizes the border with the anchor color I
specified, and a:hover turns that color also, but in IE7 I get default blue
border.
I already have a conditional comment in my page to deliver ie.css, but I'm
not sure what to put into it because IE doesn't support :hover on images,
does it?
What's the appropriate way to do this?

eg:

a:link, a:visited {
   color:red;
}
a:hover, a:active {
   color:pink;
}

<a href="#"><img src="pic.jpg" border="1"/></a>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to