I'm working on some sort of online indesign editor and i ran into the following problem. I'm placing divs on my page with a absolute position, and in that div i place a image, also with a absolute position, because i want to be able to drag the image around inside the div. I'm setting a border radius on the div but the image doesnt inherit that radius.
When i remove the position:absolute property on the div and on the image, the border radius gets accepted. But i need them to be positioned absolute.
You can find an example on jsFiddle
As you can see, its doing it right on firefox but not on chrome and safari. Any help would be appreciated.