<?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: Internet Explorer Print and CSS</title>
	<atom:link href="http://resource.reh3.com/internet-explorer-print-and-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://resource.reh3.com/internet-explorer-print-and-css/</link>
	<description>Web design news and notes</description>
	<lastBuildDate>Thu, 20 Aug 2009 23:39:11 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jason</title>
		<link>http://resource.reh3.com/internet-explorer-print-and-css/comment-page-1/#comment-61143</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 15 May 2009 15:19:17 +0000</pubDate>
		<guid isPermaLink="false">http://resourcetest.reh3.com/?p=19#comment-61143</guid>
		<description>I ran into this recently too and thank god I found this article. 

I had a similar problem with &quot;float: left;&quot; style. Here is my before and after css.

Did not print:

#MainSection { height: auto; }
#LeftSection { clear: left; float: left; min-height: 460px; width: 180px; }

Did print:

#LeftSection { clear: left; float: left; min-height: 460px; width: 180px; }
#MainSection { height: auto; float: left; }</description>
		<content:encoded><![CDATA[<p>I ran into this recently too and thank god I found this article. </p>
<p>I had a similar problem with &#8220;float: left;&#8221; style. Here is my before and after css.</p>
<p>Did not print:</p>
<p>#MainSection { height: auto; }<br />
#LeftSection { clear: left; float: left; min-height: 460px; width: 180px; }</p>
<p>Did print:</p>
<p>#LeftSection { clear: left; float: left; min-height: 460px; width: 180px; }<br />
#MainSection { height: auto; float: left; }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Lennox</title>
		<link>http://resource.reh3.com/internet-explorer-print-and-css/comment-page-1/#comment-57691</link>
		<dc:creator>Michael Lennox</dc:creator>
		<pubDate>Thu, 24 Jul 2008 23:11:59 +0000</pubDate>
		<guid isPermaLink="false">http://resourcetest.reh3.com/?p=19#comment-57691</guid>
		<description>I know this is OLD, but we ran into the exact same problem today. In our case, it was also a float:left, but the name was also important. In our case, id=&quot;content&quot; which referenced a float:left blew up IE, but only when printing landscape.

Thanks for your post. It provided a helpful clue in working to figure out the cause of the problem. The issue was easy to resolve once identified, but it took a while to track it down.</description>
		<content:encoded><![CDATA[<p>I know this is OLD, but we ran into the exact same problem today. In our case, it was also a float:left, but the name was also important. In our case, id=&#8221;content&#8221; which referenced a float:left blew up IE, but only when printing landscape.</p>
<p>Thanks for your post. It provided a helpful clue in working to figure out the cause of the problem. The issue was easy to resolve once identified, but it took a while to track it down.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
