
Apllying on only some corners?
Hi,
please is it able to apply PIE only on upper corners?
I have this:
Code:
border-radius: 7px 7px 0px 0px; -moz-border-radius: 7px 7px 0px 0px; -webkit-border-radius: 7px 7px 0px 0px; -o-border-radius: 7px 7px 0px 0px; -khtml-border-radius-:7px 7px 0px 0px;-ms-border-radius:7px 7px 0px 0px; behavior: url(PIE.htc); border: 1px solid #d3d2cf;
But i got all the 4 corners rounded..

Thanks a lot!