Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/85.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/34.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/xamarin/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 引导图标公文包未显示在IE浏览器中_Html_Css_Internet Explorer_Twitter Bootstrap 3 - Fatal编程技术网

Html 引导图标公文包未显示在IE浏览器中

Html 引导图标公文包未显示在IE浏览器中,html,css,internet-explorer,twitter-bootstrap-3,Html,Css,Internet Explorer,Twitter Bootstrap 3,下面是引导图标bootstrap v3.3.4的html代码 <span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span> 这段html代码适用于所有浏览器,我可以正确地看到公文包图标。但在MVC平台上开发相同的代码后,我在IE和Safari(Windows)上看不到公文包图标。这个问题与其他一些图标类似,如content=“\e136”,content=“\e142” 在MVC中开发

下面是引导图标bootstrap v3.3.4的html代码

 <span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span>

这段html代码适用于所有浏览器,我可以正确地看到公文包图标。但在MVC平台上开发相同的代码后,我在IE和Safari(Windows)上看不到公文包图标。这个问题与其他一些图标类似,如
content=“\e136”
content=“\e142”

在MVC中开发的代码:

简单HTML代码

您需要包括

< !--[if lt IE 9] >
< script src="html5shiv.js">
< script src="respond.min.js">
< ![endif]-- >
<--[如果lt IE 9]>