.PNG Alternative to .ICO Files MVC3 ASP.NET
I would like to make a .png alternative favicon image for non-IE browsers
to read but I don't know what dimensions it should be. I looked at the
.ico file in Photoshop and there are several different several dimensions
to choose from. Presumably, I would make it the largest dimension of all
the favicons in the file but I don't want to presume anything.
<link rel="icon" type="image/png"
href="http://www.mydomain.com/content/favicon.png" />
<!--[if IE]>
<link rel="shortcut icon"
href="http://www.mydomain.com/content/favicon.ico"
type="image/vnd.microsoft.icon" />
<![endif]-->
No comments:
Post a Comment