I am seeing something on a site I'm developing that I've never seen before. The favicon appears briefly, then (watching in Firebug) the various Ajax requests run, and as soon as they do, the favicon disappears. Nothing in my Ajax callbacks is set to modify the head of the main page, they merely replace the content of certain DIVs on the page. I am using Firefox 2, my client is using Firefox 3.5 and sees the same thing.
Safari shows the favicon just fine. I have the following line in the HEAD of the page: <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> and the file is at the specified location. Does this ring any bells for anyone? Thanks in advance, Walter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
