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:
- Checked the path to PIE.htc, put it in main folder and used url(/PIE.htc), even tried full URL, nothing worked.
- Tried using PIE.php, that didn't work either.
- Tried adding "AddType text/x-component .htc" to the .htaccess file, no good
- Tried adding
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