我想用绝对div做一个打印页面。它适用于Chrome和IE,但不适用于Firefox。我正在测试打印预览。 Firefox只显示一页。
<div style="position: absolute; top: 1327px; left: 182px; border: 3px solid rgb(0, 0, 0); width: 150px; height: 100px;"></div>
<div style="position: absolute; top: 2005px; left: 462px; border: 3px solid rgb(0, 0, 0); width: 150px; height: 100px;"></div>
<div style="position: absolute; top: 77px; left: 322px; border: 3px solid rgb(0, 0, 0); width: 150px; height: 100px;"></div>
我该如何解决这个问题?