
Access Denied on PIE.js IE8
Hi everyone! i'm new

I have an issue regarding the style of a button: In Chrome it appears perfectly; colors and hover effect. in IE on other hand it appears completely different (colors, style) and the hover effect doesn't work at all.
So i've tried applying PIE to the button. I've added the following code to a .js file included in the html:
Code:
$(document).ready(function() {
if (window.PIE) {
$('.button').each(function() {
PIE.attach(this);
});
}
});
and of course I've included this at the beginning of the html:
Code:
<!--[if lt IE 10]>
<script type="text/javascript" src="PIE.js"></script>
<![endif]-->
when I load the html page in IE I get an 'Access Denied' error on both the 'PIE.php' as well as the 'PIE.js' file.
What am I doing wrong?
Thanks a bunch !
