<?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>stephband.info &#187; webdev</title>
	<atom:link href="http://www.stephband.info/category/webdev/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stephband.info</link>
	<description></description>
	<lastBuildDate>Mon, 01 Feb 2010 18:49:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Inputs and Labels &#8211; a dynamic tester</title>
		<link>http://www.stephband.info/webdev/inputs-and-labels/</link>
		<comments>http://www.stephband.info/webdev/inputs-and-labels/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 00:48:42 +0000</pubDate>
		<dc:creator>stephband</dc:creator>
				<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.stephband.info/?p=5</guid>
		<description><![CDATA[baseline________label


#test label,
#test input {
position: absolute;
left: 0; top: 0;
margin: 0;
padding: 0.4em 0;
font-family: 'Helvetica', sans-serif;
font-size: 1em;
height: 2em;
border: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#test label {
background: #1265bb;
line-height: 1.15;
}
#test input {
text-indent: -1px;
opacity: 0.5;
line-height: 1.08;
}
​
Styling forms is a nightmare. One of the many problems is that inputs, textareas, submit buttons and labels all look different from each other, even inside a single [...]]]></description>
		<wfw:commentRss>http://www.stephband.info/webdev/inputs-and-labels/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
