<?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: CSS tech support</title>
	<atom:link href="http://snarkmarket.com/2009/4050/feed" rel="self" type="application/rss+xml" />
	<link>http://snarkmarket.com/2009/4050</link>
	<description>The stomping grounds of Tim Carmody, Robin Sloan and Matt Thompson. It&#039;s a long-running conversation about media, journalism, technology, cities, culture, design, books, music, movies, the future and the past.</description>
	<lastBuildDate>Fri, 27 Apr 2012 18:20:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Saheli</title>
		<link>http://snarkmarket.com/2009/4050/comment-page-1#comment-7013</link>
		<dc:creator>Saheli</dc:creator>
		<pubDate>Mon, 09 Nov 2009 20:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://snarkmarket.com/?p=4050#comment-7013</guid>
		<description>Damn, Robin, I forgot you also have a separate blog. Nice design!</description>
		<content:encoded><![CDATA[<p>Damn, Robin, I forgot you also have a separate blog. Nice design!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://snarkmarket.com/2009/4050/comment-page-1#comment-7007</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Mon, 09 Nov 2009 03:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://snarkmarket.com/?p=4050#comment-7007</guid>
		<description>P-E-R-F-E-C-T.

Thank you. I really appreciate it.</description>
		<content:encoded><![CDATA[<p>P-E-R-F-E-C-T.</p>
<p>Thank you. I really appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://snarkmarket.com/2009/4050/comment-page-1#comment-7003</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 09 Nov 2009 01:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://snarkmarket.com/?p=4050#comment-7003</guid>
		<description>Nooo! An unnecessary apostrophe slipped into that last comment!</description>
		<content:encoded><![CDATA[<p>Nooo! An unnecessary apostrophe slipped into that last comment!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://snarkmarket.com/2009/4050/comment-page-1#comment-7002</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 09 Nov 2009 01:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://snarkmarket.com/?p=4050#comment-7002</guid>
		<description>Err, didn&#039;t realize that div was set to inline. Browser&#039;s never agree on line-heights, and IE is especially fickle with block-level elements being set to inline. Floating is easier in this case. Replace 

&lt;blockquote&gt;
.signupform-extra {
	display: inline;
}

form#mc-embedded-subscribe-form {
	display: inline;
}
&lt;/blockquote&gt;

with

&lt;blockquote&gt;
.signupform-extra {
	float: left;
	line-height: 47px;
}
.signup form input {
	float: left;
}
&lt;/blockquote&gt;

You can see it working here:
http://clients.sleepoversf.com/robinsloan/

And here it is in IE7:
http://clients.sleepoversf.com/robinsloan/ie7.png</description>
		<content:encoded><![CDATA[<p>Err, didn’t realize that div was set to inline. Browser’s never agree on line-heights, and IE is especially fickle with block-level elements being set to inline. Floating is easier in this case. Replace </p>
<blockquote><p>
.signupform-extra {<br />
	display: inline;<br />
}</p>
<p>form#mc-embedded-subscribe-form {<br />
	display: inline;<br />
}
</p></blockquote>
<p>with</p>
<blockquote><p>
.signupform-extra {<br />
	float: left;<br />
	line-height: 47px;<br />
}<br />
.signup form input {<br />
	float: left;<br />
}
</p></blockquote>
<p>You can see it working here:<br />
<a href="http://clients.sleepoversf.com/robinsloan/" rel="nofollow">http://clients.sleepoversf.com/robinsloan/</a></p>
<p>And here it is in IE7:<br />
<a href="http://clients.sleepoversf.com/robinsloan/ie7.png" rel="nofollow">http://clients.sleepoversf.com/robinsloan/ie7.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://snarkmarket.com/2009/4050/comment-page-1#comment-7001</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 09 Nov 2009 00:11:40 +0000</pubDate>
		<guid isPermaLink="false">http://snarkmarket.com/?p=4050#comment-7001</guid>
		<description>I believe .signupform-extra needs an explicit height or at least an explicit line-height, to match the form. Try giving it a height and a line-height of 45px.</description>
		<content:encoded><![CDATA[<p>I believe .signupform-extra needs an explicit height or at least an explicit line-height, to match the form. Try giving it a height and a line-height of 45px.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

