Introduction

I stumbled upon this while posting to another thread and didn't realize this option was available. It appears that it only works in Firefox, but here's an example of an animated Favicon (I.E. viewers will get a different non-animated icon - you have to view it in Firefox to see)

http://www.mindworkshop.com/alchemy/gifcon.html<!-- m -->

Instructions

Apparently it's easy enough to do. Make an animated favicon the same dimensions as a normal favicon. Then drop it in your root folder (or wherever you like) and then code it similar to the following:

<link rel="shortcut icon" href="http://www.mywebsite.com/favicon.ico" type="image/x-icon">
<link rel="icon" href="http://www.mywebsite.com/favicon.gif" type="image/gif">

And that, basically is a wrap.

This page was published on It was last revised on

0

1 Comment

  • Votes
  • Oldest
  • Latest
Commented
Updated

wow. interesting.

add a comment
0