CSS3 PIE – Giving IE border-radius support not working?

The PIE.htc requests should respond with the mime type “text/x-component” – or IE won’t touch the behaviour. The PIE.php you use should fix this. If you are not sure if this is the case, use FireBug’s Net feature to check a direct request to the file.

Also note that the path to PIE.htc is relative TO THE HTML PAGE – not relative to the css file which you would expect. So consider making the path to the .htc absolute. Here FireBug can help you again to detect if you have a 404 issue.

More info at http://css3pie.com/documentation/known-issues/

Leave a Comment