Partially repost I just began developing the print style sheet for my web page listed below and have encountered several difficulties. Apparently, the scenario is more complex than originally thought. This sheet scenario has had me perplexed for several days. I simplified the html and removed the JavaScript, which did not bring much insight.
http://neville.f2o.org/nifty_DELETE1.html Now, the page only has the paragraph and heading elements. If the text occupies a page or less, Firefox renders the print version as expected. If the text spans a page or more, then Firefox render the #header; then a page break; then the text in question; and cut the text off after a page of so. Indeed browser's print engines are not keen on floats, yet my last print stylesheet did not remove all the floats. The overflow attributes may contribute to the scenario as well. The CSS is extensive (and based off the link below to test all styles), yet this html does not have any floats or elements with overflow attributes. So the problem may lie elsewhere. Please let me know if you have ideas for solving the problem. Heres a link with most attributes applied. http://neville.f2o.org/nifty_Simple.html ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
