<?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"
	>
<channel>
	<title>Comments on: CSS floating and clearing</title>
	<atom:link href="http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/</link>
	<description>Web development and Internet trends</description>
	<pubDate>Fri, 05 Dec 2008 11:29:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-3520</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Sun, 05 Mar 2006 20:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-3520</guid>
		<description>Boda,

Well, there are many, so I can't really delve too deep here. But it's about having HTML/XHTML code with semantic value, making accessible and avoiding to have it littered with class names and such as well.

It's also about total control, something you will never get with a table that has a built in behavior of adapting to its content in a way you can never fully control.

However, when it comes to column layouts, using float and CSS doesn't always seem like the ultimate way of doing it, but it's the best we have as of today.</description>
		<content:encoded><![CDATA[<p>Boda,</p>
<p>Well, there are many, so I can&#8217;t really delve too deep here. But it&#8217;s about having <acronym title="HyperText Markup Language">HTML</acronym>/XHTML code with semantic value, making accessible and avoiding to have it littered with class names and such as well.</p>
<p>It&#8217;s also about total control, something you will never get with a table that has a built in behavior of adapting to its content in a way you can never fully control.</p>
<p>However, when it comes to column layouts, using float and <acronym title="Cascading Style Sheets">CSS</acronym> doesn&#8217;t always seem like the ultimate way of doing it, but it&#8217;s the best we have as of today.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boda</title>
		<link>http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-3507</link>
		<dc:creator>Boda</dc:creator>
		<pubDate>Sat, 04 Mar 2006 23:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-3507</guid>
		<description>If it is so tricky, what is finally the advantage off a CSS layout over a table layout?</description>
		<content:encoded><![CDATA[<p>If it is so tricky, what is finally the advantage off a <acronym title="Cascading Style Sheets">CSS</acronym> layout over a table layout?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Nyman</title>
		<link>http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1894</link>
		<dc:creator>Robert Nyman</dc:creator>
		<pubDate>Wed, 30 Nov 2005 16:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1894</guid>
		<description>Tommy,

Yep.

Jeroen,

I'd love to see such an article!

Alessandro,

Absolutely. 
But if you just want to float something that isn't 100% wide, I've come to the conclusion that a clearing element is the most consistent and stable solution.</description>
		<content:encoded><![CDATA[<p>Tommy,</p>
<p>Yep.</p>
<p>Jeroen,</p>
<p>I&#8217;d love to see such an article!</p>
<p>Alessandro,</p>
<p>Absolutely.<br />
But if you just want to float something that isn&#8217;t 100% wide, I&#8217;ve come to the conclusion that a clearing element is the most consistent and stable solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Fulciniti</title>
		<link>http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1893</link>
		<dc:creator>Alessandro Fulciniti</dc:creator>
		<pubDate>Wed, 30 Nov 2005 16:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1893</guid>
		<description>Robert, sometimes it's also possible avoid the usage of an extra wrapper and the clear property by using just floats. An example of clearing without clear could be found in my article &lt;a href="http://web-graphics.com/mtarchive/001622.php" rel="nofollow"&gt;How to style a restaurant menu with CSS&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Robert, sometimes it&#8217;s also possible avoid the usage of an extra wrapper and the clear property by using just floats. An example of clearing without clear could be found in my article <a href="http://web-graphics.com/mtarchive/001622.php" rel="nofollow">How to style a restaurant menu with <acronym title="Cascading Style Sheets">CSS</acronym></a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeroen Mulder</title>
		<link>http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1892</link>
		<dc:creator>Jeroen Mulder</dc:creator>
		<pubDate>Wed, 30 Nov 2005 09:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1892</guid>
		<description>It's a common problem and I've had a draft &lt;em&gt;trying&lt;/em&gt; to explain the whole clearing deal sitting in my system for months now, but it's such a situation dependant and complex thing. 

What surprised me the most is that even the most respectable bloggers who posted examples layouts using floats to create a multiple column layout, have failed to get the following message across: float your content area, as that's the most likely place you'll be needing to clear any elements. Clearing affects all elements that are floated before (in the source) in the same block context.</description>
		<content:encoded><![CDATA[<p>It&#8217;s a common problem and I&#8217;ve had a draft <em>trying</em> to explain the whole clearing deal sitting in my system for months now, but it&#8217;s such a situation dependant and complex thing. </p>
<p>What surprised me the most is that even the most respectable bloggers who posted examples layouts using floats to create a multiple column layout, have failed to get the following message across: float your content area, as that&#8217;s the most likely place you&#8217;ll be needing to clear any elements. Clearing affects all elements that are floated before (in the source) in the same block context.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy Olsson</title>
		<link>http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1891</link>
		<dc:creator>Tommy Olsson</dc:creator>
		<pubDate>Wed, 30 Nov 2005 09:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robertnyman.com/2005/11/30/css-floating-and-clearing/#comment-1891</guid>
		<description>This is a common pitfall, and the solution - as you've discovered - is to wrap the whole thing in a floated element.</description>
		<content:encoded><![CDATA[<p>This is a common pitfall, and the solution - as you&#8217;ve discovered - is to wrap the whole thing in a floated element.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
