I want to do a print page with absolute divs. It works in Chrome and IE but not working in Firefox. I am testing with print preview. Firefox shows only one page.
<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>
How can i solve this problem?