Link to home
Start Free TrialLog in
Avatar of Tom Knowlton
Tom KnowltonFlag for United States of America

asked on

favicon.ico not working in IE8 but works in other browsers

The little 16 x 16 icon that displays in the address bar, favorites list, and the web page tab does not seem to be working in IE 8 during testing on my local machine.

These browsers ARE displaying the favorites icon:

Mozilla
Chrome
Safari

Here is the master page <head> tag:


<head runat="server">
    <link rel="shortcut icon" href="favicon.ico" />
    <link rel="Stylesheet" href="css/master.css" type="text/css" />
    <title></title>    
    <asp:ContentPlaceHolder ID="head" runat="server">
    </asp:ContentPlaceHolder>
</head>
SOLUTION
Avatar of funwithdotnet
funwithdotnet

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Here you can create you own favicon: http://www.favicon.cc/
And here you can convert an image into a favicon: http://www.chami.com/html-kit/services/favicon/
Avatar of Tom Knowlton

ASKER

it's working, thx.