<?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: Internet Explorer Vertical Align Bug</title>
	<atom:link href="http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 08:28:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Julia</title>
		<link>http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/comment-page-1/#comment-327600</link>
		<dc:creator>Julia</dc:creator>
		<pubDate>Fri, 25 Nov 2011 06:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/#comment-327600</guid>
		<description>Serious enthusiast with this blog, a lot of your writes have definitely helped me out. Awaiting improvements!</description>
		<content:encoded><![CDATA[<p>Serious enthusiast with this blog, a lot of your writes have definitely helped me out. Awaiting improvements!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Hughes</title>
		<link>http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/comment-page-1/#comment-46500</link>
		<dc:creator>Josh Hughes</dc:creator>
		<pubDate>Wed, 07 Nov 2007 03:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/#comment-46500</guid>
		<description>Just for IE (I recommend a conditional comment):

span.quote { vertical-align: -20px; }

Seemed to fix it as far as I could tell.</description>
		<content:encoded><![CDATA[<p>Just for IE (I recommend a conditional comment):</p>
<p>span.quote { vertical-align: -20px; }</p>
<p>Seemed to fix it as far as I could tell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grant</title>
		<link>http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/comment-page-1/#comment-46456</link>
		<dc:creator>Grant</dc:creator>
		<pubDate>Tue, 06 Nov 2007 19:37:02 +0000</pubDate>
		<guid isPermaLink="false">http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/#comment-46456</guid>
		<description>one idea might be to allow IE to degrade gracefully by putting vertical-align back to 0px in a conditional css - it wouldn&#039;t make the quotation as pretty in IE, but it would keep the whole line from looking messed up

the other idea - and this is just conjecture, i didn&#039;t try it out -iI wonder if, instead of using &quot;spans&quot;, you tagged the quotation mark as an &quot;h4&quot; or something random like that, put the the quote text itself in a &quot;p&quot; tag and then used floats/margins to create the visual effect you&#039;re looking for - it&#039;s not as simple of a method (and you still might need to use conditional css to get the correct margins/padding for IE) but I think it would give you more granular control</description>
		<content:encoded><![CDATA[<p>one idea might be to allow IE to degrade gracefully by putting vertical-align back to 0px in a conditional css &#8211; it wouldn&#8217;t make the quotation as pretty in IE, but it would keep the whole line from looking messed up</p>
<p>the other idea &#8211; and this is just conjecture, i didn&#8217;t try it out -iI wonder if, instead of using &#8220;spans&#8221;, you tagged the quotation mark as an &#8220;h4&#8243; or something random like that, put the the quote text itself in a &#8220;p&#8221; tag and then used floats/margins to create the visual effect you&#8217;re looking for &#8211; it&#8217;s not as simple of a method (and you still might need to use conditional css to get the correct margins/padding for IE) but I think it would give you more granular control</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/comment-page-1/#comment-46453</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Tue, 06 Nov 2007 18:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/#comment-46453</guid>
		<description>Dirty solution: Simulate the quote indent by position:absolute left:0 top:0 the quote, and then throwing a handful of &#160; before the body text to push it over. Or maybe first-line would work for that.</description>
		<content:encoded><![CDATA[<p>Dirty solution: Simulate the quote indent by position:absolute left:0 top:0 the quote, and then throwing a handful of &nbsp; before the body text to push it over. Or maybe first-line would work for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle</title>
		<link>http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/comment-page-1/#comment-46442</link>
		<dc:creator>Kyle</dc:creator>
		<pubDate>Tue, 06 Nov 2007 15:56:48 +0000</pubDate>
		<guid isPermaLink="false">http://joshuablankenship.com/blog/2007/11/06/internet-explorer-vertical-align-bug/#comment-46442</guid>
		<description>Perhaps you could wrap that span in another span, and IE will only affect those.</description>
		<content:encoded><![CDATA[<p>Perhaps you could wrap that span in another span, and IE will only affect those.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

