I know that for IE 5+ you can use favicon as icons for bookmarks
But it must be an .ico file
EX:
link rel="shortcut icon" href="http://www.domain.com/favicon.ico"
Does anybody know if the code below works in IE 5+ or any other browser?
* Notice that it’s a .gif not an .ico file extension.
link rel="icon" href="/images/logo.gif" type="image/gif"
I saw this on waferbaby.com but I’m on a mac where there is no
Favicon feature so I can’t test it.
-