<?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: Weird first-letter Floating Bug in Firefox</title>
	<atom:link href="http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/</link>
	<description>I'm a biologist not a...</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:02:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: mrsa symptoms</title>
		<link>http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/comment-page-1/#comment-143251</link>
		<dc:creator>mrsa symptoms</dc:creator>
		<pubDate>Wed, 16 Sep 2009 02:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/#comment-143251</guid>
		<description>This is really annoying this issue!!!!! How on earth do you prevent the text from floating in behind the first letter?</description>
		<content:encoded><![CDATA[<p>This is really annoying this issue!!!!! How on earth do you prevent the text from floating in behind the first letter?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottS-M</title>
		<link>http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/comment-page-1/#comment-97119</link>
		<dc:creator>ScottS-M</dc:creator>
		<pubDate>Wed, 26 Nov 2008 03:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/#comment-97119</guid>
		<description>Yeah mine was dynamic too so I just ended up dropping the idea. It was just decoration anyway but a little frustrating. If they&#039;re following the w3c I can&#039;t complain I suppose. I just couldn&#039;t figure out how 1 vs 2 floats made a difference or how right floats were affecting left floats. Weird stuff.</description>
		<content:encoded><![CDATA[<p>Yeah mine was dynamic too so I just ended up dropping the idea. It was just decoration anyway but a little frustrating. If they&#8217;re following the w3c I can&#8217;t complain I suppose. I just couldn&#8217;t figure out how 1 vs 2 floats made a difference or how right floats were affecting left floats. Weird stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kerry Rowland</title>
		<link>http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/comment-page-1/#comment-96517</link>
		<dc:creator>Kerry Rowland</dc:creator>
		<pubDate>Sun, 23 Nov 2008 17:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/programmer/weird-first-letter-floating-bug-in-firefox/#comment-96517</guid>
		<description>I came across the same issue.

It seems according to the w3c, that Firefox is actually correct.

The floated element is no longer a part of the flow, and floats to the edge of the previous float in the markup hierarchy.

IE makes more sense intuitively...but Firefox is literal and does what we ask not what we want.

If you can get away with it in your content, try overflow:hidden or display:table-cell on the parent container p.test. This causes the container to ignore the floated elements and hug the first-letter back into the fold. The problem is that this causes the content to ignore the floats as well and you will get text superimposed over the right floated containers.

My problem is that I have dynamic content in articles and can never know how much text the container will have so I can&#039;t use this solution.

Phooey</description>
		<content:encoded><![CDATA[<p>I came across the same issue.</p>
<p>It seems according to the w3c, that Firefox is actually correct.</p>
<p>The floated element is no longer a part of the flow, and floats to the edge of the previous float in the markup hierarchy.</p>
<p>IE makes more sense intuitively&#8230;but Firefox is literal and does what we ask not what we want.</p>
<p>If you can get away with it in your content, try overflow:hidden or display:table-cell on the parent container p.test. This causes the container to ignore the floated elements and hug the first-letter back into the fold. The problem is that this causes the content to ignore the floats as well and you will get text superimposed over the right floated containers.</p>
<p>My problem is that I have dynamic content in articles and can never know how much text the container will have so I can&#8217;t use this solution.</p>
<p>Phooey</p>
]]></content:encoded>
	</item>
</channel>
</rss>

