2014-04-04 17 views
-4

我已經開發的網站5.它的CSS是不是在IE瀏覽器的舊裝IE 6,7和8IE 8及以上不加載在HTML CSS

與我的網站第二個問題是,它的字體不加載在Firefox HTTP協議中,但通過HTTPS加載。

我的htaccess是

RewriteEngine On 
RewriteCond %{HTTPS} off 
RewriteCond %{REQUEST_URI} (book_it.php|book-it.php|gccs.css)$ 
RewriteRule .? https: //%{HTTP_HOST}%{REQUEST_URI} [R=301,L] 
RewriteCond %{HTTPS} on 
RewriteCond %{REQUEST_URI} !(book_it.php|book-it.php|gccs.css)$ 
RewriteRule .? http: //%{HTTP_HOST}%{REQUEST_URI} [R=301,L] 

<FilesMatch "\.(ttf|otf|eot|woff)$"> 
<IfModule mod_headers.c> 
Header set Access-Control-Allow-Origin "*" 
BrowserMatch MSIE best-standards-support 
Header set X-UA-Compatible IE=8 env=best-standards-support 
</IfModule> 
</FilesMatch>` 

您還可以查看CSS。

回答

0
​​

使用的IE8僅樣式 - 這將允許您更改元素或告訴用戶他們的瀏覽器不支持HTML5