0

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?

Spudley
  • 166,037
  • 39
  • 233
  • 307
anmarti
  • 5,045
  • 10
  • 55
  • 96

1 Answers1

0

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.

Sven Bieder
  • 5,515
  • 2
  • 21
  • 27