<?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: Preventing IE6&#160;bugs</title>
	<atom:link href="http://bradt.ca/archives/preventing-ie6-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradt.ca/archives/preventing-ie6-bugs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=preventing-ie6-bugs</link>
	<description>Independent web developer, web designer, and entrepreneur living in Halifax, Canada.</description>
	<lastBuildDate>Wed, 16 May 2012 01:30:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Fredrik Smedenborn</title>
		<link>http://bradt.ca/archives/preventing-ie6-bugs/comment-page-1/#comment-34689</link>
		<dc:creator>Fredrik Smedenborn</dc:creator>
		<pubDate>Thu, 30 Dec 2010 11:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=486#comment-34689</guid>
		<description>Thank you! I&#039;ve been trying to fix a relative-positioned div containing floating divs for an hour and this helped me finally solve it without any clearing and such.. thanks!</description>
		<content:encoded><![CDATA[<p>Thank you! I&#8217;ve been trying to fix a relative-positioned div containing floating divs for an hour and this helped me finally solve it without any clearing and such.. thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://bradt.ca/archives/preventing-ie6-bugs/comment-page-1/#comment-34232</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 28 Mar 2009 18:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=486#comment-34232</guid>
		<description>Hi Brad,

Nice write-up. I would like to add one more thing: in certain cases, IE6 automatically applies a &quot;clear: both&quot; style to a non-floating element that sits below a floating element, whereas in other browsers (tested on Chrome 2 Beta), the &quot;clear: both&quot; style has to be explicitly added to the stylesheet for the non-floating element. I noticed this when I tried to fix IE6&#039;s rendering of this template:

http://www.freelayouts.com/templates/Hosting-Website-Template?preview=true

In Chrome it renders fine, but it&#039;s broken in IE6. Fixing the right column box wrapping issue was trivial (reduce width values for IE6), but fixing the issue where the Beginner/Business/Premium Plan boxes were pushed down too far took a little more effort to debug. In order to fix this so that the page renders the same in both Chrome and IE6, I had to remove the &quot;margin-top: 170px&quot; style and add &quot;clear: both&quot; to #boxes.</description>
		<content:encoded><![CDATA[<p>Hi Brad,</p>
<p>Nice write-up. I would like to add one more thing: in certain cases, IE6 automatically applies a &#8220;clear: both&#8221; style to a non-floating element that sits below a floating element, whereas in other browsers (tested on Chrome 2 Beta), the &#8220;clear: both&#8221; style has to be explicitly added to the stylesheet for the non-floating element. I noticed this when I tried to fix IE6&#8242;s rendering of this template:</p>
<p><a href="http://www.freelayouts.com/templates/Hosting-Website-Template?preview=true" rel="nofollow">http://www.freelayouts.com/templates/Hosting-Website-Template?preview=true</a></p>
<p>In Chrome it renders fine, but it&#8217;s broken in IE6. Fixing the right column box wrapping issue was trivial (reduce width values for IE6), but fixing the issue where the Beginner/Business/Premium Plan boxes were pushed down too far took a little more effort to debug. In order to fix this so that the page renders the same in both Chrome and IE6, I had to remove the &#8220;margin-top: 170px&#8221; style and add &#8220;clear: both&#8221; to #boxes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bradt.ca &#187; Writing IE-only CSS in a stylesheet for all browsers</title>
		<link>http://bradt.ca/archives/preventing-ie6-bugs/comment-page-1/#comment-34216</link>
		<dc:creator>bradt.ca &#187; Writing IE-only CSS in a stylesheet for all browsers</dc:creator>
		<pubDate>Thu, 26 Feb 2009 12:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://bradt.ca/?p=486#comment-34216</guid>
		<description>[...] rather than cluttering your stylesheet with these hacks.  Check out my newer article &#8220;Preventing IE6 bugs&#8221; for more [...]</description>
		<content:encoded><![CDATA[<p>[...] rather than cluttering your stylesheet with these hacks.  Check out my newer article &#8220;Preventing IE6 bugs&#8221; for more [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

