Here is my site: http://splash.inting.org/wp/
On the right sidebar, I have two elements, the reg form on top and the small slider at the bottom. Both have the same border-radius styles implemented but the one in the bottom does not have the curved borders rendered in Chrome. I already applied overflow: hidden.
Things to take note:
Any ideas? Thanks!
CHROME:
FIREFOX:
Apply the border radius directly to the image.
.meteor-slides .mslide img
{
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}