PDA

View Full Version : image link borders in IE??



dawkinsjh
11 Mar 2011, 09:08 PM
I'm trying to link an image in IE but no matter what the blue link border appears. My style sheet for the items are listed below. Suggestions anyone? I'm not the IE developing expert here...


a {
border:none;
outline: 0;
text-decoration:none;
}

a:link, a:visited, a:hover, a:focus {
border:none;
outline: 0;
text-decoration:none;
}


Thanks guys!

dawkinsjh
11 Mar 2011, 09:15 PM
Nevermind guys! i for some reason didnt think about styling the img element. I'm stupid haha. Thanks anyway!