When I apply a 15px rounded border to a div, the border appears rounded on the outside but the corners where the border meets the background remain square.
Here is an example: http://jsfiddle.net/BQT5F/1/
I tried using the background-clip
property to address this issue, but it didn't work. Is there a way to achieve this effect?
(I am aware that this may not work in Internet Explorer, but I am focusing on Chrome and Firefox for now).