What is currently the best way to get a favicon to display in all browsers that currently support it?
Please include:
Which image formats are supported by which browsers.
Which lines are needed in what places for the various browsers.
|
10
|
|
|
|
|
|
I go for a belt and braces appraoch here. I create a 32x32 icon in both the
<link rel="icon" href="/images/favicon.png" type="image/png" /> <link rel="shortcut icon" href="/favicon.ico" /> Please note that:
I recently created a Wiki page on how to do this. |
||||||||||||
|
|
|
There is also a site where you can check how the favicon of any page is made There you can see a tutorial about making favicons, image types and resolutions, it's nice! |
||
|
|
|
|
Just in case anyone is wondering how to create .ico files, there are several online tools that can help. A Google search will reveal many such tools: Google search for: favicon creator |
||
|
|
|
|
IE6 cannot handle PNG's correctly, be warned. |
||
|
|
|
|
It might also be worth including the 'favicons' for the iPhone here as well; that is if the user chooses to add your website to their home screen. The code used in this case is as follows:
The dimensions should be 57x57 pixels. Alternatively you can omit the link tag and just put a file called 'apple-touch-icon.png' in the root directory of your website. |
||
|
|
|
|
Favicon must be an .ico file to work properly on all browsers. Modern browsers also support PNG and GIF images. I've found that in general the easiest way to create one is to use a freely available web service such as favicon.cc. |
|||
|
|
|
|
I use .ico format and put the following two lines within the
|
||
|
|
|
|
Having a
Personally I use .png images but most formats should work. |
||
|
|