Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / web / CSS3

Remove blue border when image is inside the hyperlink

5.00/5 (2 votes)
22 Mar 2011CPOL 6K  
*{outline:none...
*{outline:none;}
img{border:none;}


Just type the following 2 things on the top of your CSS.
and the problem will be solved.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)