【发布时间】:2015-02-09 07:40:44
【问题描述】:
我在视图中实现了 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
非常感谢您的回答
【问题讨论】:
标签: php css .htaccess codeigniter css3pie