
I think I have found a bug...
Hi everyone,
I was trying to use PIE on my project, but it was not working...
Everything was perfect: CSS was calling PIE using HTML "point-of-view"
Code:
behavior: url('/css/PIE.htc');
I did not know what was wrong...
I do not know why, I did put some alert in the page and... Voila! PIE worked!
Now, I have to put an empty script on my page if I want PIE to works...
Code:
<script type="text/javascript"></script>
Is this IE bug or PIE bug???