No Favicon In IE7...?

D

Dinsdale

It works in every other browser, on both Mac and Windows OS.


http://www.24hourhotline.net

Yes, I have a reference to the icon in my <head>.

I can't find anything related to this on the MSDN site - any clues?

Yes, I have this site bookmarked, as well.

I can see other favicons in IE7, such as on the Google site. But I
can't see any reference to this icon in their code, either.

Thanks.
 
J

Jonathan N. Little

Beauregard said:
I was going to look at your code, but as soon as you screwed with my
browser - maximizing it - I decided that was enough.

I own my browser, not you.


You're most welcome.
luckily the JavaScript was so old it didn't even try to resize my
browser windows.... Dinsdale (sounds like a Monty Python line) dump the
archaic Dynamic Drive crap. (Man I's surly tonight!)

Small thing but for XHTML this in not terminated correctly

<link rel="shortcut icon" href="http://www.24hourhotline.net/favicon.ico" >

should be:

<link rel="shortcut icon" href="http://www.24hourhotline.net/favicon.ico" />

Not sure if IE7 is the same as its predecessors but IE like single
format 16x16 favicons and generally 16-color.
 
B

Beauregard T. Shagnasty

Jonathan said:
luckily the JavaScript was so old it didn't even try to resize my
browser windows.... Dinsdale (sounds like a Monty Python line) dump
the archaic Dynamic Drive crap. (Man I's surly tonight!)

At this time, the maximizing code is gone from the page. <g>
 
D

Dinsdale

Jonathan:

Adding a forward slash didn't fix it. I even checked the code provided
to me by the site that generated the favicon.ico itself.

I also ran a favicon validator service I found here:

http://www.htmlkit.com/go/favicon/validator/

And it passed validation.

But what I've just noticed is, the actual favicon is 32x32. That's
what gets generated when you upload your image file here:

http://www.chami.com/html-kit/

They give you a 16x16 animated version (don't want to use that!), and a
16x16 PNG format as a preview.

But no 16x16 .ico file.

So, let's figure out how to get a static 16x16 .ico file produced.
What's behind this file conversion process, anyway? It's not actually
disguised as a bitmap format, I already tried.

Thanks.
 
J

Jonathan N. Little

Dinsdale said:
Jonathan:

Adding a forward slash didn't fix it. I even checked the code provided
to me by the site that generated the favicon.ico itself.

I also ran a favicon validator service I found here:

http://www.htmlkit.com/go/favicon/validator/

And it passed validation.

But what I've just noticed is, the actual favicon is 32x32. That's
what gets generated when you upload your image file here:

http://www.chami.com/html-kit/

They give you a 16x16 animated version (don't want to use that!), and a
16x16 PNG format as a preview.

But no 16x16 .ico file.

So, let's figure out how to get a static 16x16 .ico file produced.
What's behind this file conversion process, anyway? It's not actually
disguised as a bitmap format, I already tried.

Actually it is a dual format ICO with 1 16x16@256-color and 1
32x32@256-color icon. I have a icon editor, Google for one, there are
many free ones out there or you can use the freeware IrfanView
(www.irfanview.com) to convert a 16x16 BMP to ICO.
 
J

Jonathan N. Little

Dinsdale said:
OK, back to square one.

So why doesn't this thing display in IE7?

Because the icon you are using has two versions within it, a 32x32@256
icon *and* 16x16@256. Strip out the 32x32@256 icon and it would work in IE.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,434
Messages
2,571,690
Members
48,796
Latest member
Greg L.

Latest Threads

Top