I'm not sure what the original question was, but anyway.
In the test posted by Jay, there is a small issue: the div has the same 
width/height as the image, the border on the image makes it overflow the box.

Then, by default, border-radius won't clip the content of a box, thus there is 
some visual overflow. However, if the element that has border-radius applied is 
to overflow: hidden, then its content will be clipped at the (rounded) corner.

A couple of variations on the original test:
http://dev.l-c-n.com/_temp/border-radius-test.html

And yes, if one applies a border-radius to both the div and the image, it is 
very possible to have some 'smudging' effect, due to antialliasing effects.


Philippe
--
Philippe Wittenbergh
http://l-c-n.com/






______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to