1

I am trying to create an image to appear in the tab that comes up for my website. The image appears in Firefox, but not in Internet Explorer (I have version 8). Does anyone know why?

<html dir="%Direction" lang="%LanguageISO">
<head>
<title></title>
<link rel="shortcut icon" href="https://test-t2.int.ps.test.com/cs/ps/cache/Z_PNC_FAVICON_PNG_553.png"/>
j08691
  • 204,283
  • 31
  • 260
  • 272
user3586248
  • 163
  • 1
  • 14
  • Well, this is just a guess, but I'm wondering if HTTPS has anything to do with it. Is your website on the same exact domain, including HTTPS? (Some browsers handle cross-domain rules slightly differently) – Katana314 Jun 18 '14 at 18:51
  • the url starts with https:// yes... – user3586248 Jun 18 '14 at 18:51
  • The URL in the code refers to a page with invalid certificate, and a retrieve operation causes a redirection loop. So it appearently is not the *real* URL. – Jukka K. Korpela Jun 18 '14 at 19:15

1 Answers1

3

As per mentioned here, the first version of IE which supports png favicon is v 11.

Community
  • 1
  • 1
weeger
  • 429
  • 2
  • 9