Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

How come this url presents itslf correctly in Chrome, but wrongly in firefox?

  • 3 Antworten
  • 1 hat dieses Problem
  • 11 Aufrufe
  • Letzte Antwort von cor-el

more options

A page written in classic ASP (by me) presents itself perfectly in Chrome, but not in Firefox. How can that be?

http://www.nadars.org.uk/g3rvm_Contests.asp

A page written in classic ASP (by me) presents itself perfectly in Chrome, but not in Firefox. How can that be? http://www.nadars.org.uk/g3rvm_Contests.asp

Alle Antworten (3)

more options

Looks the same to me on both Browser. So what does your screenshot look like for each?

Geändert am von WestEnd

more options

Hello,

In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see How do I create a screenshot of my problem?

Once you've done this, attach the saved screenshot file to your forum post by clicking the Browse... button below the Post your reply box. This will help us to visualize the problem.

Thank you!

more options

The Inspector shows that there are a lot of font tags nested on that page.

Firefox gives up after a specific number of nesting levels (I think 200) and no longer renders the page properly. Font tags need to be closed properly (</font>), but these tags are missing and for every item a new font tag is opened. You can see in the second screenshot that Firefox generates all these closing tags at the end of the DIV container.

Geändert am von cor-el