<?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: Absolute positioning Vs. floats</title>
	<atom:link href="http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/feed/" rel="self" type="application/rss+xml" />
	<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 19:51:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Shaun Mclain</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-160376</link>
		<dc:creator>Shaun Mclain</dc:creator>
		<pubDate>Fri, 06 Jan 2012 20:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-160376</guid>
		<description>Nice informative blog, thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Nice informative blog, thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diego</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-149076</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Wed, 23 Nov 2011 19:14:46 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-149076</guid>
		<description>div.container{float:left; position:relative;}
div.container div.left{position:absolute;  top:0; left:0;}
div.container div.center{position:absolute; top:0; left:50%; margin:0 0 0 -element.width;}
div.container div.right{position:absolute; top:0; right:0;}</description>
		<content:encoded><![CDATA[<p>div.container{float:left; position:relative;}<br />
div.container div.left{position:absolute;  top:0; left:0;}<br />
div.container div.center{position:absolute; top:0; left:50%; margin:0 0 0 -element.width;}<br />
div.container div.right{position:absolute; top:0; right:0;}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diego</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-149074</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Wed, 23 Nov 2011 19:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-149074</guid>
		<description>I use both and most of the times I use them togheter, for example if I have to position more then one element into a div and these elements must be positioned one on the left, the second in center and the last one on the right, I use this method:

&lt;!--float:left; position:relative;--&gt;
&lt;!--position:absolute;  top:0; left:0; --&gt;
&lt;!--position:absolute; top:0; left:50%; margin:0 0 0 -element.width;--&gt;
&lt;!--position:absolute; top:0; right:0;--&gt;


and it works perfectly in all browsers, I only use float when I have  more elements, contiguous and aligned like in your footer.
Best way is to know well both of them, and use them correctly.

Diego</description>
		<content:encoded><![CDATA[<p>I use both and most of the times I use them togheter, for example if I have to position more then one element into a div and these elements must be positioned one on the left, the second in center and the last one on the right, I use this method:</p>
<p><!--float:left; position:relative;--><br />
<!--position:absolute;  top:0; left:0; --><br />
<!--position:absolute; top:0; left:50%; margin:0 0 0 -element.width;--><br />
<!--position:absolute; top:0; right:0;--></p>
<p>and it works perfectly in all browsers, I only use float when I have  more elements, contiguous and aligned like in your footer.<br />
Best way is to know well both of them, and use them correctly.</p>
<p>Diego</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someguy</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-143714</link>
		<dc:creator>someguy</dc:creator>
		<pubDate>Wed, 02 Nov 2011 09:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-143714</guid>
		<description>make more tutorials

this is great</description>
		<content:encoded><![CDATA[<p>make more tutorials</p>
<p>this is great</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: someguy</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-143713</link>
		<dc:creator>someguy</dc:creator>
		<pubDate>Wed, 02 Nov 2011 09:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-143713</guid>
		<description>Nice tutorial i prefer floats if i don&#039;t need the element to stay above other elements</description>
		<content:encoded><![CDATA[<p>Nice tutorial i prefer floats if i don&#8217;t need the element to stay above other elements</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Figueiredo</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-61600</link>
		<dc:creator>Rui Figueiredo</dc:creator>
		<pubDate>Tue, 14 Sep 2010 13:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-61600</guid>
		<description>Wonderful article. I really like the practical cases you use as an example.

Myself, I tend to use float over absolute positioning.

Regards,
Rui</description>
		<content:encoded><![CDATA[<p>Wonderful article. I really like the practical cases you use as an example.</p>
<p>Myself, I tend to use float over absolute positioning.</p>
<p>Regards,<br />
Rui</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence S</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-31949</link>
		<dc:creator>Laurence S</dc:creator>
		<pubDate>Mon, 14 Sep 2009 18:50:45 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-31949</guid>
		<description>Each to his own; I think both has a place in web design. Absolute sure does make laying out page easier though...great article as always!</description>
		<content:encoded><![CDATA[<p>Each to his own; I think both has a place in web design. Absolute sure does make laying out page easier though&#8230;great article as always!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel R</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-31833</link>
		<dc:creator>Daniel R</dc:creator>
		<pubDate>Sun, 13 Sep 2009 17:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-31833</guid>
		<description>Thanks a lot man, gr8 article</description>
		<content:encoded><![CDATA[<p>Thanks a lot man, gr8 article</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-28117</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 12 Aug 2009 12:50:52 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-28117</guid>
		<description>[...] rule:  If elements should not interact, use absolute positioning, if they should, use floats.    - Absolute positioning Vs. floats - CSS &amp; (X)HTML - Kilian Valkhof   [...]</description>
		<content:encoded><![CDATA[<p>[...] rule:  If elements should not interact, use absolute positioning, if they should, use floats.    &#8211; Absolute positioning Vs. floats &#8211; CSS &amp; (X)HTML &#8211; Kilian Valkhof   [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Quelle méthode choisir pour positionner un élément ? &#171; [ethyde.fr]</title>
		<link>http://kilianvalkhof.com/2008/css-xhtml/absolute-positioning-vs-floats/comment-page-1/#comment-17036</link>
		<dc:creator>Quelle méthode choisir pour positionner un élément ? &#171; [ethyde.fr]</dc:creator>
		<pubDate>Thu, 09 Apr 2009 12:16:41 +0000</pubDate>
		<guid isPermaLink="false">http://kilianvalkhof.com/?p=178#comment-17036</guid>
		<description>[...] Source : Absolute positioning Vs. floats [...]</description>
		<content:encoded><![CDATA[<p>[...] Source : Absolute positioning Vs. floats [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

