CSS3 Rounded Corners
This
sandbox page
is an accompaniment to the
SixThings
article
CSS3 Rounded Corners: Avoiding Image Clipping Problems
.
Depending on the browser you are using, you should be able to see the corners of the image being clipped properly in the second figure (‘With
overflow: hidden
’).
Without
overflow: hidden;
With
overflow: hidden;