Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Questo sito potrebbe offrire funzionalità limitate durante le operazioni di manutenzione per migliorare l'esperienza utente. Se un articolo non risolve il tuo problema e vuoi richiedere supporto, la nostra comunità di supporto è pronta ad aiutarti tramite @FirefoxSupport su Twitter e /r/firefox su Reddit.

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

Ulteriori informazioni

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

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

  • 2 risposte
  • 1 ha questo problema
  • 8 visualizzazioni
  • Ultima risposta di SafetyFast

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?

Soluzione scelta

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

Leggere questa risposta nel contesto 👍 2

Tutte le risposte (2)

Soluzione scelta

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

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.