html - Yet Another "Why isn't my Favicon showing?" -


update


have tried "pinning" site taskbar again (after removing it) when clicked , held down mouse button on 16x16px icon inside address bar (see pic below), can see favicon being dragged around mouse - internet explorer has found , got icon - it's not displaying in right places! updated code below: enter image description here


as title suggests, can't favicon display; in version of browser. there 1 exception, though - isn't enough:

ie 9 , ie 10 - enter image description here

as can see in screenshot above, only time see favicon after i've added favorites folder , opened favorites bar. favicon not display in tab (next page title), not display in taskbar area, , not display top-left of browser window if have "pinned" site taskbar.

in every other browser, not display @ all.

i have tried every possible "solution" find online.

here's code have:

    <link rel="icon" type="image/x-icon" href="http://www.mysite.com/favicon.ico"><!-- major browsers -->     <!--[if ie]><link rel="shortcut icon" href="http://www.mysite.com/favicon.ico"/><![endif]--><!-- internet explorer--> 

i have tried common sizes favicon; 16x16, 32x32, 64x64, 128x128 , 256x256 - , i've tried saving sizes within same *.ico file.

i have tried deleting cache file *.ico files.

nothing has worked. exact same code has worked on other sites i've made. don't it. gives?

i've edited answer, leaving solution problem presented in question.

use: <link rel="shortcut icon" href="{iconurl}"/>

instead of: <link rel="icon" href="{iconurl}"/>


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -