Which browsers support page break manipulation using CSS and the page-break-inside element?

前端 未结 7 1406
时光说笑
时光说笑 2020-12-15 21:31

I\'m trying to use the page-break-inside CSS directive, the class of which is to be attached to a div tag or a table tag (I think this may only work on block elements, in wh

相关标签:
7条回答
  • 2020-12-15 22:25

    Safari 1.3+, Opera 9.2+, Konquerer, and IE8 all support it, at least to some degree.

    Firefox apparently still does not.

    0 讨论(0)
提交回复
热议问题