Firefox printing only 1st page

后端 未结 15 2424
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-14 05:40

I\'m working on print friendly css for a website. It previews/prints perfectly in IE, but Firefox (version 3.6) only previews/prints the 1st page.

Is anyone aware of

15条回答
  •  温柔的废话
    2020-12-14 06:15

    I had the same issue and I replaced position from position:relative to position: absolute with height: 100% from the top div to the bottom.

提交回复
热议问题