I am trying to apply css3pie
to my site, and it doesn't seem to apply at all. I tried everything I could find:
- I checked the path to PIE.htc, put it in the main folder and used url (/PIE.htc), even tried the full URL, nothing worked.
- Tried to use PIE.php, this did not work either.
- Tried to add "AddType text / x-component.htc" to the .htaccess file, not very good
- I tried to add
position:relative; z-index: 0; position:relative; z-index: 0; , nothing good.
The code I'm trying to apply is as follows:
-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 that matters when I look at the loaded css in IE, I see that the behavior command is on the same line as the following, although the syntax is correct.
source share