<?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: Quick Tip: CSS 100% Height</title>
	<atom:link href="http://www.tutwow.com/tips/quick-tip-css-100-height/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tutwow.com/tips/quick-tip-css-100-height/</link>
	<description>Playing Creativity Tag</description>
	<lastBuildDate>Thu, 29 Jul 2010 18:38:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Maito</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1689</link>
		<dc:creator>Maito</dc:creator>
		<pubDate>Fri, 23 Jul 2010 17:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1689</guid>
		<description>Thanks Mate, you saved my life ;)</description>
		<content:encoded><![CDATA[<p>Thanks Mate, you saved my life <img src='http://www.tutwow.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1634</link>
		<dc:creator>Caleb</dc:creator>
		<pubDate>Mon, 12 Jul 2010 21:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1634</guid>
		<description>Thanks so much for your tutorial. This really helped me out. Much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks so much for your tutorial. This really helped me out. Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: web design company singapore</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1616</link>
		<dc:creator>web design company singapore</dc:creator>
		<pubDate>Thu, 08 Jul 2010 09:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1616</guid>
		<description>Thanks for this technique.</description>
		<content:encoded><![CDATA[<p>Thanks for this technique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 16个实用的网页代码编写技巧（CSS布局，视觉效果及表单） &#124; 阿邙的收藏夹</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1603</link>
		<dc:creator>16个实用的网页代码编写技巧（CSS布局，视觉效果及表单） &#124; 阿邙的收藏夹</dc:creator>
		<pubDate>Sun, 04 Jul 2010 02:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1603</guid>
		<description>[...] CSS 100% Height 设计师中一个普遍的问题即如何让一个 DIV 100%拉伸为窗口的高度。有许多不同的方案，这就是其中之一。 [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS 100% Height 设计师中一个普遍的问题即如何让一个 DIV 100%拉伸为窗口的高度。有许多不同的方案，这就是其中之一。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Lind</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1573</link>
		<dc:creator>Ben Lind</dc:creator>
		<pubDate>Mon, 28 Jun 2010 14:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1573</guid>
		<description>Thanks for pointing that out! I have updated the article to mirror the example page.</description>
		<content:encoded><![CDATA[<p>Thanks for pointing that out! I have updated the article to mirror the example page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javin</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1571</link>
		<dc:creator>Javin</dc:creator>
		<pubDate>Mon, 28 Jun 2010 05:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1571</guid>
		<description>This is exactly the problem I have, and I&#039;ve yet to find a solution for it.

This &quot;tutorial&quot; is only half of the solution.</description>
		<content:encoded><![CDATA[<p>This is exactly the problem I have, and I&#8217;ve yet to find a solution for it.</p>
<p>This &#8220;tutorial&#8221; is only half of the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GusDeCooL</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1565</link>
		<dc:creator>GusDeCooL</dc:creator>
		<pubDate>Sun, 27 Jun 2010 02:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1565</guid>
		<description>i don&#039;t understand, you said use 
&quot;min-height: 100%;&quot;


but your example here
http://img.tutwow.com/VerticalStretch/Example2/VerticalStretch.html
&quot;it&#039;s use only height:100%;&quot;

i test with min-height it didn&#039;t work.
with height only it will be work.


for the other readers, 
please refer to example when to try this.
thanks.</description>
		<content:encoded><![CDATA[<p>i don&#8217;t understand, you said use<br />
&#8220;min-height: 100%;&#8221;</p>
<p>but your example here<br />
<a href="http://img.tutwow.com/VerticalStretch/Example2/VerticalStretch.html" rel="nofollow">http://img.tutwow.com/VerticalStretch/Example2/VerticalStretch.html</a><br />
&#8220;it&#8217;s use only height:100%;&#8221;</p>
<p>i test with min-height it didn&#8217;t work.<br />
with height only it will be work.</p>
<p>for the other readers,<br />
please refer to example when to try this.<br />
thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Morris</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1559</link>
		<dc:creator>Michael Morris</dc:creator>
		<pubDate>Wed, 16 Jun 2010 03:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1559</guid>
		<description>Although you make a great point, this is the same thing i have been using and it only works if the browser is NOT resized. Try resizing your &quot;example file&quot; so that the browser needs to scroll. Notice that it does not stretch 100% of the height anymore.</description>
		<content:encoded><![CDATA[<p>Although you make a great point, this is the same thing i have been using and it only works if the browser is NOT resized. Try resizing your &#8220;example file&#8221; so that the browser needs to scroll. Notice that it does not stretch 100% of the height anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 彼岸(Into the wild) &#187; Blog Archive &#187; 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1556</link>
		<dc:creator>彼岸(Into the wild) &#187; Blog Archive &#187; 50 Useful Coding Techniques (CSS Layouts, Visual Effects and Forms)</dc:creator>
		<pubDate>Tue, 15 Jun 2010 02:59:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1556</guid>
		<description>[...] CSS 100% Height A common problem among designers is how to get a div to stretch 100% of the window’s height. There are a few different techniques out there, and this tutorial shows one of them. [...]</description>
		<content:encoded><![CDATA[<p>[...] CSS 100% Height A common problem among designers is how to get a div to stretch 100% of the window’s height. There are a few different techniques out there, and this tutorial shows one of them. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gas Electric Supplier</title>
		<link>http://www.tutwow.com/tips/quick-tip-css-100-height/comment-page-3/#comment-1553</link>
		<dc:creator>Gas Electric Supplier</dc:creator>
		<pubDate>Sat, 05 Jun 2010 15:18:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tutwow.com/?p=186#comment-1553</guid>
		<description>truly worth while</description>
		<content:encoded><![CDATA[<p>truly worth while</p>
]]></content:encoded>
	</item>
</channel>
</rss>
