Click here to Skip to main content
15,888,315 members
Articles / Web Development / CSS3
Alternative
Tip/Trick

Remove blue border when image is inside the hyperlink

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
22 Mar 2011CPOL 5.9K   3  
*{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)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
-- There are no messages in this forum --