I'm putting together a portable version of a site and having an issue with the -webkit-border-radius property on the iPhone.
Here's the applicable CSS...
img.thumbnails {
-webkit-border-radius: 10px;
max-width: 80px;
}
It works without a hitch on Safari on a Mac, but the images don't show the correct radius on the iPhone or iPhone simulator. They still show square corners. I can change other properties in the CSS file and have it update so I don't think it's a caching issue.