treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Help with IE7 and blue outlines

  • For some reason, IE7 is putting blue outlines around the images that are being used as links. No matter what I have tried they don't go away. I have even tried to force it by giving them white outlines, and trying the text-decoration: "none" even though it isn't text. It is driving me crazy. Little help please. Below is a screen shot

    http://api.browsershots.org/png/original/82/82e87a22a1ddda382f75158c1e5405d0.png
  • Try turning off the borders on images inside of links:

    a img {border: none;}
  • that worked, thanks alot