Tagged Questions

49
votes
8answers
35k views

favicon.png vs favicon.ico - why should I use PNG's instead of ICO's?

Other than the fact that PNG is a more common image format, is there any technical reason to favor favicon.png vs. favicon.ico? I'm supporting modern browsers which all support PNG favorite icons.
7
votes
1answer
2k views

Spring mvc:resource not finding *.ico files

I have had a really hard time getting my Spring 3.0 application to recognize favicon.ico type files as a resource. I have defined my resource directory in my spring-context.xml file as follows: ...
5
votes
2answers
264 views

Problem with ICO to PNG PHP library

Context: Favicons I am writing a WordPress plugin to download favicons and also convert them to png : http://plugins.trac.wordpress.org/browser/wp-favicons/trunk ( GPL2) Icon Lib I needed to ...
4
votes
1answer
406 views

Favicon: .ico or .png / correct tags?

In a HTML5 document, which favicon format do you recommend and why? I want it to be supported by IE7 and all the modern browsers. Also, when using .png, do I need to specify the type ...
2
votes
1answer
77 views

How do I get a favicon to display with out a server?

I am doing client side testing for my web application using IE only, there is no server - so I can test my CSS/XHTML/Javascript. When I add the line <link rel="icon" href="favicon1.ico"/> or ...
1
vote
2answers
607 views

Why isn't my favicon appearing in IE7/8?

Page of interest: https://www.gsb-yourbank.com/test/ ICO file: https://www.gsb-yourbank.com/test/favicon.ico My favicon is a 16x16 resolution, 16-color ICO file. It will not appear in IE 7/8 no ...
0
votes
1answer
144 views

Firefox 3.5 - 3.6 Favicon Generated on PNG format TEST

I have done a favicon.ico for a quick client request, redone my cache but in my firefox it seems to show a blank favicon in the navbar, not sure if its my machine or not as tried on a offline native ...
0
votes
2answers
513 views

How do i display favicon.ico on blackberry devices?

I want to display the favicon.ico from websites on my blackberry application. I would normally use the EncodedImage class to convert the byte[] into a recognizable image file. However EncodedImage ...