Keeping Rounded Rectangles in WC??

Hi Folks

We have used a few rounded corner rectangles in our app and now whilst converting to WC we find these are now square - and a lot of the aesthetics are lost.

I realise we can create graphics and slice them etc but I was wondering if there is something in CSS that we can do to retain the rounded corners and so allow direct resizing rather than adding three Graphics (at least) for each of these elements?

TIA

Ian

This is possible by using CSS3, but this is only supported in the modern browsers like Firefox, Chrome and Safari… (And also IE9)

Bonkie:
This is possible by using CSS3, but this is only supported in the modern browsers like Firefox, Chrome and Safari… (And also IE9)

Border-radius: create rounded corners with CSS! - CSS3 . Info

Great Stuff - Thanks Rick - exactly what I was looking for!