
Re: Bug using PIE with border-raduis
OK, so I made a few tests.
In fact, you're right, the error message occur when the element is hidden with display:none
I told you "no" in my previous post because of
an other bug that I've just posted here.
So on my example, if I write this code, I will have the error message :
Code:
.box {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url(/library/PIE/v1.0beta1/PIE_uncompressed.htc);
display: none;
}
Thanks very much for the time you spend writing this fabulous code !