I'm trying to apply css3pie
to my website, and it dosen't seem to be applied at all. I have tried anything i could find:
position:relative;
z-index: 0;
, No good.The code i'm trying to apply is :
-webkit-box-shadow: 0px 0px 13px rgba(0,0,0,.9);
-moz-box-shadow: 0px 0px 13px rgba(0,0,0,.9);
box-shadow: 0px 0px 13px rgba(0,0,0,.9);
What am i missing?
EDIT: if this matters, when i view the loaded css in IE, i see the behavior command is in same line like the next one, though syntax is correct
Use your website link. Eg:
behavior: url('http://www.yoursite.com/css/PIE.php')
It will work fine.