Forum Discussion
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.
- AndrewSAIFIron ContributorHello,
I've had reports of this as well at my organization. I created this thread a while back:
https://techcommunity.microsoft.com/t5/enterprise/ie-mode-favicons-do-not-load-for-new-ie-mode-favorites/m-p/1886465
Andrew- Kelly_YMicrosoft
Jerem_Pas72 AndrewSAIF Hi to you both! Can you share what version of MS Edge you are running into this issue on? I do see some work was done recently for IE mode favicons and builds greater than 90.0.811.0 should have the improvements.
If you are reproducing on newer builds please let us know and I can reach out to the IE mode team.
Thanks!
-Kelly
- Jerem_Pas72Copper Contributor
Hi all,
My version of Microsoft Edge is :
Thanks a lot for your quick answer