Sunday 3 August 2008

Remove that dotted border using CSS

Sometimes, when I click on someone’s logo, I see that little dotted border around the image. Personally, I think it looks a bit messy (why would you want to highlight the image when you click on it?):


There is a very easy CSS trick to remove that little border:

a { outline: none; }

Now, you try and see :)

No comments: