0

I need to get some animated effects for favicon on my site. How can i do this?. Help me

Rajasekar
  • 18,392
  • 34
  • 106
  • 137

1 Answers1

3

It certainly looks like you can. This blog post (now only available from the Internet Archive) from 2007 has some details on how to do it.

Create your animated icon 16 pixels high and wide.

Just add the gif as a favicon:

<link rel="shortcut icon" href="favicon.ico">
<link rel="shortcut icon" href="favicon.gif">

Firefox allows webmasters to use animated favicons and it is likely more browsers will eventually follow suit. While Internet Explorer does not support animated icons in any way, there is an easy way to code things so that you can display an animated favicon in supported browsers and a standard icon for all others.

I'm not sure whether it's a good idea though.

ChrisF
  • 134,786
  • 31
  • 255
  • 325