Link to home
Start Free TrialLog in
Avatar of sai4
sai4

asked on

IE anchor border color

When an image is placed inside a hyperlink anchor tag the image is sorrunded by a blue outline.  Using CSS I was able to get rid of this outline in the below manner but it only workes in firefox:




a{

color: #003366; /*this is the background color so the outline blends in */

}

The problem is that this technique doesn't work in IE.  Could someone tell me how to either get rid of the border or blend the border in IE?

Thank you
Steve






ASKER CERTIFIED SOLUTION
Avatar of keniki
keniki

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sai4
sai4

ASKER

thanks it works great,


Steve