Featured Post

Creative Anxiety

Sample design Before I started my own business as a web designer, I had not had to rely on my own creative abilities so much. I had worked with designers before, but now I am the designer. I chose this line of work because I knew I had creative talent and had had this reflected back to me. I wanted...

Read More

Firefox Print Bug Prints only First Page

Posted by David Tierney | Posted in For Programmers | Posted on 27-04-2010

0

Firefox Print BugAre you thinking, “My browser only prints one page of a website, the first page”? Are you using Firefox?

There are several instances that trigger printing errors with Firefox.  The one I have run across results from declaring overflow: hidden, overflow: auto; or overflow: scroll, which I use sometimes for its self-clearing float effect.  The easiest solution to this is to create a print style sheet that  changes all of your tags that use this to overflow: visible.

You can read more about this and other related Firefox print bugs here:  at mozilla support, and at bugzilla.mozilla.

Good luck.

Write a comment