lojjic / PIE

A behavior for Internet Explorer allowing it to recognize and render various CSS3 box decoration properties
http://css3pie.com
Other
2.79k stars 235 forks source link

PIE don't work in IE8 #315

Closed gongph closed 6 years ago

gongph commented 6 years ago

@lojjic this is my code:

ie8-test
| - css
|    - style.css
|    -  PIE.htc
|- index.html

style.css

.box {
  width: 200px;
  height: 200px;
  background: orange;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  behavior: url(PIE.htc);
}

index.html

<div class="box"> </div>

And then, I view it in IE8, but border-radius don't render.

gongph commented 6 years ago

PIE1.0 and PIE2.0-beta , neither of them works.

gongph commented 6 years ago

The problem has been solved. Please look at this here: http://css3pie.com/documentation/pie-js/