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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -