my code:
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
behavior: url(./PIE-1.0.0/PIE.htc);
this code is inside a css file not in html markup.
I include all the files that comes with the zip package css3pie in a subfolder where my css file is.
May it be becasuse I’m not using css3? How can I now if I’m using ccs3?
Please check your path to the pie.htc. The path has to be relative to the html-page, not to the css-file. That is an often made error when linking an htc file.