为什么此网页上的favicon不能在IE10及更低版本中运行?该网页为here。它适用于IE11以及其他主流浏览器。
以下是页面顶部的代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>...</title>
<meta http-equiv="X-UA-Compatible" content="IE=8,IE=9" >
<!-- (various stylesheet, script, and meta declarations) -->
<link rel="Shortcut Icon" href="/riteAid-theme/images/custom/riteaid.ico" />
<!-- (more stylesheets and scripts) -->
<link rel="canonical" href="..." />
</head>
我尝试过的事情(无济于事):
type="image/x-icon"
。rel="icon"
。favicon.ico
我在尝试之间使用新的虚拟机实例,因此缓存不是问题。