On my server, I cannot get any favicons to who up in the tabs for IE8. I have the wollowing code in the <head> of all pages...
<link rel="icon" href="http://www.mydomain.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.mydomain.com/favicon.ico" type="image/x-icon" />
The favicon shows perfectly in FF but not IE.
I then went to another site foo.com, not on my server) and their favicon showed up in FF and IE. I changed the code in my <head> to call their favicon directly from their server. Bingo it shows up in both FF and IE.
I then save a copy of their favicon on my server change the code to call their favicon off of my server and again it breaks in IE. WTF???
<link rel="icon" href="http://www.mydomain.com/favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="http://www.mydomain.com/favicon.ico" type="image/x-icon" />
The favicon shows perfectly in FF but not IE.
I then went to another site foo.com, not on my server) and their favicon showed up in FF and IE. I changed the code in my <head> to call their favicon directly from their server. Bingo it shows up in both FF and IE.
I then save a copy of their favicon on my server change the code to call their favicon off of my server and again it breaks in IE. WTF???