Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

On my private site Firefox doesn't show favicon, in IE is OK; html code in "head" is: <link rel="icon" href="favicon.ico" type="image/x-icon"/>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl-pl" lang="pl-pl">
<head>
<title>IN PERSONA Szkolenia biznesowe, Doradztwo HR, Coaching</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="title" content="IN PERSONA Szkolenia i Zarządzanie Zasobami Ludzkimi" />
<meta name="author" content="IN PERSONA" />
<meta http-equiv="reply-to" content="inpersona@gazeta.pl" />
<meta name="description" content="IN PERSONA oferuje doradztwo personalne, szkolenia biznesowe, warsztaty strategiczne oraz coaching. Nasze usługi to m.in. assessment center, rekrutacja, systemy ocen, ocena 360. Pomagamy w zmianach!" />
<meta name="keywords" content="szkolenia, doradztwo personalne, szkolenie, zarządzanie, szkolenia warszawa, firma szkoleniowa, assessment center, zarządzanie zasobami ludzkimi, usługi doradcze, in persona, Kiembłowski, ZZL, kadry" />
<meta name="copyright" content="IN PERSONA" />
<meta name="classification" content="szkolenia" />
<meta name="revisit-after" content="2 days" />
<meta name="abstract" content="szkolenia, szkolenia otwarte, szkolenia biznesowe, doradztwo, doradztwo hr, doradztwo personalne" />
<meta name="robots" content="all" />
<meta name="distribution" content="global" />

<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
  <script type="text/javascript" src="js/jquery.innerfade.js"></script>
<script type="text/javascript">
    $(document).ready(
    function(){
     $('#news').innerfade({
      animationtype: 'slide',
      speed: 750,
      timeout: 2000,
      type: 'random',
      containerheight: '1em'
     });

     $('ul#portfolio').innerfade({
      speed: 1200,
      timeout: 6000,
      type: 'sequence',
      containerheight: '220px'
     });

     $('.fade').innerfade({
      speed: 1000,
      timeout: 6000,
      type: 'random_start',
      containerheight: '1.5em'
     });

     $('.adi').innerfade({
      speed: 'slow',
      timeout: 5000,
      type: 'random',
      containerheight: '150px'
     });

   });
   </script>
<link rel="icon" href="favicon.ico" type="image/x-icon"/>
</head>
<pre><nowiki><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl-pl" lang="pl-pl"> <head> <title>IN PERSONA Szkolenia biznesowe, Doradztwo HR, Coaching</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="title" content="IN PERSONA Szkolenia i Zarządzanie Zasobami Ludzkimi" /> <meta name="author" content="IN PERSONA" /> <meta http-equiv="reply-to" content="inpersona@gazeta.pl" /> <meta name="description" content="IN PERSONA oferuje doradztwo personalne, szkolenia biznesowe, warsztaty strategiczne oraz coaching. Nasze usługi to m.in. assessment center, rekrutacja, systemy ocen, ocena 360. Pomagamy w zmianach!" /> <meta name="keywords" content="szkolenia, doradztwo personalne, szkolenie, zarządzanie, szkolenia warszawa, firma szkoleniowa, assessment center, zarządzanie zasobami ludzkimi, usługi doradcze, in persona, Kiembłowski, ZZL, kadry" /> <meta name="copyright" content="IN PERSONA" /> <meta name="classification" content="szkolenia" /> <meta name="revisit-after" content="2 days" /> <meta name="abstract" content="szkolenia, szkolenia otwarte, szkolenia biznesowe, doradztwo, doradztwo hr, doradztwo personalne" /> <meta name="robots" content="all" /> <meta name="distribution" content="global" /> <link href="style.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript" src="js/jquery.innerfade.js"></script> <script type="text/javascript"> $(document).ready( function(){ $('#news').innerfade({ animationtype: 'slide', speed: 750, timeout: 2000, type: 'random', containerheight: '1em' }); $('ul#portfolio').innerfade({ speed: 1200, timeout: 6000, type: 'sequence', containerheight: '220px' }); $('.fade').innerfade({ speed: 1000, timeout: 6000, type: 'random_start', containerheight: '1.5em' }); $('.adi').innerfade({ speed: 'slow', timeout: 5000, type: 'random', containerheight: '150px' }); }); </script> <link rel="icon" href="favicon.ico" type="image/x-icon"/> </head></nowiki></pre>

Modified by cor-el

Chosen solution

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

Read this answer in context 👍 1

All Replies (7)

Does Firefox display the favicon if you paste the URL of the favicon in the location bar?

Yes, if I past URL in the location bar, there is a favicon in browser window, like every *.jpg etc. but still there isn't favivon in its usually place, :( After reinstalation to v. 10.0 all favicons disapeared from any card (but they are in some URL's bars, before "http//:" - but not in every page)

You have a default icon name in the default (root) location.

Does it work if you remove the favicon code?

Yes, "favicon.ico" is in code, & in reality - file with this name is in root directory of my page. On IE code: <link rel="icon" href="favicon.ico" type="image/x-icon"/> is working, favicon is present before URL's, in Firefox - no.

And I find smoething iteresting - after 1 click on the empty place in which should be the favicon, it is showing! but after reloading (aftre clicking in "reload" icon - is the same situacation - there is no favicon!) In the history of URLs - when I again write page URL - favicon is present (program has it in cache - but problem is when you start whith pagr, or relod it)!

Chosen Solution

Start Firefox in Diagnose Firefox issues using Troubleshoot Mode to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).

After reseting extensions in Safe Mode everything is all right! Thanks a lot!