<?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: IE6 Select Z-Index Bug: A Workaround</title>
	<atom:link href="http://www.tinyqueen.com/web-site-design/ie6-select-z-index-bug-a-workaround/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tinyqueen.com/web-site-design/ie6-select-z-index-bug-a-workaround</link>
	<description>Random Ramblings from the Tiny Queen</description>
	<lastBuildDate>Mon, 26 Dec 2011 16:19:17 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=5784</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: tom3k</title>
		<link>http://www.tinyqueen.com/web-site-design/ie6-select-z-index-bug-a-workaround/comment-page-1#comment-153</link>
		<dc:creator>tom3k</dc:creator>
		<pubDate>Wed, 01 Jun 2011 13:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyqueen.com/?p=432#comment-153</guid>
		<description>great way to deal with this nasty bug.

thanks!!!</description>
		<content:encoded><![CDATA[<p>great way to deal with this nasty bug.</p>
<p>thanks!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jatazoulja</title>
		<link>http://www.tinyqueen.com/web-site-design/ie6-select-z-index-bug-a-workaround/comment-page-1#comment-69</link>
		<dc:creator>Jatazoulja</dc:creator>
		<pubDate>Sun, 13 Jun 2010 01:59:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tinyqueen.com/?p=432#comment-69</guid>
		<description>just saw your post. I was having same problem and I think hiding the select is way better than iframe (which will be depricated sooner or later) and if your using html 5 doctype.

but I did it using jquery,
&lt;code&gt;
function hide_select(id) {
    if($(&#039;#&#039;+d+&#039;&#039;).is(&#039;:visible&#039;)) {
        $(&#039;#&#039;+d+&#039;&#039;).css(&quot;visibility&quot;, &quot;hidden&quot;);
    } else {
        $(&#039;#&#039;+d+&#039;&#039;).css(&quot;visibility&quot;, &quot;visible&quot;);

    }
    
}
&lt;/code&gt;
Thanks!

Cheers!</description>
		<content:encoded><![CDATA[<p>just saw your post. I was having same problem and I think hiding the select is way better than iframe (which will be depricated sooner or later) and if your using html 5 doctype.</p>
<p>but I did it using jquery,<br />
<code><br />
function hide_select(id) {<br />
    if($('#'+d+'').is(':visible')) {<br />
        $('#'+d+'').css("visibility", "hidden");<br />
    } else {<br />
        $('#'+d+'').css("visibility", "visible");</p>
<p>    }</p>
<p>}<br />
</code><br />
Thanks!</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

