How to make Image Border Even?

Posted by SNaRe on Stack Overflow See other posts from Stack Overflow or by SNaRe
Published on 2012-10-24T10:38:35Z Indexed on 2012/10/24 11:01 UTC
Read the original article Hit count: 223

Filed under:
|
|
|
|

I added 1 pixel border to the image. At the same time I am trying to give radius to the image edges. My problem is since the image is already rounded with photoshop, the border of edges look thinner than it should be

You can check it from here.

http://jsfiddle.net/fVNgA/

How can I make the border even?

img{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border: 1px solid #000; }
<img src='http://carantina.com/wp/wp-content/themes/new/images/home_pic1.jpg'>?

© Stack Overflow or respective owner

Related posts about html

Related posts about css