<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Hacking Rails HTML form helpers to add CSS classes</title>
	<link>http://www.mattking.org/2007-04/hacking-rails-html-form-helpers.html</link>
	<description>Too many projects, too little time</description>
	<pubDate>Thu, 20 Nov 2008 16:57:06 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Joshua Nichols</title>
		<link>http://www.mattking.org/2007-04/hacking-rails-html-form-helpers.html#comment-12</link>
		<author>Joshua Nichols</author>
		<pubDate>Thu, 16 Aug 2007 20:43:29 +0000</pubDate>
		<guid>http://www.mattking.org/2007-04/hacking-rails-html-form-helpers.html#comment-12</guid>
		<description>You actually can target specific types of form fields. More generally, you can actually target with any element with a particular attribute and value.

input[type=submit] {
  width: 100px;
}

But of course, this doesn't work with older version of IE, but has been fixed with IE 7.</description>
		<content:encoded><![CDATA[<p>You actually can target specific types of form fields. More generally, you can actually target with any element with a particular attribute and value.</p>
<p>input[type=submit] {<br />
  width: 100px;<br />
}</p>
<p>But of course, this doesn&#8217;t work with older version of IE, but has been fixed with IE 7.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
