<?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: IE z-index bug with CSS dropdown menu</title>
	<atom:link href="http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/</link>
	<description>culture, design, spirituality</description>
	<lastBuildDate>Tue, 02 Mar 2010 23:12:09 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Luke Raymond</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1490</link>
		<dc:creator>Luke Raymond</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:12:09 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1490</guid>
		<description>Johnathan,

Thanks so much for this post! I have a corporate site launch on Thursday and this bug was causing me great frustration.</description>
		<content:encoded><![CDATA[<p>Johnathan,</p>
<p>Thanks so much for this post! I have a corporate site launch on Thursday and this bug was causing me great frustration.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Moore</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1482</link>
		<dc:creator>David Moore</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:49:17 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1482</guid>
		<description>Lovely fix, thanks very much.</description>
		<content:encoded><![CDATA[<p>Lovely fix, thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ktsixit</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1480</link>
		<dc:creator>ktsixit</dc:creator>
		<pubDate>Fri, 26 Feb 2010 12:24:25 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1480</guid>
		<description>Thanks a lot :) This is the easiest and most easy to understand example-solution I&#039;ve found about this issue.</description>
		<content:encoded><![CDATA[<p>Thanks a lot <img src='http://jonathanstegall.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  This is the easiest and most easy to understand example-solution I&#8217;ve found about this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1476</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 18 Feb 2010 01:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1476</guid>
		<description>@&lt;a href=&quot;http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/#comment-1475&quot; rel=&quot;nofollow&quot;&gt;Bob&lt;/a&gt;: Well, I&#039;m not sure. First of all, though, see if it works in IE7 &lt;em&gt;without&lt;/em&gt; the csshover.htc file. Of course it won&#039;t work in IE6, but IE7 does not have the hover issue so you can test there and see if that is the problem. I&#039;ve sometimes had weird issues with htc files, so it is possible.

If that does fix it, you can use a conditional comment to serve a JavaScript to IE6 instead of the htc file. I&#039;ve successfully used the &lt;a href=&quot;http://www.alistapart.com/articles/dropdowns&quot; rel=&quot;nofollow&quot;&gt;Suckerfish technique&lt;/a&gt;, for example.

If the htc file proves not to be the issue, though, feel free to post a link.</description>
		<content:encoded><![CDATA[<p>@<a href="http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/#comment-1475" rel="nofollow">Bob</a>: Well, I&#8217;m not sure. First of all, though, see if it works in IE7 <em>without</em> the csshover.htc file. Of course it won&#8217;t work in IE6, but IE7 does not have the hover issue so you can test there and see if that is the problem. I&#8217;ve sometimes had weird issues with htc files, so it is possible.</p>
<p>If that does fix it, you can use a conditional comment to serve a JavaScript to IE6 instead of the htc file. I&#8217;ve successfully used the <a href="http://www.alistapart.com/articles/dropdowns" rel="nofollow">Suckerfish technique</a>, for example.</p>
<p>If the htc file proves not to be the issue, though, feel free to post a link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1475</link>
		<dc:creator>Bob</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1475</guid>
		<description>I copied and pasted your code, and I have the csshover.htc file to take care of IE&#039;s :hover failings.  However, your solution did not work *completely*.  The H1 tag appears behind the dropdown like it should.  However, when I replaced your H1 tag with a SELECT tag, the SELECT tag forces its way in front of the dropdown.  Are you adding anything special to your SELECT tag in the example?</description>
		<content:encoded><![CDATA[<p>I copied and pasted your code, and I have the csshover.htc file to take care of IE&#8217;s :hover failings.  However, your solution did not work *completely*.  The H1 tag appears behind the dropdown like it should.  However, when I replaced your H1 tag with a SELECT tag, the SELECT tag forces its way in front of the dropdown.  Are you adding anything special to your SELECT tag in the example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Bloggs</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1452</link>
		<dc:creator>Joe Bloggs</dc:creator>
		<pubDate>Wed, 27 Jan 2010 12:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1452</guid>
		<description>Awesome. I had been struggling with fixing the z-index bug even with help from some other respectable websites, but the clarity with which you have explained and the simple example have helped me understand almost instantly the solution. how do i thank you?
Cheers.
you are a good man.</description>
		<content:encoded><![CDATA[<p>Awesome. I had been struggling with fixing the z-index bug even with help from some other respectable websites, but the clarity with which you have explained and the simple example have helped me understand almost instantly the solution. how do i thank you?<br />
Cheers.<br />
you are a good man.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1451</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 26 Jan 2010 11:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1451</guid>
		<description>thanks very much, this was exactly what i needed to cater for the users languishing in an ie7 hell...</description>
		<content:encoded><![CDATA[<p>thanks very much, this was exactly what i needed to cater for the users languishing in an ie7 hell&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1450</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sat, 23 Jan 2010 12:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1450</guid>
		<description>Thank you!. It works perfectly as you described for IE6 and IE7.</description>
		<content:encoded><![CDATA[<p>Thank you!. It works perfectly as you described for IE6 and IE7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1410</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sun, 03 Jan 2010 20:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1410</guid>
		<description>Thanks - helped me greatly!</description>
		<content:encoded><![CDATA[<p>Thanks &#8211; helped me greatly!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vance Bell</title>
		<link>http://jonathanstegall.com/2009/01/15/ie-z-index-bug-with-css-dropdown-menu/comment-page-1/#comment-1393</link>
		<dc:creator>Vance Bell</dc:creator>
		<pubDate>Wed, 16 Dec 2009 09:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanstegall.com/?p=663#comment-1393</guid>
		<description>A nice, clear description of the issue yields a timely 3AM bug fix for me.  Thanks!</description>
		<content:encoded><![CDATA[<p>A nice, clear description of the issue yields a timely 3AM bug fix for me.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
