<?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>Kommentare zu: 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>Christoph Schüßler plans, designs and codes websites, creates user experience and simplifies human computer interaction.</description>
	<lastBuildDate>Mon, 06 Sep 2010 19:01:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Von: 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>Von: 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>
