Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

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

  • 2 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 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?

被選擇的解決方法

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

從原來的回覆中察看解決方案 👍 2

所有回覆 (2)

more options

選擇的解決方法

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.