<?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: Select Element Z-index Ignored by IE 6 &#8211; Workaround</title>
	<atom:link href="http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/feed/" rel="self" type="application/rss+xml" />
	<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/</link>
	<description>Shane Shepherd: web design and development; music</description>
	<lastBuildDate>Tue, 07 Apr 2009 18:58:35 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: IE6 Bug Workaround ????? &#124; keyongtech</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/comment-page-1/#comment-22874</link>
		<dc:creator>IE6 Bug Workaround ????? &#124; keyongtech</dc:creator>
		<pubDate>Sun, 18 Jan 2009 17:14:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-22874</guid>
		<description>[...] over &gt; the div. See morehttp://www.codeproject.com/KB/dotnet/Overlapping.aspx  or maybe try this http://shepherdweb.com/2007/02/14/z-...-6-workaround/  it does the same using CSS [...]</description>
		<content:encoded><![CDATA[<p>[...] over &gt; the div. See morehttp://www.codeproject.com/KB/dotnet/Overlapping.aspx  or maybe try this <a href="http://shepherdweb.com/2007/02/14/z-...-6-workaround/" rel="nofollow">http://shepherdweb.com/2007/02/14/z-&#8230;-6-workaround/</a>  it does the same using CSS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebi</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/comment-page-1/#comment-22418</link>
		<dc:creator>Sebi</dc:creator>
		<pubDate>Wed, 29 Oct 2008 18:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-22418</guid>
		<description>If you&#039;re doing an overlay with a black transparent black background(common) you can always just do $(&quot;select&quot;).css(&quot;visibility&quot;,&quot;hidden&quot;); on open, and then just do &quot;visible&quot; on close.</description>
		<content:encoded><![CDATA[<p>If you&#8217;re doing an overlay with a black transparent black background(common) you can always just do $(&#8221;select&#8221;).css(&#8221;visibility&#8221;,&#8221;hidden&#8221;); on open, and then just do &#8220;visible&#8221; on close.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prochor</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/comment-page-1/#comment-22087</link>
		<dc:creator>prochor</dc:creator>
		<pubDate>Wed, 16 Jul 2008 12:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-22087</guid>
		<description>first solution doesn&#039;t work in ie6</description>
		<content:encoded><![CDATA[<p>first solution doesn&#8217;t work in ie6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francesco</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/comment-page-1/#comment-21986</link>
		<dc:creator>francesco</dc:creator>
		<pubDate>Thu, 12 Jun 2008 22:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-21986</guid>
		<description>:( 

- -&gt;</description>
		<content:encoded><![CDATA[<p> <img src='http://shepherdweb.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  </p>
<p>- -&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francesco</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/comment-page-1/#comment-21985</link>
		<dc:creator>francesco</dc:creator>
		<pubDate>Thu, 12 Jun 2008 22:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-21985</guid>
		<description>(broken code in my post)
ps: in your first example:


&lt;!--[if lte IE 6.5]&gt;&lt;iframe&gt;&lt;/iframe&gt;&lt;![endif]-&gt;

must end with --&gt;
(zipped example file is ok)

thanks</description>
		<content:encoded><![CDATA[<p>(broken code in my post)<br />
ps: in your first example:</p>
<p>&lt;!&#8211;[if lte IE 6.5]&gt;&lt;iframe&gt;&lt;/iframe&gt;&lt;![endif]-&gt;</p>
<p>must end with &#8211;&gt;<br />
(zipped example file is ok)</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: francesco</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/comment-page-1/#comment-21984</link>
		<dc:creator>francesco</dc:creator>
		<pubDate>Thu, 12 Jun 2008 22:50:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-21984</guid>
		<description>I had to add to make it work:

#popup {
overflow:hidden;
}

ps: in your first example:
&lt;!--[if lte IE 6.5]&gt;--&gt;

must end with --&gt;
(zipped example file is ok)

thanks</description>
		<content:encoded><![CDATA[<p>I had to add to make it work:</p>
<p>#popup {<br />
overflow:hidden;<br />
}</p>
<p>ps: in your first example:<br />
<!--[if lte IE 6.5]&gt;--></p>
<p>must end with &#8211;&gt;<br />
(zipped example file is ok)</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fix for IE6 problem with select drop downs ignoring z-index with Jquery</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/comment-page-1/#comment-21968</link>
		<dc:creator>Fix for IE6 problem with select drop downs ignoring z-index with Jquery</dc:creator>
		<pubDate>Sun, 08 Jun 2008 11:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-21968</guid>
		<description>[...] This is a pesky problem in IE6 that has no simple solution. [...]</description>
		<content:encoded><![CDATA[<p>[...] This is a pesky problem in IE6 that has no simple solution. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
