Avoid border around images and links

by Rekha 2009-12-09 13:51:10

In Firefox, when you'd clicked a image or link there you'll see a dotted border around the image or link. It makes ugly to the website.





To resolve this issue just a single line css is enough.


<style type="text/css">
a:active, a:focus{outline: 0;}
</style>

Tagged in:

1417
like
0
dislike
0
mail
flag

You must LOGIN to add comments