I can't find where the ico is on this page. http://www.esefdenim.com/ Can anybody else see it in the code? or If its a different extension the icon in the address bar.
Printable View
I can't find where the ico is on this page. http://www.esefdenim.com/ Can anybody else see it in the code? or If its a different extension the icon in the address bar.
'ico'?
It's a Flash movie.
It's in the root:
http://www.esefdenim.com/favicon.ico
If you place an ico file named favicon.ico in the root of your domain, most browsers will display it in the addressbar.
Thanks, I couldn't figure that out, was it in the code?
No, that's the point, if you just put the favourite icon in the root of your domain, it will be displayed even if you don't mention it in the code. If you are wondering how John found it, it's because the favourite icon is always called favicon.ico and he probably just typed it out.
John, do you know which browsers do that?
Pretty much all modern browsers. IE 6 was a bit balky about it, but IE 7 is much better, though still at times balky. By balky I mean that sometimes the favicon shows up, sometimes it doesn't, and there is no apparent logic to it when that happens. I'm not testing in IE 8 yet, but it should be just fine with it, if you believe the hype about how much more compliant it is/will be. As for the rest, support has been excellent for favicon for quite some time.
I just read about the third acid test and one of the criteria for passing is to not show the favicon placed in the root. Do you know why that is?
Because it's non-standard, and certainly shouldn't override the page-specified icon.
I wish we could move from that silly .ico format already.
I just skimmed a w3c article How to Add a Favicon to your Site where they take forever to state in convoluted language that since not everyone has their own domain, not everyone can place a favicon.ico in the root of their domain. They seem to feel that this should mean that no one, not even those with their own domain should be allowed to do so. That's sort of silly if you ask me. As long as there is a standard for those who cannot do it, why shouldn't those who can, be allowed the ease of use that doing so affords?
This question will actually be decided by the folks making the browsers though. And in this case, as with many others, following the w3c recommendation while still allowing for ease of use will probably prevail.
So, ideally, those with their own domains may/should (I'm not deciding this) continue to use the shortcut method of simply placing favicon in the root, while others may use thelink rel="ico"tag to override it.