Dots appearing around images when you click them
By David Pratt / Tags: css, html / No Comments / Published: 22-11-09
A quick tip! If you every get an undesirable dotted border appearing around an image when you click it e.g:

Dots appearing around an image after you click it
All you need to do to fix it is set the outline property of the anchor element to zero, like so:
a{outline:0};
Happy days.
Subscribe via RSS
Twitter