Cross-browser support of `page-break-inside: avoid;`

前端 未结 3 1492
余生分开走
余生分开走 2020-12-11 03:20

I have a lot of divs on a page with variable amounts of content in them. I am trying to use page-break-inside: avoid; so that each div section is

3条回答
  •  萌比男神i
    2020-12-11 03:57

    Webdevout.net is a great place to check browser CSS compatibility.

    For page-break-inside only IE8 and Opera 8+ are shown to support it

提交回复
热议问题