This problem appears to be different than the original threads I posted on (JS errors on print and general visual print problems), so I thought it'd be best to create a new thread. Those other threads are:
viewtopic.php?p=1600#p1600viewtopic.php?p=1611#p1611@jason: While puting together the zip you requested, I started toggling all of the stylesheets to see if anything gave. I was surprised to find that removing fonts.css made the problem go away. Since removing PIE behavior properties in my stylesheet also fixed the problem, I assume it's a combination of those two things. I have used embedded fonts and PIE on another site, although it was an earlier version of PIE, so I did some more troubleshooting...
I replaced PIE beta3 with PIE beta2. I do get the same blank page issue with fonts.css still in the page, but I don't get any JS errors on print, so it looks like that is new in beta3.
I don't think I'm using embedded fonts in an unusual manner, and certainly not extensively. There are only 2 @font-faces specified in my fonts.css, and most of the page is Arial, with some custom fonts on nav and titles. Since embedded fonts + PIE has worked for me before, I suspect there's some hierarchy or sequence in my HTML with the applied effects causing this malarkey. I also made sure no elements had the custom fonts and PIE behavior applied, so the direct combination in CSS is ruled out.
I tried to attach a page for testing, but all of the files for it are over 2MB (wanted you to have as full version of the page as possible, with all the files to tinker with), so I posted it at
http://uptown.esiteful.com/2011-01-28-1 ... uptown.zip.
Really appreciate your hard work on PIE and prompt responses I see all over these forums!