I have a problem with the border-radius in chrome
this is my code:
img{
border-radius: 24px;
border: 2px solid #c7c7c7;
-moz-border-radius:24px;
-webkit-border-radius: 24px;
}
On mozzila it works fine, but on chrome it looks funny…
On mozzila I can see a circle bordering my image, but on chrome the circle crops the borders and all i can see are straight line
a screenshot: http://postimage.org/image/27turq0mc/
can you help?
this is probably a chrome bug. A solution could be to wrap the
imgwith adivand make the following css:Demo: http://jsfiddle.net/EnmMp/1/