A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Cusom icon in Address or title bar of IE?

  1. #1
    Junior Member
    Join Date
    Aug 2001
    Posts
    22

    Cool

    Hi.

    How do you add a custom icon to the address or title bar of Internet Explorer?

    Thanks.

  2. #2
    __OSX powered__ nucleuz's Avatar
    Join Date
    Aug 2000
    Location
    Norway
    Posts
    836

  3. #3
    they call me the_jump... le_saut's Avatar
    Join Date
    Mar 2001
    Posts
    536
    Originally posted by nucleuz
    Ever heard of google.com?
    Sheesh Nucleuz, still walking around with the baseball bat..

    Answer

    IE5.x+ for win32 supports "favicon" although you can call the .ico file whatever you want. It will only appear when bookmarking the site and then I've found it's variable in success.

    This is the code
    Code:
    <link REL="shortcut icon" HREF="http://www.webqs.com/ico/qs001.ico">
    Mozilla has much better support for this (and ergo NS7). You don't have to make an icon file at all, a PNG file will do and it will appear as soon as you hit the site with Mozilla 1.x - no need for bookmarking.
    Code:
    <link REL="icon" HREF="http://www.webqs.com/ico/qs001.png" TYPE="image/png">
    HTH
    James

  4. #4
    __OSX powered__ nucleuz's Avatar
    Join Date
    Aug 2000
    Location
    Norway
    Posts
    836
    Originally posted by le_saut

    Sheesh Nucleuz, still walking around with the baseball bat..
    *now where did I put that bat again.....*

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center