[HELP] Favicon loads on firefox but won't for IE 7

Discussion in 'HTML & Website Design' started by bingohoney, May 18, 2008.

  1. #1
    bingohoney, May 18, 2008 IP
  2. I.Get.Money

    I.Get.Money Banned

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, I do know that animated favicons do not work with IE, but it doesn't look animated to me.

    Try taking out the type="image/x-icon" tag. I don't know if that's the problem, but it might work. Lol.
     
    I.Get.Money, May 18, 2008 IP
  3. bingohoney

    bingohoney Banned

    Messages:
    221
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    nope that did not work either! :-(
     
    bingohoney, May 18, 2008 IP
  4. I.Get.Money

    I.Get.Money Banned

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    After taking a deeper look at the site, I noticed this:

     <link rel="icon" href="http://www.onlinebingowebsites.com/images/favicon.ico" type="image/x-icon">
        <link rel="shortcut icon" href="http://www.onlinebingowebsites.com/images/favicon.ico" type="image/x-icon">
    Code (markup):
    It has the favicon code twice, except the first one only says 'icon', while the second one says 'shortcut icon'. Maybe two of them could cause a problem? I dunno.
     
    I.Get.Money, May 18, 2008 IP
  5. bingohoney

    bingohoney Banned

    Messages:
    221
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    nope not that either :-(
     
    bingohoney, May 18, 2008 IP
  6. I.Get.Money

    I.Get.Money Banned

    Messages:
    125
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Okay, we both may be dumb (no offense, haha) but I don't think favicons work with IE at all.. It's the same with any site I've visited, none of the sites have a favicon on IE, but do in FF. Sorry!
     
    I.Get.Money, May 18, 2008 IP
  7. bingohoney

    bingohoney Banned

    Messages:
    221
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    anybody know why???
     
    bingohoney, May 18, 2008 IP
  8. glitto

    glitto Notable Member

    Messages:
    2,839
    Likes Received:
    185
    Best Answers:
    0
    Trophy Points:
    205
    #8
    I second that, I think favicons don't appear in IE, they just appear in FF.
     
    glitto, May 18, 2008 IP
  9. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #9
    Favicons work just fine (if non-standards compliant) in IE6&7. IE6 shows the favicon only in the bookmarks. IE also expects the rel="shortcut icon" version, which is not the allowed format. Modern browsers ignore the shortcut and apply icon as the rel value. If you use both versions of the link, put the "shortcut icon" version first.

    cheers,

    gary
     
    kk5st, May 18, 2008 IP
  10. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #10
    Yes, favicons do work on IE since version 5.5 which is older than FF and they are shown in both the address bar and your desktop as a shortcut if you make one.

    I believe is all about icon format which, by the way, I use Windows ICO format 32x32 instead of the recommended 16x16 ;)
     
    Trusted Writer, May 18, 2008 IP