
Re: Using CSS3 PIE for *JUST* Rounded Borders?
Not sure why you'd want to do that, but...
PIE will use properties prefixed with -pie- in preference to the standard properties. So you could do something like:
Code:
box-shadow: #000 0 0 5px;
-pie-box-shadow: none;