<?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: Clear a floating element without additional markup</title>
	<atom:link href="http://www.marcelscherf.com/2008/07/clear-a-floating-element-without-additional-markup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.marcelscherf.com/2008/07/clear-a-floating-element-without-additional-markup/</link>
	<description>webdesign &#38; development</description>
	<lastBuildDate>Fri, 18 Jun 2010 11:33:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://www.marcelscherf.com/2008/07/clear-a-floating-element-without-additional-markup/comment-page-1/#comment-46</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 23 Mar 2010 19:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://marcelscherf.wordpress.com/?p=25#comment-46</guid>
		<description>Thanks for your question.
What I mean by that is that you have to add the class &quot;clearfix&quot; to the surrounding element, like so:
&lt;code&gt;
&lt;div class=&quot;mysurroundingelement clearfix&quot;&gt;
  &lt;div class=&quot;floatingelement&quot;&gt;...&lt;/div&gt;
  &lt;div class=&quot;floatingelement&quot;&gt;...&lt;/div&gt;
&lt;/div&gt;
&lt;/code&gt;
I hope that answers you question Anders?</description>
		<content:encoded><![CDATA[<p>Thanks for your question.<br />
What I mean by that is that you have to add the class &#8220;clearfix&#8221; to the surrounding element, like so:<br />
<code><br />
&lt;div class=&quot;mysurroundingelement clearfix&quot;&gt;<br />
  &lt;div class=&quot;floatingelement&quot;&gt;...&lt;/div&gt;<br />
  &lt;div class=&quot;floatingelement&quot;&gt;...&lt;/div&gt;<br />
&lt;/div&gt;<br />
</code><br />
I hope that answers you question Anders?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders</title>
		<link>http://www.marcelscherf.com/2008/07/clear-a-floating-element-without-additional-markup/comment-page-1/#comment-45</link>
		<dc:creator>Anders</dc:creator>
		<pubDate>Tue, 23 Mar 2010 13:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://marcelscherf.wordpress.com/?p=25#comment-45</guid>
		<description>What do you mean exactly by &quot;add the “clearfix” class to the element that wraps your floating element.&quot;

You lost me there?!

Am I supposed to add something in the php files or in the CSS-files?!?

I&#039;m a bit new to this.

/ Anders</description>
		<content:encoded><![CDATA[<p>What do you mean exactly by &#8220;add the “clearfix” class to the element that wraps your floating element.&#8221;</p>
<p>You lost me there?!</p>
<p>Am I supposed to add something in the php files or in the CSS-files?!?</p>
<p>I&#8217;m a bit new to this.</p>
<p>/ Anders</p>
]]></content:encoded>
	</item>
</channel>
</rss>
