Click here to Skip to main content
15,885,767 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)
21 Aug 2011CPOL 5.5K   1  
Use of a CSS reset stylesheet is recommended more than something like this one off. Normalize the CSS across browsers. In general, it is better to add borders as the exception than it is to remove them from elements. There are many good CSS reset stylesheets and some like from the YUI Library...
Use of a CSS reset stylesheet is recommended more than something like this one off. Normalize the CSS across browsers. In general, it is better to add borders as the exception than it is to remove them from elements. There are many good CSS reset stylesheets and some like from the YUI Library can be single sourced so the download only happens from one site for many sites.

License

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


Written By
Architect Stackify
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 --