I am trying to set up PIE on my wordpress site in hopes that I can make my design and IE work together. I can not get it to work I am not sure if my path is correct. could someone take a look and see if they can tell it the path is correct or what I am doing wrong. Here is the path to the PIE folder from my cpanel file point of view.
Here is the link to the page if you want to take a look in fire fox to see what I want it to look like.
http://premierproductionsflorida.com/wedding-videos/public_html/premierproductionsflorida.com/wedding-videos/wp-content/uploads/PIE-1.0.0
This is the css code and path I am using. Trying to create a gradient for the inner page background.
Code:
#col-6-1 {
background-image: url("lib/images/top-content-bg.png"), linear-gradient(#F56991, #FF9F80);
-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";*/
/* For IE 5.5 - 7 */
/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');*/
-pie-background: linear-gradient(to bottom #F56991, #FF9F80);
behavior: url("http://premierproductionsflorida.com/wedding-videos/wp-content/uploads/PIE-1.0.0/PIE.htc");
}