I have a favicon , favicon.png in directory - img/favicon/favicon.png
<link rel="icon" type="image/png" href="img/favicon/favicon.png" />
<link rel="shortcut icon" type="image/x-icon" href="img/favicon/favicon.png" />
In chrome , firefox etc it shows correctly, in IE9 it doesnt show, where the favicon should be it shows the internet explorer logo. Is there any reason why IE9 is wont show the png?