<?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: single text input form submit in IE</title>
	<atom:link href="http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 20 Jan 2012 21:15:37 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ray</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-17737</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Wed, 08 Jun 2011 02:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-17737</guid>
		<description>Just as an update, IE9 and above don&#039;t have the &#039;display:none&#039; issue anymore since the release.</description>
		<content:encoded><![CDATA[<p>Just as an update, IE9 and above don&#8217;t have the &#8216;display:none&#8217; issue anymore since the release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-11558</link>
		<dc:creator>Charlie</dc:creator>
		<pubDate>Wed, 23 Feb 2011 12:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-11558</guid>
		<description>Jim, thank you for this fix. I&#039;m building a site, and the form wouldn&#039;t submit via enter key when using IE8.</description>
		<content:encoded><![CDATA[<p>Jim, thank you for this fix. I&#8217;m building a site, and the form wouldn&#8217;t submit via enter key when using IE8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Mayes</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-6906</link>
		<dc:creator>Jim Mayes</dc:creator>
		<pubDate>Fri, 26 Nov 2010 15:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-6906</guid>
		<description>This behavior still appears to be broken in IE9 Beta... however, my fix (in the post above) for the problem does still work for IE9 Beta. Follow the code in the post. Or click on the link to the demo of the fix and then view source.</description>
		<content:encoded><![CDATA[<p>This behavior still appears to be broken in IE9 Beta&#8230; however, my fix (in the post above) for the problem does still work for IE9 Beta. Follow the code in the post. Or click on the link to the demo of the fix and then view source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-6904</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 26 Nov 2010 14:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-6904</guid>
		<description>Agreed, doesn&#039;t work for me either in IE9 BETA... any ideas please?</description>
		<content:encoded><![CDATA[<p>Agreed, doesn&#8217;t work for me either in IE9 BETA&#8230; any ideas please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Mayes</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-5946</link>
		<dc:creator>Jim Mayes</dc:creator>
		<pubDate>Sat, 23 Oct 2010 11:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-5946</guid>
		<description>@Jarrett... I&#039;m not so sure that it is fixed in IE9 beta. Try the first test case at the bottom of the post:

&lt;a href=&quot;/demos/ie_single_input_no_button.php&quot; rel=&quot;tab&quot; rel=&quot;nofollow&quot;&gt;Single text input no visible submit button&lt;/a&gt;

That still doesn&#039;t seem to work for me in IE9 beta?</description>
		<content:encoded><![CDATA[<p>@Jarrett&#8230; I&#8217;m not so sure that it is fixed in IE9 beta. Try the first test case at the bottom of the post:</p>
<p><a href="/demos/ie_single_input_no_button.php" rel="tab" rel="nofollow">Single text input no visible submit button</a></p>
<p>That still doesn&#8217;t seem to work for me in IE9 beta?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarrett</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-5793</link>
		<dc:creator>Jarrett</dc:creator>
		<pubDate>Mon, 18 Oct 2010 20:26:32 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-5793</guid>
		<description>This hack is no longer needed with IE9 so you may want to use 

&lt;pre class=&quot;brush:html&quot;&gt;
&lt;!--[if lte IE 8]&gt;--&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This hack is no longer needed with IE9 so you may want to use </p>
<pre class="brush:html">
<!--[if lte IE 8]&gt;-->
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3sk3l4</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-1873</link>
		<dc:creator>3sk3l4</dc:creator>
		<pubDate>Thu, 03 Sep 2009 15:42:30 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-1873</guid>
		<description>You could also set overflow: hidden on the form and then use position: relative and left: -9999px on the submit button...</description>
		<content:encoded><![CDATA[<p>You could also set overflow: hidden on the form and then use position: relative and left: -9999px on the submit button&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Mayes</title>
		<link>http://style-vs-substance.com/development/single-text-input-form-submit-in-ie/comment-page-1/#comment-1874</link>
		<dc:creator>Jim Mayes</dc:creator>
		<pubDate>Thu, 03 Sep 2009 14:51:33 +0000</pubDate>
		<guid isPermaLink="false">http://style-vs-substance.com/single-text-input-form-submit-in-ie/2009/06/#comment-1874</guid>
		<description>Interesting 3sk3l4, I&#039;ll have to give that a try as well. Thanks for the tip</description>
		<content:encoded><![CDATA[<p>Interesting 3sk3l4, I&#8217;ll have to give that a try as well. Thanks for the tip</p>
]]></content:encoded>
	</item>
</channel>
</rss>

