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
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.
position:relative
position: absolute
height: 100%