<?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: Conflicting Z-Index in IE6</title>
	<atom:link href="http://www.last-child.com/conflicting-z-index-in-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.last-child.com/conflicting-z-index-in-ie6/</link>
	<description>CSS Toys for Professional Web Developers</description>
	<lastBuildDate>Sat, 03 Dec 2011 21:05:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Al Rojas</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-31287</link>
		<dc:creator>Al Rojas</dc:creator>
		<pubDate>Fri, 29 Jul 2011 06:14:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-31287</guid>
		<description>Thank... I can sleep now after a week of having nightmares with this thing.</description>
		<content:encoded><![CDATA[<p>Thank&#8230; I can sleep now after a week of having nightmares with this thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-31266</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 24 May 2011 22:13:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-31266</guid>
		<description>I&#039;ve corrected this by forcing the bug onto the elements that aren&#039;t positioned by adding position:relative; to the other elements in the DOM which aren&#039;t being re-indexed.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve corrected this by forcing the bug onto the elements that aren&#8217;t positioned by adding position:relative; to the other elements in the DOM which aren&#8217;t being re-indexed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30902</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 21 Apr 2010 15:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30902</guid>
		<description>Kathy: Applying zoom:1 to an object triggers haslayout in Internet Explorer. Try adding it to items that are not behaving as expected in IE6. It&#039;s not a cure for everything, but is worth testing.</description>
		<content:encoded><![CDATA[<p>Kathy: Applying zoom:1 to an object triggers haslayout in Internet Explorer. Try adding it to items that are not behaving as expected in IE6. It&#8217;s not a cure for everything, but is worth testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kathy</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30847</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Tue, 13 Apr 2010 19:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30847</guid>
		<description>the z-index: -1 ALMOST solves all my problems.  on all my blog pages it helps the menu appear over everything.  but i have an  on the home page that won&#039;t play nice and the drop-down is covered by that.  grrr.  attempting the zoom technique, but i am not sure what I am supposed to apply the zoon to.</description>
		<content:encoded><![CDATA[<p>the z-index: -1 ALMOST solves all my problems.  on all my blog pages it helps the menu appear over everything.  but i have an  on the home page that won&#8217;t play nice and the drop-down is covered by that.  grrr.  attempting the zoom technique, but i am not sure what I am supposed to apply the zoon to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: the emotional pumpkin &#187; IE7 lessons learned: the z-index bug</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30584</link>
		<dc:creator>the emotional pumpkin &#187; IE7 lessons learned: the z-index bug</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30584</guid>
		<description>[...] how to work around it. If the problem you&#8217;re having is with form elements bleeding through, one of the solutions described here, specifically Hedger Wang&#8217;s solution (placing your menu above an iframe with a z-index of [...]

[WORDPRESS HASHCASH] The comment&#039;s server IP (64.111.120.15) doesn&#039;t match the comment&#039;s URL host IP () and so is spam.</description>
		<content:encoded><![CDATA[<p>[...] how to work around it. If the problem you&#8217;re having is with form elements bleeding through, one of the solutions described here, specifically Hedger Wang&#8217;s solution (placing your menu above an iframe with a z-index of [...]</p>
<p>[WORDPRESS HASHCASH] The comment&#8217;s server IP (64.111.120.15) doesn&#8217;t match the comment&#8217;s URL host IP () and so is spam.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30559</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Mon, 08 Jun 2009 18:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30559</guid>
		<description>Thanks for sharing! This saved me a whole lot of headaches!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! This saved me a whole lot of headaches!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30469</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Mon, 30 Mar 2009 16:55:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30469</guid>
		<description>I am having an issue with z-index in IE 6 using MSFT filters for transparent PNGs. I know this is a whole crazy world of inconsistencies and hokey crap but I was wondering if you have any info on how filter effects z-indexing in IE 6 or if it effects any of the hasLayout stuff.</description>
		<content:encoded><![CDATA[<p>I am having an issue with z-index in IE 6 using MSFT filters for transparent PNGs. I know this is a whole crazy world of inconsistencies and hokey crap but I was wondering if you have any info on how filter effects z-indexing in IE 6 or if it effects any of the hasLayout stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30465</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 25 Mar 2009 15:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30465</guid>
		<description>zoom:1 is actually a normal css rule that defines the magnification of the page at 100%. No browser really recognizes it, but it invokes haslayout and Microsoft recommends it as a safe method.</description>
		<content:encoded><![CDATA[<p>zoom:1 is actually a normal css rule that defines the magnification of the page at 100%. No browser really recognizes it, but it invokes haslayout and Microsoft recommends it as a safe method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30426</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Mon, 02 Feb 2009 03:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30426</guid>
		<description>Just put &quot;zoom: 1&quot; on the element giving you the problem, IE6 will draw it on top when you do that. It&#039;s not valid CSS but it&#039;s some crazy shit that IE6 does and it fixes it&#039;s own stupid little problem. This is by far the easiest fix.</description>
		<content:encoded><![CDATA[<p>Just put &#8220;zoom: 1&#8243; on the element giving you the problem, IE6 will draw it on top when you do that. It&#8217;s not valid CSS but it&#8217;s some crazy shit that IE6 does and it fixes it&#8217;s own stupid little problem. This is by far the easiest fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Jones</title>
		<link>http://www.last-child.com/conflicting-z-index-in-ie6/comment-page-1/#comment-30418</link>
		<dc:creator>David Jones</dc:creator>
		<pubDate>Thu, 29 Jan 2009 21:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.last-child.com/conflicting-z-index-in-ie6/#comment-30418</guid>
		<description>Thank you so much - IE6 is driving me bonkers and this tip really helped me!</description>
		<content:encoded><![CDATA[<p>Thank you so much &#8211; IE6 is driving me bonkers and this tip really helped me!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

