FireFox不支持打印属性(孤立)上的分页符

时间:2012-04-09 08:00:25

标签: css firefox

我正在使用orphan属性在打印时添加分页符,如果数据很大,则它在chrome和IE中工作但在 FireFox 中不支持它。

docprint.document.write('</head>
             <body onLoad="self.print()">
              <fieldset class="result tbl" style="border-width: 0 0 0 !important;">
               <div class="table report_data" style="width:100% !important;
                          padding-left:4px !important;
                          padding-Right:5px !important;orphans:7;">');
---------------------------------------------------------^^this is not supported in Firefox

任何人都知道此问题的解决方法。

1 个答案:

答案 0 :(得分:1)

firefox不支持很少的属性....

Check this site...this...