I've done everything I could find to make favicon work, but only on IE it doesn't work.
This is in the <head>
<link rel="shortcut icon" href="//www.site.com/img/favicon.ico">
I tried to create a favicon with favicon.co.uk and favicon-generator.org/, but nothing works in IE.
It's 16x16 and a .ico file.
In google Chrome and Firefox it's working just fine.
When bookmarking in IE, it's also showing the icon. But not in the top bar.
What's wrong here ?
Edit:
I also tried this:
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/img/favicon.ico" type="image/x-icon">
For who is interested:
It works now, I tried a different website to create the favicon and it worked.
<link rel="shortcut icon" href="http://www.url.com/img/favicon.ico" type="image/x-icon">