<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RubberNeck Designs &#187; Form Input Broken</title>
	<atom:link href="http://www.rubberneckdesigns.com/tag/form-input-broken/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rubberneckdesigns.com</link>
	<description>Drupal Web Developer Notes &#38; Sharing</description>
	<lastBuildDate>Tue, 31 Jan 2012 00:28:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Form Input Not Working; A Misplaced &quot;float&quot; Declaration in CSS Can Be to Blame for Broken Form Input</title>
		<link>http://www.rubberneckdesigns.com/uncategorized/form-input-not-working-a-misplaced-float-declaration-in-css-can-be-to-blame-for-broken-form-input/</link>
		<comments>http://www.rubberneckdesigns.com/uncategorized/form-input-not-working-a-misplaced-float-declaration-in-css-can-be-to-blame-for-broken-form-input/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 18:35:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[User Iterface Design]]></category>
		<category><![CDATA[CSS causing form not to work]]></category>
		<category><![CDATA[Form Input Broken]]></category>
		<category><![CDATA[Form Input Not Working]]></category>

		<guid isPermaLink="false">http://rubberneckdesigns.com/?p=163</guid>
		<description><![CDATA[Just a note in case your pulling your hair out. If you have a form that for all intents and purposes SHOULD be working but does not allow user input in a text field then perhaps this cold be your problem. Try taking a look at the CSS on the element following the form. In [...]]]></description>
			<content:encoded><![CDATA[<p>Just a note in case your pulling your hair out. If you have a form that for all intents and purposes SHOULD be working but does not allow user input in a text field then perhaps this cold be your problem.</p>
<p>Try taking a look at the CSS on the element following the form. In my last encounter with this problem, it was a &lt;p&gt; that followed a form within a div.</p>
<p>The &lt;p&gt; had   a CSS declaration of <span style="color: #808080;">float:left</span> and was inside a div that was floated to the right.</p>
<form> The followinghad 2 declarations:</p>
<blockquote><p>p {<br />
float:left;<br />
clear:left;<br />
}</p></blockquote>
<p>To my surprise, this is what broke the form inputs -weird.</p>
<p>I fixed the &lt;p&gt;&#8217;s CSS to declare clear:left; and the form straightened back up.</p>
<p>So if you&#8217;re having trouble with form inputs and you have narrowed it down to CSS, I hope this helps.</p>
<p>Please feel free to make any comments or even give an explanation.</p>
</form>
]]></content:encoded>
			<wfw:commentRss>http://www.rubberneckdesigns.com/uncategorized/form-input-not-working-a-misplaced-float-declaration-in-css-can-be-to-blame-for-broken-form-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

