Animated favicons
So apparently your favicon doesn’t have to be an icon. I should have seen that really but then I don’t know if it’s just something that browsers support or whether it’s a standard or what. But RadioTimes.com have an animated gif as their favicon which is cool. It will get annoying soon but cool. Anyway, the code…
<link rel=”icon” href=”http://www.radiotimes.com/favicon.gif” type=”image/gif” />
Simple enough. Just the regular code (although I would rel it as a shortcut icon) but with a type attribute as well.
BTW, what’s the deal with WordPress’s code tag? It doesn’t seem to do anything.