We had a similar problem (Firefox only printed the first page of
content) & were able to fix it by adding this to the print CSS:

* { overflow: visible !important; float: none !important;}

- Rachel

On Tue, Sep 14, 2010 at 2:48 PM, Erik Schumann <[log in to unmask]> wrote:
> Hi Everyone,
>
> I have a faq page that uses jquery tabs for each set of questions. However
> when I try to print the page it only prints about the first third of the
> content. Any ideas on how I can get the entire page to print?
>
> An example can be seen at
> http://www.tc.umn.edu/~schum043/ComplianceTest/delegationFAQ.htm
>
> Thanks,
> Erik