
I can't get it work locally either
Trouble in IE land.
I'm just getting the flat bg colour and no rounded corners (except in IE9 which supports them).
I'm running xampp on from my c drive
I've added "text/x-component htc" to C:\xampp\apache\conf\mime.types
I'm using vhosts to point to a folder outside htdocs so I've added .htaccess to the root folder of the site with "AddType text/x-component .htc"
I've also added it to C:\xampp\htdocs\.htaccess - just in case
The styles are in the html file and PIE.htc is in the same folder
border: 1px solid #111;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #C5AF20;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C5AF20), to(#E60F0F));
background: -webkit-linear-gradient(#C5AF20, #E60F0F);
background: -moz-linear-gradient(#C5AF20, #E60F0F);
background: -ms-linear-gradient(#C5AF20, #E60F0F);
background: -o-linear-gradient(#C5AF20, #E60F0F);
background: linear-gradient(#C5AF20, #E60F0F);
-pie-background: linear-gradient(#C5AF20, #E60F0F);
/* pie must be absolute or relative to the html file & must use shorthand css */
behavior: url(PIE.htc);
I've even remember to start xampp

Can anyone suggest some other voodoo, magic or straight forward threat to my computer to get it to work?