html - Favicon issue in IE -


<link rel="icon"        href="../../content/favicon.ico" /> 

this displays our favicon in every browser except ie (9 included). why isn't showing?

use shortcut icon instead of icon:

<link rel="shortcut icon"       href="../../content/favicon.ico" /> 

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -