<?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: CSS Faux Columns</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/css-faux-columns/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 15:57:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Leandro</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-28959</link>
		<dc:creator>Leandro</dc:creator>
		<pubDate>Tue, 20 Sep 2011 14:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-28959</guid>
		<description>Thank You


html, body {
    height: 100%;
    overflow-y:auto ;
}</description>
		<content:encoded><![CDATA[<p>Thank You</p>
<p>html, body {<br />
    height: 100%;<br />
    overflow-y:auto ;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-27955</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 16 Nov 2009 14:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-27955</guid>
		<description>The only reason I don&#039;t use display: table; just yet is that you still have to use faux columns for IE7 and below so you end up having to create different code for different browsers.

I always prefer to create one solution that works for all browsers so that it&#039;s easier to maintain or change in the future.

by all means enhance things with CSS3 or JavaScript but I&#039;d always make sure that the base code works for all browsers in the same way first.</description>
		<content:encoded><![CDATA[<p>The only reason I don&#8217;t use display: table; just yet is that you still have to use faux columns for IE7 and below so you end up having to create different code for different browsers.</p>
<p>I always prefer to create one solution that works for all browsers so that it&#8217;s easier to maintain or change in the future.</p>
<p>by all means enhance things with CSS3 or JavaScript but I&#8217;d always make sure that the base code works for all browsers in the same way first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arian Hojat</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-27940</link>
		<dc:creator>Arian Hojat</dc:creator>
		<pubDate>Sun, 15 Nov 2009 22:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-27940</guid>
		<description>This worked pretty well on one of my sites.
Wondering is there an advantage to just set display: table; on all good browsers and then use height: 100% on bad browsers.
or the min-height/height is better solution?</description>
		<content:encoded><![CDATA[<p>This worked pretty well on one of my sites.<br />
Wondering is there an advantage to just set display: table; on all good browsers and then use height: 100% on bad browsers.<br />
or the min-height/height is better solution?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods - Freelance Web Designer UK &#187; 10 CSS Tips Every Web Developer Should Know</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-20223</link>
		<dc:creator>Dave Woods - Freelance Web Designer UK &#187; 10 CSS Tips Every Web Developer Should Know</dc:creator>
		<pubDate>Wed, 04 Mar 2009 20:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-20223</guid>
		<description>[...] CSS Equal Height Columns [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS Equal Height Columns [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Piet</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-14166</link>
		<dc:creator>Piet</dc:creator>
		<pubDate>Tue, 21 Oct 2008 14:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-14166</guid>
		<description>How will i add a footer that doesn&#039;t float under the content?</description>
		<content:encoded><![CDATA[<p>How will i add a footer that doesn&#8217;t float under the content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-7971</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 24 Jul 2008 23:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-7971</guid>
		<description>Thanks for this! At first I couldn&#039;t figure out why I was getting extra space in FF at the very top of the page - it ended up being a top margin on my header img (which was display: block). Added top padding to the header div and that did the trick.</description>
		<content:encoded><![CDATA[<p>Thanks for this! At first I couldn&#8217;t figure out why I was getting extra space in FF at the very top of the page &#8211; it ended up being a top margin on my header img (which was display: block). Added top padding to the header div and that did the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan Strömquist</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-6565</link>
		<dc:creator>Johan Strömquist</dc:creator>
		<pubDate>Mon, 07 Jul 2008 13:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-6565</guid>
		<description>I&#039;ve been working with a classical header / content / footer setup for a web page of one of our clients. After working with the design bits and bobs I realised that rescaling the window in Mozilla made the backgrounds stop rendering when I scrolled below the initial view port.

Reading through your tutorial on 100% height I desperately tried duplicating the code but to no avail.

It wasn&#039;t until following your link to this tip in one of the answers to a comment in that tutorial that I found the answer:
&quot;One last thing you’ll need to do is to clear the float’s so that if the content is longer than the browser window, the background image will continue when you scroll.&quot;

I&#039;ve been working quite a long time with CSS but never really come to terms with the finer aspects of floating and positioning. By applying the  &#039;clear&#039;-method to &#039;:after&#039; everything works, but... I have no idea why?

What do the different parameters actually do and why does my content suddenly flow just the way I want it?

Thanks for solving my problem and for some excellent tutorials, and if you could actually provide me with an answer I might finally understand why my CSS has been haunting me for so long. :)</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been working with a classical header / content / footer setup for a web page of one of our clients. After working with the design bits and bobs I realised that rescaling the window in Mozilla made the backgrounds stop rendering when I scrolled below the initial view port.</p>
<p>Reading through your tutorial on 100% height I desperately tried duplicating the code but to no avail.</p>
<p>It wasn&#8217;t until following your link to this tip in one of the answers to a comment in that tutorial that I found the answer:<br />
&#8220;One last thing you’ll need to do is to clear the float’s so that if the content is longer than the browser window, the background image will continue when you scroll.&#8221;</p>
<p>I&#8217;ve been working quite a long time with CSS but never really come to terms with the finer aspects of floating and positioning. By applying the  &#8216;clear&#8217;-method to &#8216;:after&#8217; everything works, but&#8230; I have no idea why?</p>
<p>What do the different parameters actually do and why does my content suddenly flow just the way I want it?</p>
<p>Thanks for solving my problem and for some excellent tutorials, and if you could actually provide me with an answer I might finally understand why my CSS has been haunting me for so long. <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-1137</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Wed, 30 Jan 2008 00:12:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-1137</guid>
		<description>Yeah it does!
I realised that problem would arise after I wrote what I did!</description>
		<content:encoded><![CDATA[<p>Yeah it does!<br />
I realised that problem would arise after I wrote what I did!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-1116</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 29 Jan 2008 08:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-1116</guid>
		<description>Hi Jermayn, unfortunately that wouldn&#039;t really work as each column would only expand in height as much as the content unless you hard coded a larger fixed height but this in itself would present it&#039;s own set of problems.

By using faux columns, you can create backgrounds for various columns and ensure that they &quot;appear&quot; the same height as each other without any complexity involved.

Hope that makes sense.</description>
		<content:encoded><![CDATA[<p>Hi Jermayn, unfortunately that wouldn&#8217;t really work as each column would only expand in height as much as the content unless you hard coded a larger fixed height but this in itself would present it&#8217;s own set of problems.</p>
<p>By using faux columns, you can create backgrounds for various columns and ensure that they &#8220;appear&#8221; the same height as each other without any complexity involved.</p>
<p>Hope that makes sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://www.dave-woods.co.uk/index.php/css-faux-columns/comment-page-1/#comment-1114</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Tue, 29 Jan 2008 05:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=154#comment-1114</guid>
		<description>Good tutorial!
My only point I disagree is that for a simple background like you have used for an example, you could just use css settings to change the background and place a border around them.

BUT for complex backgrounds, you would use this method.

Enjoying these tuts man!</description>
		<content:encoded><![CDATA[<p>Good tutorial!<br />
My only point I disagree is that for a simple background like you have used for an example, you could just use css settings to change the background and place a border around them.</p>
<p>BUT for complex backgrounds, you would use this method.</p>
<p>Enjoying these tuts man!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

