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
If you don't want to go through all of your code, this is the only thing I've found that works for me without messing up all of my other CSS:
@media print { body { overflow: visible !important; } }