PIE don't work in IE8
gongph opened this issue · 2 comments
gongph commented
@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
PIE1.0 and PIE2.0-beta , neither of them works.
gongph commented
The problem has been solved. Please look at this here: http://css3pie.com/documentation/pie-js/