<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Firefox truncates long tables when printing</title>
	<atom:link href="http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/</link>
	<description>Thoughts on life, liberty, and information technology</description>
	<lastBuildDate>Tue, 24 Jan 2012 10:43:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Fernando</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-842776</link>
		<dc:creator>Fernando</dc:creator>
		<pubDate>Thu, 01 Sep 2011 21:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-842776</guid>
		<description>Had these problem and using overflow: visible and height: 100% on dynamic HTML elements worked. I have to go down a few divs to get it to work though.</description>
		<content:encoded><![CDATA[<p>Had these problem and using overflow: visible and height: 100% on dynamic HTML elements worked. I have to go down a few divs to get it to work though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasi</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-797912</link>
		<dc:creator>yasi</dc:creator>
		<pubDate>Mon, 07 Mar 2011 10:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-797912</guid>
		<description>Hi,

I also had this problem of truncated table when printing,
The ideas written above did not help me. but it gave me more ideas...
so, when I simply changed my tag to DIV, it solved the problem!!!</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also had this problem of truncated table when printing,<br />
The ideas written above did not help me. but it gave me more ideas&#8230;<br />
so, when I simply changed my tag to DIV, it solved the problem!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Crisboot</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-760376</link>
		<dc:creator>Crisboot</dc:creator>
		<pubDate>Wed, 12 Jan 2011 20:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-760376</guid>
		<description>So true, very frustrated about that. Cause the solution I&#039;ve found was adding this style on my master print:

.ff-print{float: none !important;}/*due FF print issue*/	

And that breaks my other styles.

I&#039;m using 3.6.13, and something similar like this.


    &lt;table ...
</description>
		<content:encoded><![CDATA[<p>So true, very frustrated about that. Cause the solution I&#8217;ve found was adding this style on my master print:</p>
<p>.ff-print{float: none !important;}/*due FF print issue*/	</p>
<p>And that breaks my other styles.</p>
<p>I&#8217;m using 3.6.13, and something similar like this.</p>
<p>    &lt;table &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-692234</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 16 Nov 2010 23:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-692234</guid>
		<description>In my case I was using AJAX, i fix the problem setting &quot;height:100%&quot; in the element where .innerHTML is dynamic</description>
		<content:encoded><![CDATA[<p>In my case I was using AJAX, i fix the problem setting &#8220;height:100%&#8221; in the element where .innerHTML is dynamic</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: M</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-686183</link>
		<dc:creator>M</dc:creator>
		<pubDate>Tue, 09 Nov 2010 11:03:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-686183</guid>
		<description>Wow, thanks y&#039;all... I spent a number of hours trying to solve this issue, which existed in both IE and FF. Overflow=visible fixed it.</description>
		<content:encoded><![CDATA[<p>Wow, thanks y&#8217;all&#8230; I spent a number of hours trying to solve this issue, which existed in both IE and FF. Overflow=visible fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Bird</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-525950</link>
		<dc:creator>Tim Bird</dc:creator>
		<pubDate>Wed, 05 Aug 2009 20:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-525950</guid>
		<description>I had this problem on ViewTrip printing e-ticket receipts.  Firefox would print the first page and then a blank second page, with only the URL header and footer.

To work around this, I saved the page locally, found the DIV enclosing the table, and changed the overflow attribute from &#039;auto&#039; to &#039;visible&#039; (using notepad).  Then I loaded the page into Firefox again locally, and could print it in its entirety.  Seems like a pretty clear FireFox bug.</description>
		<content:encoded><![CDATA[<p>I had this problem on ViewTrip printing e-ticket receipts.  Firefox would print the first page and then a blank second page, with only the URL header and footer.</p>
<p>To work around this, I saved the page locally, found the DIV enclosing the table, and changed the overflow attribute from &#8216;auto&#8217; to &#8216;visible&#8217; (using notepad).  Then I loaded the page into Firefox again locally, and could print it in its entirety.  Seems like a pretty clear FireFox bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bo</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-469178</link>
		<dc:creator>bo</dc:creator>
		<pubDate>Sat, 25 Apr 2009 19:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-469178</guid>
		<description>Thanks! Been looking around for the answer.
I&#039;ve got my table inside a div. putting overflow:hidden for that div worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks! Been looking around for the answer.<br />
I&#8217;ve got my table inside a div. putting overflow:hidden for that div worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin Dodds</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-465493</link>
		<dc:creator>Gavin Dodds</dc:creator>
		<pubDate>Tue, 21 Apr 2009 10:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-465493</guid>
		<description>@Drupal Development
Thank you!!! I&#039;ve just had this issue and your comment has saved me hours.
My table was in a div with overflow:hidden, and height:auto (combinations of two stylesheets) and I had the cut-off display issue in print previews. Setting the div to overflow:visible cured my problem.</description>
		<content:encoded><![CDATA[<p>@Drupal Development<br />
Thank you!!! I&#8217;ve just had this issue and your comment has saved me hours.<br />
My table was in a div with overflow:hidden, and height:auto (combinations of two stylesheets) and I had the cut-off display issue in print previews. Setting the div to overflow:visible cured my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drupal Development</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-336482</link>
		<dc:creator>Drupal Development</dc:creator>
		<pubDate>Tue, 04 Nov 2008 15:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-336482</guid>
		<description>My problem: truncated tables to 1 page only, with a tailing blank page.

Cause: there was a div around the table with css property &quot;overflow&quot; set to &quot;auto&quot;. This is killing.

Solution: set css property &quot;overflow&quot; set to &quot;visible&quot; in a print style sheet.

This might save you a couple of hours...</description>
		<content:encoded><![CDATA[<p>My problem: truncated tables to 1 page only, with a tailing blank page.</p>
<p>Cause: there was a div around the table with css property &#8220;overflow&#8221; set to &#8220;auto&#8221;. This is killing.</p>
<p>Solution: set css property &#8220;overflow&#8221; set to &#8220;visible&#8221; in a print style sheet.</p>
<p>This might save you a couple of hours&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Backstrom</title>
		<link>http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-294057</link>
		<dc:creator>Adam Backstrom</dc:creator>
		<pubDate>Fri, 29 Aug 2008 17:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sidesofmarch.com/index.php/archive/2007/04/25/firefox-truncates-long-tables-when-printing/#comment-294057</guid>
		<description>I came across this bug in Firefox 3.0.1. Fun times. Thanks for the post.</description>
		<content:encoded><![CDATA[<p>I came across this bug in Firefox 3.0.1. Fun times. Thanks for the post.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

