“page-break-inside: 避免”- 不起作用
我正在制作一个打印CSS...并且我想将某些块作为一个整体打印,因此我使用了“page-break-inside:避免”。但这似乎不起作用。
我一直在拼命寻找解决方案...我使用 Google Chrome
.print-block
{
display: block;
page-break-inside: avoid !important;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dashed black;
}
这是 CSS,我正在使用...
I am making a print css... And i want to print certain blocks as a whole, therefore I used 'page-break-inside: avoid'. But this doesn't seem to work.
I have been searching desperatly to find a solution... I use Google Chrome
.print-block
{
display: block;
page-break-inside: avoid !important;
margin-bottom: 10px;
padding-bottom: 5px;
border-bottom: 1px dashed black;
}
This is the CSS, I am using...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只有 Opera 完全支持
page-break-inside
。参考资料:
常规
Chrome 特定
Firefox 特定
Only Opera fully supports
page-break-inside
.References:
General
Chrome specific
Firefox specific