D
DVD and Media UK
- Original Poster
- #1
Hi everyone,
Just thought I would share a little neat trick I found. You know when your site is displayed there is what is called your FAVICON - the little tiny 16x16 pixels image thats next to the name of your site (to the left) in the browser bar - well I managed to make one of my sites have a little animated one - example load http://www.talkangling.co.uk
Anyone who wants to do it follow these instructions:
Create an animated gif - start at 160 pixels high by 160 wide.
Once happy resize and optimise down to 16x16
Try and keep the size of the file to less than 20kb
Save the file and call it : animated_favicon.gif
Upload it to the root of your website
Then add the following code before the </head> tag for your homepage:
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon.gif" type="image/gif" >
All done!
Anyone wants an animated one doing let me know!
Just thought I would share a little neat trick I found. You know when your site is displayed there is what is called your FAVICON - the little tiny 16x16 pixels image thats next to the name of your site (to the left) in the browser bar - well I managed to make one of my sites have a little animated one - example load http://www.talkangling.co.uk
Anyone who wants to do it follow these instructions:
Create an animated gif - start at 160 pixels high by 160 wide.
Once happy resize and optimise down to 16x16
Try and keep the size of the file to less than 20kb
Save the file and call it : animated_favicon.gif
Upload it to the root of your website
Then add the following code before the </head> tag for your homepage:
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" href="animated_favicon.gif" type="image/gif" >
All done!
Anyone wants an animated one doing let me know!
