[jQuery] Borders for rounded corners?

[jQuery] Borders for rounded corners?


I'm using the rounded corners plugin (great tool!). I'd like to apply a
border around my DIV after the corners have been applied. Setting the
border for the div via CSS works fine if I don't apply the corners. But
once the corners are applied, my border disappears.
I've read the docs for rounded corners at
http://www.methvin.com/jquery/jq-corner.html. The only way I can see to
possibly do this is if I put my div within another div that has the
color I want. But I think that would leave the containing div with
square corners, ruining the effect I'm looking for.
Is there any way to make this work, without going back to using images?
Thanks for any tips.
Shawn