0
votes
0answers
14 views
Configuring favicon with expires header in htaccess [closed]
I have implemented Expires headers via mod_expires on my Apache server and have successfully created expires headers for most file types, however I am having trouble with the favic …
0
votes
3answers
41 views
Why does browser show smaller favicon?
In our client's website, favicon.ico file has several sizes from 8x8 to 32x32. I expect the 16x16 to show in browser tab, but instead it shows 8x8 icon in white frame. Why does thi …
0
votes
2answers
35 views
Does favicon.ico need to reside in that same directory of index.html?
I am already using the standard way of adding a favicon:
<link rel="icon" type="image/gif" href="/graphics_card/favicon.gif">
<link rel="shortcut icon" href="/graphics_ca …
1
vote
3answers
43 views
jQuery to force all favicon.ico requests to the correct location?
I do not have server side access...
I'm trying to present a custom favicon from a hosted wiki service that provides scripting and CSS access, but presents it's own favicon to all …
9
votes
5answers
638 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 PN …
4
votes
2answers
94 views
Will browsers request /favicon.ico or <link> first?
I want to set a favicon to be requested from a static file server instead of the main web server for performance optimization.
If I specify a <link rel="shortcut icon" href="h …
0
votes
6answers
100 views
How to create a favicon?
Hi I just wanted to create a favicon for my website. Any suggestion how to?
1
vote
1answer
321 views
IE doesn’t show .ico icons in HTML if not served as “image/x-icon”
I'm showing favicons of websites in a list, as <img /> elements.
some websites serve them as:
<link rel="icon" type="image/x-icon" href="favicon.ico" />
and some s …
3
votes
9answers
486 views
Why is Chrome searching for my favicon.ico when I serve up a file from ASP.NET MVC?
I have a controller in MVC serving up images from a database.
EDIT: This still happens if I serve up a file over completely standard means in MVC.
Every time I request my image, …
3
votes
2answers
117 views
If I serve /favicon.ico as image/vnd.microsoft.icon, instead of image/x-icon, will it break on any browsers?
If I configure Apache to serve /favicon.ico as MIME type image/vnd.microsoft.icon, instead of image/x-icon, will it break on any browsers? Wikipedia's favicon article indicates th …
1
vote
5answers
199 views
What ways can I put a FAVICON into my site?
I was looking around the web at the way different sites put their favicon into the site. Whenever I try to do it myself I end up "hacking" until it just suddenly decides to work.
…
0
votes
2answers
36 views
Favicon missing on select pages
This is the inverse of every favicon question you've ever heard. :-)
I've got my favicon working on all pages and across all browsers, save 1 situation. The icon doesn't show up i …
0
votes
1answer
83 views
coding favicon in base64
hello i'm writing a GM user script
and i want to change the favicon dynamically
changing it the old way is easy but i want to encode it in base64 to avoid hosting it
this is what …
1
vote
3answers
121 views
Icon on Silverlight web page
Hi all,
I was wondering how to add our own custom icon to the web page for our Silverlight application? I know how to set the text (using the Title property for the Page), but the …
0
votes
3answers
127 views
Firefox extension to create a new icon or replace existing icon in the location/address bar
I want to create a Firefox extension that creates a new icon in the address bar or replaces the existing one with the one specified in the extension.
And then, add some javascript …
