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 anything that would generally cause this? The markup is fairly complicated, so I'm not sure where to start!
Thanks.
Edit
This solution only made things worse.
https://support.mozilla.com/ga-IE/questions/667285#answer-115916
Looks like printing just sucks in FF. Client won't like to hear that - hopefully they don't use FF!
position: absolute
takes elements out of the layout flow, I think that is why the OP of your linked question has problems. A live demo would help – Intervocalic