Forum Discussion

Jerem_Pas72's avatar
Jerem_Pas72
Copper Contributor
Apr 26, 2021

Favicon Edge not working

Hello,

 

I hope you are well !

 

I have the favicon for our intranet which is not working on Microsoft Edge Chromium. This site is in IE Mode. The FavIcon works well on other browsers such as Internet Explorer or Firefox. Can you tell me why ?

 

Edge :

 

 

IE Works :

Firefox Works :

 

Code HTML :

<head>
<title>Page d’accueil Akiolis</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="expires" content="0">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, must-revalidate">
<link rel="shortcut icon" href="./imgs/favicon.ico" />
<link rel="icon" type="image/x-icon" href="./imgs/favicon.ico" />
<link rel="icon" type="image/png" href="./imgs/favicon.png" />
<link rel="stylesheet" type="text/css" href="./styles/base.css" media="all" />
<link rel="stylesheet" type="text/css" href="./styles/designtest1.css?v=3" media="screen" />
<!--[if lt IE 9]><link rel="stylesheet" type="text/css" href="./styles/IE.css" media="screen" /><![endif]-->
<script type="text/javascript" src="./scripts/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="./scripts/global.js"></script>
</head>

 

 

Thanks a lot.

Resources