我已经在这个视图中实现了css3pie:
.abc{
behavior: url("./assets/../../PIE.htc");
background-color: yellow;
border: 0px solid;
border-radius: 17px;
box-shadow: 5px 5px 1px #999999;
}
这对我来说无效,即使我将/public_html/.htaccess中的.htaccess编辑为:
CheckSpelling On
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ ./index.php/$1 [L]
AddType text/x-component .htc
非常感谢您的回答
答案 0 :(得分:0)
必须是PATH问题。
您是否尝试过直接导航到地址栏中的网址以确保您可以访问它?尝试将它放在与CSS文件相同的目录中以确保。
许多元素需要位置:相对或缩放:1使用PIE以便在IE中运行时,请确保检查已知问题页面并一直使用,直到它开始工作。
答案 1 :(得分:0)
.htaccess已经设置了错误的级别.htaccess并且我修复了它。
需要设置.htaccess级别:
<强>的public_html / htaccess的强>
<强>的public_html / CSS3PIE / htaccess的强>