Welcome to TalkGraphics.com
Page 7 of 9 FirstFirst ... 56789 LastLast
Results 61 to 70 of 89

Thread: Favicons

  1. #61
    Join Date
    Jan 2004
    Location
    Holland Patent, NY, USA
    Posts
    605

    Default Re: Favicons

    Quote Originally Posted by Grampy Peter View Post
    Does anyone have a solution to make it work with IE8?
    <link rel="icon" type="image/png" href="favicon.png"/>
    Try:
    <link rel="shortcut icon" type="image/png" href="favicon.png"/>

    See:
    http://en.wikipedia.org/wiki/Favicon

  2. #62
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Favicons

    I've done some testing and IE8 will only accept a true Windows icon (.ico) file for a favorite icon.

    I made some test pages using ico, png, and gif files as favorite icons.
    http://btaylor.50megs.com/Test-Favicon/index.htm

    Use the three navbar buttons at the top of the page to switch to the different types of files used for favicon.

    Firefox 3.0.10 shows all three favicons.

    IE8 will only show a favicon for the page using the .ico file.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  3. #63
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Favicons

    Thanks Steven, you have figuratively "slapped" the side of my head (which needed it).

    I will update the test pages with the correct image type for the three files to see if IE will accept the png and gif images as a favicon.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  4. #64
    Join Date
    Nov 2000
    Location
    Red Boiling Springs TN USA
    Posts
    19,208

    Default Re: Favicons

    Unfortunately the change to reference image/png and image/gif on the appropriate page did not allow IE to 'see' the favicon file.

    I cleared my browser caché between each page and that did not help.
    Soquili
    a.k.a. Bill Taylor
    Bill is no longer with us. He died on 10 Dec 2012. We remember him always.
    My TG Album
    Last XaReg update

  5. #65
    Join Date
    Jan 2004
    Location
    Holland Patent, NY, USA
    Posts
    605

    Default Re: Favicons

    Quote Originally Posted by Soquili View Post
    I've done some testing and IE8 will only accept a true Windows icon (.ico) file for a favorite icon.
    I haven't tested but suspect you are correct. I wasn't paying attention to file format, but from posts on other forums, IE favicon support has been less robust than other browsers.

  6. #66
    Join Date
    Jun 2009
    Location
    Plaistow, New Hampshire
    Posts
    70

    Default Re: Favicons

    OKay so I tried saving my "M" as an "ico" file using "ICOFX".
    It still does not work with IE8 but it does work with FF.

    I'll continue to search the web for possible solution and report back if I find one. Thanks all for your help. Peter

  7. #67

    Default Re: Favicons

    From the source of your page:

    <link rel="icon" type="image/ico" href="micon"/>

    You forgot something Peter

    Try this instead:
    <link rel="icon" type="image/ico" href="micon.ico">

  8. #68
    Join Date
    Jun 2009
    Location
    Plaistow, New Hampshire
    Posts
    70

    Default Re: Favicons

    Here is the line of code that works with IE8 and FF.
    <link rel="icon" type="image/ico" href="favicon"/>

    It works on all my web pages with IE8 (meaning the blue M shows up on the tabs on each of my pages) and only on my home page with FF. Does that make sense?

    Steve, when I had href="favicon.ico" it did not work. When I removed the .ico, it worked.

    Also, I think I read somewhere on Talkgraphics that the favicon had to be named "favicon" not some other arbitrary name. So I changed the file name to favicon.

    Don't know if this makes any sense, can someone out there who knows code explain it?

    Will some of you who have IE8 please try it? www.mainlands.org

    Thank you, Peter

  9. #69

    Default Re: Favicons

    Peter,
    Try this:

    <link rel="SHORTCUT ICON" href="myicon.ico">

    See it working here in all browsers

    No need to add to favorites in IE8.

    Click image for larger version. 

Name:	gpeter-favicon.png 
Views:	196 
Size:	106.0 KB 
ID:	65475
    Last edited by steve.ledger; 05 September 2009 at 03:21 AM.

  10. #70

    Default Re: Favicons

    Hi, Grampy Peter,

    In post #29 above I described a peculiar difference in IE8; it does not display the icon when loading the html file from my hard disk, but when the same html file is loaded from my web site IE8 does display it.

    Have you tried from your uploaded file?

    Regards,

    amateur.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •