Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

FACEBOOK COLUMNS SCRAMBLE, BUT NOT IN IE.

  • 6 risposte
  • 6 hanno questo problema
  • 9 visualizzazioni
  • Ultima risposta di WILLOBIE

more options

FB stopped displaying properly and the problem has persisted through 5, 6 and 6.02. The desktop comes up normally, but when fully loaded the leftmost column become column 3 and the desktop items are pushed down to below the friends list. I have screenshots. My wife has the same problems (XP). Everything works on IE.

http://www.facebook.com/home.php

FB stopped displaying properly and the problem has persisted through 5, 6 and 6.02. The desktop comes up normally, but when fully loaded the leftmost column become column 3 and the desktop items are pushed down to below the friends list. I have screenshots. My wife has the same problems (XP). Everything works on IE. http://www.facebook.com/home.php

Soluzione scelta

You can make Firefox use those default settings by removing the check-mark (temporarily, as a test) from the "Allow pages to choose their own fonts, instead of my selections above" checkbox. If that makes it work then that would suggest a problem with the Lucida Grande font.


You can also try this code with the Stylish extension or the file Add code to userContent.css


@-moz-document domain(www.facebook.com) { #leftColContainer { width: 181px !important; } }
Leggere questa risposta nel contesto 👍 0

Tutte le risposte (6)

more options

If you have increased the minimum font size then try the default setting "none" as a high value can cause issues like you described.

  • Tools > Options > Content : Fonts & Colors > Advanced > Minimum Font Size (none)
  • Tools > Options > Content : Fonts & Colors > Advanced > [X] "Allow pages to choose their own fonts, instead of my selections above"

You can use an extension to set a default font size and page zoom on web pages:

more options

It doesn't appear to be related to font size because my settings are as you suggested, PLUS it happened to my wife's desktop machine at the same time.

more options

Maybe you have made other font changes that are causing the left and maybe the right margin to get too large.
It can also be a font problem with the "Lucida Grande" font that Facebook uses on their pages.

Does it work if you disable website fonts and set one of the other fonts like Tahoma or Verdana that Facebook specifies as fonts to use (font-family:"lucida grande",tahoma,verdana,arial,sans-serif) ?

  • Tools > Options > Content : Fonts & Colors > Advanced > [] "Allow pages to choose their own fonts, instead of my selections above"
more options

I've done the tools.options thing, but don't know where to disable website fonts. My default font is Ariel for serif and Courier-new for monospace on that same screen. Can I change the Lucida Grande on Facebook?

more options

Soluzione scelta

You can make Firefox use those default settings by removing the check-mark (temporarily, as a test) from the "Allow pages to choose their own fonts, instead of my selections above" checkbox. If that makes it work then that would suggest a problem with the Lucida Grande font.


You can also try this code with the Stylish extension or the file Add code to userContent.css


@-moz-document domain(www.facebook.com) { #leftColContainer { width: 181px !important; } }

Modificato da cor-el il

more options

The problem went away with Stylish twitter user style. Looks like it may be something I can get used to, but may try some of the others. Thanks for the tip.

Perhaps I'll try the "usercontent.css" link too.