Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS3 equivalent of HTML5 shiv?

Tags:

css

html5shiv

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?

like image 408
pdlol Avatar asked May 02 '12 22:05

pdlol


3 Answers

You can try CSS3PIE.

Did the job for me a while back.

like image 171
Zuul Avatar answered Oct 17 '22 23:10

Zuul


CSS3Pie is awesome (and +1 to both the answers that suggested it), but it only covers a small number of CSS properties.

If you need other CSS features to work, then you may want to look at some of the following as well:

  • CSS Sandpaper
  • Selectivizr
  • Any one of several scripts listed here
like image 31
SDC Avatar answered Oct 17 '22 22:10

SDC


CSS3 PIE is a good one.

like image 1
Ry- Avatar answered Oct 17 '22 23:10

Ry-