<?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: jQuery: How to Fix the IE Select Box z-index Bug</title>
	<atom:link href="http://jetlogs.org/2008/05/09/jquery-fix-ie-select-box-z-index-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://jetlogs.org/2008/05/09/jquery-fix-ie-select-box-z-index-bug/</link>
	<description>Web development, tutorials, video games, papercraft, and technology</description>
	<pubDate>Sun, 23 Nov 2008 20:37:23 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Jetlogs</title>
		<link>http://jetlogs.org/2008/05/09/jquery-fix-ie-select-box-z-index-bug/#comment-2275</link>
		<dc:creator>Jetlogs</dc:creator>
		<pubDate>Fri, 22 Aug 2008 02:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/?p=447#comment-2275</guid>
		<description>I think you need to wrap the ul first.

so

&lt;pre&gt;&lt;code class="html"&gt;&#60;div id="ul_wrapper"&#62;
&#60;ul&#62;......&#60;/ul&#62;
&#60;/div id="ul_wrapper"&#62;&lt;/code&gt;&lt;/pre&gt;

then
&lt;pre&gt;&lt;code class="javascript"&gt;$(document).ready(function() 
{ 
    $('#ul_wrapper').bgiframe(); 
}&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I think you need to wrap the ul first.</p>
<p>so</p>
<pre><code class="html">&lt;div id="ul_wrapper"&gt;
&lt;ul&gt;......&lt;/ul&gt;
&lt;/div id="ul_wrapper"&gt;</code></pre>
<p>then</p>
<pre><code class="javascript">$(document).ready(function()
{
    $('#ul_wrapper').bgiframe();
}</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhavesh</title>
		<link>http://jetlogs.org/2008/05/09/jquery-fix-ie-select-box-z-index-bug/#comment-2272</link>
		<dc:creator>Bhavesh</dc:creator>
		<pubDate>Thu, 21 Aug 2008 12:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/?p=447#comment-2272</guid>
		<description>when i am passing id of div bgiframe the ul list is not appearing, but when i am passing the id to its ul list then its working.
I want to pass the div id so what should i do. 


Example

           
            &lt;a href="Browse.shtml" title="Colleges" rel="nofollow"&gt;Colleges&lt;/a&gt;
            &lt;a href="ic-career.shtml" title="Career" rel="nofollow"&gt;Career&lt;/a&gt;
            &lt;a href="ic-destinations.shtml" title="Destinations" rel="nofollow"&gt;Destinations&lt;/a&gt;
            
         </description>
		<content:encoded><![CDATA[<p>when i am passing id of div bgiframe the ul list is not appearing, but when i am passing the id to its ul list then its working.<br />
I want to pass the div id so what should i do. </p>
<p>Example</p>
<p>            <a href="Browse.shtml" title="Colleges" rel="nofollow">Colleges</a><br />
            <a href="ic-career.shtml" title="Career" rel="nofollow">Career</a><br />
            <a href="ic-destinations.shtml" title="Destinations" rel="nofollow">Destinations</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan Mahon</title>
		<link>http://jetlogs.org/2008/05/09/jquery-fix-ie-select-box-z-index-bug/#comment-2114</link>
		<dc:creator>Nathan Mahon</dc:creator>
		<pubDate>Fri, 09 May 2008 13:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://jetlogs.org/?p=447#comment-2114</guid>
		<description>Another option i've seen are javascript libs that roll through your dom looking for selects, and replace them with "select" workalikes (divs and lists and hiddens maybe)... but without a select tag.  No Iframes, no selects.</description>
		<content:encoded><![CDATA[<p>Another option i&#8217;ve seen are javascript libs that roll through your dom looking for selects, and replace them with &#8220;select&#8221; workalikes (divs and lists and hiddens maybe)&#8230; but without a select tag.  No Iframes, no selects.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.266 seconds -->
