<?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"
	>
<channel>
	<title>Comments on: IE6 resize bug (position: relative becomes fixed)</title>
	<atom:link href="http://friendlybit.com/css/ie6-resize-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://friendlybit.com/css/ie6-resize-bug/</link>
	<description>You have found Friendly Bit, a web development blog. I focus on client side technologies like CSS, HTML and Javascript. You find my articles below and categories to the right.</description>
	<pubDate>Fri, 04 Jul 2008 13:21:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Michael</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30677</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 30 May 2008 23:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30677</guid>
		<description>Thank you so much, friend! This has been driving me nuts for two days now. Your solution fixed EVERYTHING. You so rock!</description>
		<content:encoded><![CDATA[<p>Thank you so much, friend! This has been driving me nuts for two days now. Your solution fixed EVERYTHING. You so rock!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gaurav</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30623</link>
		<dc:creator>gaurav</dc:creator>
		<pubDate>Thu, 22 May 2008 17:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30623</guid>
		<description>Thanks for the article. I was facing the same concern on one of the web pages I am working on right now. Since I am from Java/J2EE background, I don't work on CSS so much. 

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the article. I was facing the same concern on one of the web pages I am working on right now. Since I am from Java/J2EE background, I don&#8217;t work on CSS so much. </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kev</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30572</link>
		<dc:creator>kev</dc:creator>
		<pubDate>Wed, 07 May 2008 17:52:18 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30572</guid>
		<description>This is just what I have been looking for as part of a multiple solution to an IE and Firefox bug.  I  am toggling between two divs that both contain different text.  The first fix was to make sure that position:relative was put into the text layers so that they would inherit their proper z-index from their position in the code.  The second fix is this one described on this page, so that those relatively positioned divs will move correctly on page resize for both IE and Firefox.  Thanks all.</description>
		<content:encoded><![CDATA[<p>This is just what I have been looking for as part of a multiple solution to an IE and Firefox bug.  I  am toggling between two divs that both contain different text.  The first fix was to make sure that position:relative was put into the text layers so that they would inherit their proper z-index from their position in the code.  The second fix is this one described on this page, so that those relatively positioned divs will move correctly on page resize for both IE and Firefox.  Thanks all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emil Stenström</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30555</link>
		<dc:creator>Emil Stenström</dc:creator>
		<pubDate>Wed, 23 Apr 2008 21:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30555</guid>
		<description>Hi all, cool to see that you like my little fix :)</description>
		<content:encoded><![CDATA[<p>Hi all, cool to see that you like my little fix :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30554</link>
		<dc:creator>Jay</dc:creator>
		<pubDate>Wed, 23 Apr 2008 03:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30554</guid>
		<description>You're my hero of the hour! I was going nuts wondering why it was doing that in IE for a site I'm developing. I found this article after Googling the problem - tried the solution, and it works. I hate IE, but without it I'd bill a lot less hours when developing a site.</description>
		<content:encoded><![CDATA[<p>You&#8217;re my hero of the hour! I was going nuts wondering why it was doing that in IE for a site I&#8217;m developing. I found this article after Googling the problem - tried the solution, and it works. I hate IE, but without it I&#8217;d bill a lot less hours when developing a site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: IE6 resize bug position: relative becomes fixed &#124; Absolute Blog</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30535</link>
		<dc:creator>IE6 resize bug position: relative becomes fixed &#124; Absolute Blog</dc:creator>
		<pubDate>Tue, 08 Apr 2008 16:22:56 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30535</guid>
		<description>[...] IE6 resize bug position: relative becomes fixed - Friendly Bit [...]</description>
		<content:encoded><![CDATA[<p>[...] IE6 resize bug position: relative becomes fixed - Friendly Bit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cas</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30534</link>
		<dc:creator>Cas</dc:creator>
		<pubDate>Tue, 08 Apr 2008 15:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30534</guid>
		<description>This bug was driving me nuts until I found your fix - and as an aside - I found this bug was in effect in IE 7 as well (but my page rendered fine in Firefox and Safari, which was what had me stumped). THANK YOU.</description>
		<content:encoded><![CDATA[<p>This bug was driving me nuts until I found your fix - and as an aside - I found this bug was in effect in IE 7 as well (but my page rendered fine in Firefox and Safari, which was what had me stumped). THANK YOU.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh Ashra</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30520</link>
		<dc:creator>Nilesh Ashra</dc:creator>
		<pubDate>Tue, 01 Apr 2008 20:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30520</guid>
		<description>Hi dude,

This page was first hit on google when searching for "ie6 position resize" and fixed my problem instantly - thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Hi dude,</p>
<p>This page was first hit on google when searching for &#8220;ie6 position resize&#8221; and fixed my problem instantly - thanks a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anonymous</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30487</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30487</guid>
		<description>Awesome! Thanks for the post.  But looks like you need it for your website itself.  I resized the window on this article and it was not snapping into place... tsk tsk.</description>
		<content:encoded><![CDATA[<p>Awesome! Thanks for the post.  But looks like you need it for your website itself.  I resized the window on this article and it was not snapping into place&#8230; tsk tsk.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30346</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Tue, 26 Feb 2008 13:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30346</guid>
		<description>Thanks.. your post and examples helped me a lot!!</description>
		<content:encoded><![CDATA[<p>Thanks.. your post and examples helped me a lot!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sciontphono</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-30140</link>
		<dc:creator>sciontphono</dc:creator>
		<pubDate>Thu, 17 Jan 2008 16:16:53 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-30140</guid>
		<description>Really good...I was getting crazy trying to solve this bug...THANKS!</description>
		<content:encoded><![CDATA[<p>Really good&#8230;I was getting crazy trying to solve this bug&#8230;THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-29368</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Thu, 22 Nov 2007 04:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-29368</guid>
		<description>you are a savior, this has been bugging me for months!</description>
		<content:encoded><![CDATA[<p>you are a savior, this has been bugging me for months!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Morris</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-28750</link>
		<dc:creator>Peter Morris</dc:creator>
		<pubDate>Mon, 29 Oct 2007 11:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-28750</guid>
		<description>Thanks very much! Such an easy fix! Wish I'd read your blog before tearing the remainder of my hair out!</description>
		<content:encoded><![CDATA[<p>Thanks very much! Such an easy fix! Wish I&#8217;d read your blog before tearing the remainder of my hair out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-28369</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 16 Oct 2007 21:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-28369</guid>
		<description>Appreciate your sharing the fix. I was pretty freaked out when I just discovered this bug, but thankfully Google led me to your page. Thanks again!</description>
		<content:encoded><![CDATA[<p>Appreciate your sharing the fix. I was pretty freaked out when I just discovered this bug, but thankfully Google led me to your page. Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alpicola&#8217;s Development Chronicle :: Negative Margin and Positioning Bugs</title>
		<link>http://friendlybit.com/css/ie6-resize-bug/#comment-28188</link>
		<dc:creator>Alpicola&#8217;s Development Chronicle :: Negative Margin and Positioning Bugs</dc:creator>
		<pubDate>Fri, 05 Oct 2007 19:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://friendlybit.com/css/ie6-resize-bug/#comment-28188</guid>
		<description>[...] the browser window, that was bad. I was glad when it didn&#8217;t take much searching to discover this page which described exactly the required fix: body { position:relative [...]</description>
		<content:encoded><![CDATA[<p>[...] the browser window, that was bad. I was glad when it didn&#8217;t take much searching to discover this page which described exactly the required fix: body { position:relative [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
