CSS3 equivalent of HTML5 shiv?

css, html5shiv

Solution

You can try CSS3PIE.

Did the job for me a while back.

Problem

Does anybody know if there is a plugin like HTML5 shiv for CSS3 that allows CSS3 to be rewritten and render properly in browser versions before IE9?

Original source