<?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: 100% Height Layout Using CSS</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 10:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28572</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28572</guid>
		<description>@Darell - You&#039;d probably be better off using something like this solution...
http://www.dave-woods.co.uk/index.php/css-faux-columns/</description>
		<content:encoded><![CDATA[<p>@Darell &#8211; You&#8217;d probably be better off using something like this solution&#8230;<br />
<a href="http://www.dave-woods.co.uk/index.php/css-faux-columns/" rel="nofollow">http://www.dave-woods.co.uk/index.php/css-faux-columns/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darell</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28571</link>
		<dc:creator>darell</dc:creator>
		<pubDate>Tue, 27 Jul 2010 10:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28571</guid>
		<description>any solution for this? i want to have a 100% height if the contents is too short. fit in browser view area. no scrollbar. hoping to get solution for this. thank you in advance!






TEST


html, body {
	height: 100%;
	}

#wrapper {
	background-color: #C90;
	height: 100%;
	}
	
#header {
	background-color: #F00;
	height: 200px;
	}
	
#contents {
	background-color: #09F;
	height: 100%;
	}
	
#footer {
	background-color: #006;
	height: 50px;
	}







    header
    contents
    footer



</description>
		<content:encoded><![CDATA[<p>any solution for this? i want to have a 100% height if the contents is too short. fit in browser view area. no scrollbar. hoping to get solution for this. thank you in advance!</p>
<p>TEST</p>
<p>html, body {<br />
	height: 100%;<br />
	}</p>
<p>#wrapper {<br />
	background-color: #C90;<br />
	height: 100%;<br />
	}</p>
<p>#header {<br />
	background-color: #F00;<br />
	height: 200px;<br />
	}</p>
<p>#contents {<br />
	background-color: #09F;<br />
	height: 100%;<br />
	}</p>
<p>#footer {<br />
	background-color: #006;<br />
	height: 50px;<br />
	}</p>
<p>    header<br />
    contents<br />
    footer</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28560</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Thu, 08 Jul 2010 08:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28560</guid>
		<description>thank you very much for that helpfull tutorial.</description>
		<content:encoded><![CDATA[<p>thank you very much for that helpfull tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 47 CSS Tips &#38; Tricks To Take Your Site To The Next Level &#171; Tech-Creative Blog</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28480</link>
		<dc:creator>47 CSS Tips &#38; Tricks To Take Your Site To The Next Level &#171; Tech-Creative Blog</dc:creator>
		<pubDate>Tue, 04 May 2010 04:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28480</guid>
		<description>[...] 100% height is one of those things CSS doesn’t do so easily. When you specify an element to have a height of 100%, the 100% refers to the containing element’s height. The containing element would then need to be 100% the height of its containing element and so on. The trick is to set the height of the outermost elements to be 100%   view plaincopy to clipboardprint? [...]</description>
		<content:encoded><![CDATA[<p>[...] 100% height is one of those things CSS doesn’t do so easily. When you specify an element to have a height of 100%, the 100% refers to the containing element’s height. The containing element would then need to be 100% the height of its containing element and so on. The trick is to set the height of the outermost elements to be 100%   view plaincopy to clipboardprint? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28476</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28476</guid>
		<description>MaraXus, please email me http://www.dave-woods.co.uk/index.php/contact/ as I can&#039;t see anything wrong with the page you sent over.</description>
		<content:encoded><![CDATA[<p>MaraXus, please email me <a href="http://www.dave-woods.co.uk/index.php/contact/" rel="nofollow">http://www.dave-woods.co.uk/index.php/contact/</a> as I can&#8217;t see anything wrong with the page you sent over.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaraXus</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28475</link>
		<dc:creator>MaraXus</dc:creator>
		<pubDate>Wed, 21 Apr 2010 14:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28475</guid>
		<description>Hmm, something is wrong, now it ends when the text ends, what i&#039;m doing wrong?

http//www.bunker.pl/dostep/</description>
		<content:encoded><![CDATA[<p>Hmm, something is wrong, now it ends when the text ends, what i&#8217;m doing wrong?</p>
<p>http//www.bunker.pl/dostep/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaraXus</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28474</link>
		<dc:creator>MaraXus</dc:creator>
		<pubDate>Wed, 21 Apr 2010 13:11:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28474</guid>
		<description>Thank you, it&#039;s working very good :)</description>
		<content:encoded><![CDATA[<p>Thank you, it&#8217;s working very good <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: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28473</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Wed, 21 Apr 2010 12:21:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28473</guid>
		<description>Hi MaraXus, for something like that you&#039;re best to use this method...

http://www.dave-woods.co.uk/index.php/css-faux-columns/</description>
		<content:encoded><![CDATA[<p>Hi MaraXus, for something like that you&#8217;re best to use this method&#8230;</p>
<p><a href="http://www.dave-woods.co.uk/index.php/css-faux-columns/" rel="nofollow">http://www.dave-woods.co.uk/index.php/css-faux-columns/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaraXus</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28472</link>
		<dc:creator>MaraXus</dc:creator>
		<pubDate>Wed, 21 Apr 2010 11:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28472</guid>
		<description>I have a problem with this:
#pasek_lewo {
	margin-left: 20px;
	height: 100%;
	width: 280px;
	background-image: url(../images/tlo_left_dwn.jpg);
	background-repeat: repeat-y;
	position: absolute;
}
When the text is long and there is a scrollbar, this div ends to early.
Here is the page: www.bunker.pl/dostep/

Sorry for my english, i hope you&#039;ll understand what i mean :)</description>
		<content:encoded><![CDATA[<p>I have a problem with this:<br />
#pasek_lewo {<br />
	margin-left: 20px;<br />
	height: 100%;<br />
	width: 280px;<br />
	background-image: url(../images/tlo_left_dwn.jpg);<br />
	background-repeat: repeat-y;<br />
	position: absolute;<br />
}<br />
When the text is long and there is a scrollbar, this div ends to early.<br />
Here is the page: <a href="http://www.bunker.pl/dostep/" rel="nofollow">http://www.bunker.pl/dostep/</a></p>
<p>Sorry for my english, i hope you&#8217;ll understand what i mean <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: Dave Woods</title>
		<link>http://www.dave-woods.co.uk/index.php/100-height-layout-using-css/comment-page-4/#comment-28471</link>
		<dc:creator>Dave Woods</dc:creator>
		<pubDate>Sun, 18 Apr 2010 20:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=144#comment-28471</guid>
		<description>Hi Isaac, No problem... unfortunately that&#039;s not really how CSS works and there is no easy way to get equal column height (without using tables) that is supported in all browsers at the moment.

The closest thing we&#039;ve got at the moment is the display: table; values but even then older versions of IE will cause problems so the only solution that works in all browser including IE6 is faux columns at the moment.

CSS3 will obviously make this much easier once IE has caught up.

Not problem with helping out. If it was something that took up a lot of my time then I&#039;d usually take it on as paid work but to simply point you in the direction of one of my other articles in no trouble at all :)</description>
		<content:encoded><![CDATA[<p>Hi Isaac, No problem&#8230; unfortunately that&#8217;s not really how CSS works and there is no easy way to get equal column height (without using tables) that is supported in all browsers at the moment.</p>
<p>The closest thing we&#8217;ve got at the moment is the display: table; values but even then older versions of IE will cause problems so the only solution that works in all browser including IE6 is faux columns at the moment.</p>
<p>CSS3 will obviously make this much easier once IE has caught up.</p>
<p>Not problem with helping out. If it was something that took up a lot of my time then I&#8217;d usually take it on as paid work but to simply point you in the direction of one of my other articles in no trouble at all <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
