Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

The following page does not load successfully, OK on IE9 & Chrome 12. http://www.basslakeaction.org/References.html

  • 1 odpoveď
  • 5 má tento problém
  • 2 zobrazenia
  • Posledná odpoveď od cor-el

more options

The following page does not load successfully on Firefox 5.0. Works OK on IE9 & Chrome 12.0. http://www.basslakeaction.org/References.html Thanks, Stuart.

The following page does not load successfully on Firefox 5.0. Works OK on IE9 & Chrome 12.0. http://www.basslakeaction.org/References.html Thanks, Stuart.

Všetky odpovede (1)

more options

That is a problem with the code on that web page caused by not closing <FONT> tags properly (<FONT SIZE=-2> instead of </FONT>).
The HTML5 parser tries to reopen the FONT tags in every subsequent P tag and fails at some point because the nesting gets to deep.
Disabling the HTML5 parser works (pref html5.parser.enable -> false on the about:config page).


<P Align="center" ><FONT SIZE=+2>
<A HREF="PDF_files/SacBee-050522.pdf">Sacramento Bee 22 May 2005</A><BR>Review stalls Bass Lake park
<FONT SIZE=-2></P>
<P Align="center" ><FONT SIZE=+2>
<A HREF="PDF_files/EDHTele-050322.pdf">El Dorado Hills Telegraph 22 March 2005</A><BR>District approves park phasing plan
</FONT></P>
<P Align="center" ><FONT SIZE=+2>
<A HREF="PDF_files/EDHTele-041221.pdf">El Dorado Hills Telegraph 21 December 2004</A><BR>Retiree brings activist knowledge to action committee
<FONT SIZE=-2></P>

Upravil(a) cor-el dňa