I have a problem with partially rounded corners. See the first working example for most browsers:
.box { display: block; width: 100px; height: 100px; bor
I was able to get it to work with border-radius: 0 0 10px 10px; and htc from http://css3pie.com/
border-radius: 0 0 10px 10px;