<?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: Overlapping select field bug in IE6 &#8211; solved jQuery-style</title>
	<atom:link href="http://herr-schuessler.de/blog/overlapping-select-field-bug-in-ie6-solved-jquery-style/feed/" rel="self" type="application/rss+xml" />
	<link>http://herr-schuessler.de/blog/overlapping-select-field-bug-in-ie6-solved-jquery-style/</link>
	<description>Dev-Blog</description>
	<lastBuildDate>Mon, 30 Apr 2012 17:33:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Luciano Ocanaz</title>
		<link>http://herr-schuessler.de/blog/overlapping-select-field-bug-in-ie6-solved-jquery-style/comment-page-1/#comment-13689</link>
		<dc:creator>Luciano Ocanaz</dc:creator>
		<pubDate>Fri, 02 Mar 2012 10:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/blog/?p=282#comment-13689</guid>
		<description>copyedit: I believe you meant &#039;your&#039;. Great article though!</description>
		<content:encoded><![CDATA[<p>copyedit: I believe you meant &#8216;your&#8217;. Great article though!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph Schüßler</title>
		<link>http://herr-schuessler.de/blog/overlapping-select-field-bug-in-ie6-solved-jquery-style/comment-page-1/#comment-4744</link>
		<dc:creator>Christoph Schüßler</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/blog/?p=282#comment-4744</guid>
		<description>Thanks for pointing that out! I corrected the code above. Although it did work in IE ;-)</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out! I corrected the code above. Although it did work in IE ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hypolite</title>
		<link>http://herr-schuessler.de/blog/overlapping-select-field-bug-in-ie6-solved-jquery-style/comment-page-1/#comment-4743</link>
		<dc:creator>Hypolite</dc:creator>
		<pubDate>Wed, 21 Oct 2009 15:46:07 +0000</pubDate>
		<guid isPermaLink="false">http://herr-schuessler.de/blog/?p=282#comment-4743</guid>
		<description>Great code !

Although there&#039;s a typo in the jQuery code, it lacks a colon (:) after &quot;width&quot;. Here&#039;s the corrected code:

&lt;code&gt;jQuery.fn.activeXOverlap = function() { 

    $(this).each(function(i){
        var h   = $(this).outerHeight();
        var w   = $(this).outerWidth();
        var iframe  = &#039;&lt;!--[if IE 6]&gt;--&gt;&#039; +
                      &#039;&#039; +
                      &#039;&#039; +
                      &#039;&#039;
        $(this).prepend(iframe);
    });
}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Great code !</p>
<p>Although there&#8217;s a typo in the jQuery code, it lacks a colon (:) after &#8220;width&#8221;. Here&#8217;s the corrected code:</p>
<p><code>jQuery.fn.activeXOverlap = function() { </p>
<p>    $(this).each(function(i){<br />
        var h   = $(this).outerHeight();<br />
        var w   = $(this).outerWidth();<br />
        var iframe  = '<!--[if IE 6]&gt;-->' +<br />
                      '' +<br />
                      '' +<br />
                      ''<br />
        $(this).prepend(iframe);<br />
    });<br />
}</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

