<?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: Select Element Z-index Ignored by IE 6 - 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>
	<pubDate>Thu, 24 Jul 2008 02:43:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: prochor</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#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'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-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>:( 

- -&#62;</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-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:


&#60;!--[if lte IE 6.5]&#62;&#60;iframe&#62;&#60;/iframe&#62;&#60;![endif]-&#62;

must end with --&#62;
(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-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]&#62;--&gt;

must end with --&#62;
(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-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>
	<item>
		<title>By: Fabien Molinet</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-21617</link>
		<dc:creator>Fabien Molinet</dc:creator>
		<pubDate>Mon, 07 Apr 2008 13:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-21617</guid>
		<description>Hi !

I wrote a small Javascript that use a part of the " Free Layer" to correct this Internet Explorer bug.

It fixes automatically the problem. You just have to insert the Javascript :
http://fabien-molinet.fr/index.php?option=com_content&#38;task=blogsection&#38;id=8&#38;Itemid=9

Please take a look to my work and send me some feedback !

Best regards,
Fabien Molinet</description>
		<content:encoded><![CDATA[<p>Hi !</p>
<p>I wrote a small Javascript that use a part of the &#8221; Free Layer&#8221; to correct this Internet Explorer bug.</p>
<p>It fixes automatically the problem. You just have to insert the Javascript :<br />
<a href="http://fabien-molinet.fr/index.php?option=com_content&amp;task=blogsection&amp;id=8&amp;Itemid=9" rel="nofollow">http://fabien-molinet.fr/index.php?option=com_content&amp;task=blogsection&amp;id=8&amp;Itemid=9</a></p>
<p>Please take a look to my work and send me some feedback !</p>
<p>Best regards,<br />
Fabien Molinet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-20822</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 10 Mar 2008 02:32:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2007/02/14/z-index-ignored-for-select-element-in-ie-6-workaround/#comment-20822</guid>
		<description>dude, your hack saved my ass, thanks.

John.</description>
		<content:encoded><![CDATA[<p>dude, your hack saved my ass, thanks.</p>
<p>John.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
