IE 9 giving unwanted border around image links

Hi there,

I have tested my website in Firefox, Chrome, Opera and looks fine,however, Internet Explorer 9 giving me greenblue border around facebook twitter google icons/links at top of the page as well as around rss subscribe link on blog page.

http://buildingsite.atspace.cc/index.html

Any advice is appreciated.

Yeah, some browsers do that by default, so it’s best always to remove it by default. So, in your style sheet, place something like this:

img {border: none;}

Thanks. It works.