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“.

Weitere Informationen

Does Firefox support left/right page breaks? It seems to interpret them as page-break: always?

  • 2 Antworten
  • 1 hat dieses Problem
  • 1 Aufruf
  • Letzte Antwort von SafetyFast

more options
I have a
with style="break-after: right;" which works as expected in IE and Edge - it inserts one or two page breaks as necessary to ensure that the following page is a "right" page. However, in FF it always inserts a single page break, even if two are needed. Is there something else I'm missing, or does FF not implement left/right page breaks?
I have a <div> with style="break-after: right;" which works as expected in IE and Edge - it inserts one or two page breaks as necessary to ensure that the following page is a "right" page. However, in FF it always inserts a single page break, even if two are needed. Is there something else I'm missing, or does FF not implement left/right page breaks?

Ausgewählte Lösung

You can read the docs to see if that answers your question.

Diese Antwort im Kontext lesen 👍 2

Alle Antworten (2)

more options

Ausgewählte Lösung

You can read the docs to see if that answers your question.

more options

Thanks - How'd I miss that? The page you referenced clearly states that Firefox, unfortunately, does not support this. Interesting (and disappointing) that only IE & Edge seem to.