Posts: 256
Location: Auckland, New Zealand
|
MS implementation of favicons was to use it only for saved favourites, it was the other browsers who took it differently and decided to show it all the time in the address bar. IE may not have decided on showing favicons on all sites, only on favourites.
If you hold down SHIFT and drag and drop the IE icon into the address bar (where http:... is), the page should reload with the favicon if the site has one.
Unfortunately it's not a permanent solution as I think it resorts back to IE's logo when you browse through the pages of the sites. It's just something people usually live without in IE even though it adds a nice touch to your site.
Also be sure to have these lines in your webpages, inserted into the HEAD element, although it sometimes doesn't make a difference.
Code:
<link rel="shortcut icon" type="image/x-icon" href="path/to/favicon.ico" />
<link rel="icon" type="image/x-icon" href="path/to/favicon.ico" />
You can use other image formats like jpeg, png, gif, etc.
Cheers,
MC
__________________
#------------------------------ signature---------------------------------------------------------------------------------#
Quote:
|
I am well recognised for what I don't do than what I do. Chores are just one of those things.
|
|