OK, everything works fine in any other browser than in IE8. I linked pie.htc to fix rounded corner issues for IE8. Everything is working fine. Then I found some problems with html5 for IE8. This is why I used html5shiv.js. Now everything is fine, but SOME rounded corners became squares again. This happened in only one div.
All other rounded corners still look good in IE8 with pie.htc + html5shiv.js. I mean that html5shiv.js did not break.
That I tried to solve the problem with these angles, but no luck: I moved
before loading css. In addition, I set! The important thing is to simply verify .superclass {behavior: url (/PIE.htc) ;! Position: relative importance; } which was used to fix IE8 rounded corners for this superclass.
In addition, I tried to add, using most of the combinations of 3 lines that are below:
z-index: 1; *position:relative!important; *z-index: 1;
but nothing helps. What else can be done? As soon as i remove
angles are rounded up again. Any ideas? Thanks.
source share