我的代码在这里
http://jsfiddle.net/parag1111/s5RLb/
PIE.htc 在 CSS 文件夹中。 我还添加了 PIE 的 JS 并添加了 PIE.htc 的行为。让我知道我还能做些什么来使它在 IE8 和 IE7 中工作。
我的代码在这里
http://jsfiddle.net/parag1111/s5RLb/
PIE.htc 在 CSS 文件夹中。 我还添加了 PIE 的 JS 并添加了 PIE.htc 的行为。让我知道我还能做些什么来使它在 IE8 和 IE7 中工作。
Got the answer, I need to put full URL of PIE.htc, if its in local we need to give D:/project/PIE.htc ..
可能是服务器配置问题。在 PIE zip 文件夹中捆绑有一个PIE.php
文件,该文件是在以下情况下设计的:
the web server is not configured to serve .htc files with the text/x-component
content-type, and cannot easily be configured to do so (as is the case with some
shared hosting providers)
尝试上传PIE.php
到您的服务器,然后更改
behavior: url(PIE.htc);
至
behavior: url(PIE.php);