<?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: SuperStretch! &#8211; A Vertically Fluid Layout Using CSS</title>
	<atom:link href="http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/</link>
	<description>Web, Mobile and Graphic Creativity</description>
	<lastBuildDate>Tue, 15 May 2012 23:30:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: James Brocklehurst</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1272</link>
		<dc:creator>James Brocklehurst</dc:creator>
		<pubDate>Fri, 30 Sep 2011 23:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1272</guid>
		<description>Most recent versions of FF seem okay.</description>
		<content:encoded><![CDATA[<p>Most recent versions of FF seem okay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1269</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Wed, 28 Sep 2011 21:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1269</guid>
		<description>Just upgraded to Firefox 3.6.22 and it no longer works when I shrink the browser to cell phone size.  Still works in IE 8, Opera 11.51, Chrome 14.0.835.186 and Safari 5.0.3 though.  Firefox must have changed something.</description>
		<content:encoded><![CDATA[<p>Just upgraded to Firefox 3.6.22 and it no longer works when I shrink the browser to cell phone size.  Still works in IE 8, Opera 11.51, Chrome 14.0.835.186 and Safari 5.0.3 though.  Firefox must have changed something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1268</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Wed, 28 Sep 2011 21:07:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1268</guid>
		<description>Well that was too easy, I&#039;m a little embarrassed.  Not used to percentages however just px and fixed templates.  The box model always did confuse me a little.  Love to learn new things though. Thanks again.</description>
		<content:encoded><![CDATA[<p>Well that was too easy, I&#8217;m a little embarrassed.  Not used to percentages however just px and fixed templates.  The box model always did confuse me a little.  Love to learn new things though. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Brocklehurst</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1267</link>
		<dc:creator>James Brocklehurst</dc:creator>
		<pubDate>Wed, 28 Sep 2011 09:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1267</guid>
		<description>Giving #nav a height of 99% instead of 100% should do the trick, the bottom border is currently cropped by the containing div because borders are applied to the outside of a box, via the CSS box model.</description>
		<content:encoded><![CDATA[<p>Giving #nav a height of 99% instead of 100% should do the trick, the bottom border is currently cropped by the containing div because borders are applied to the outside of a box, via the CSS box model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1266</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Tue, 27 Sep 2011 23:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1266</guid>
		<description>I&#039;m not sure if this is appropriate to be asking this here, but I&#039;ve been trying all day to get the nav container to be the only one with white borders.  I can seem to get the top, left, right done but not the bottom without showing the border extend the length of the wrapper2 which is what I don&#039;t want.  I realise that the nav is inside the wrapper2 div but I tried nesting another div around the nav list and that didn&#039;t work either. Any ideas?</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this is appropriate to be asking this here, but I&#8217;ve been trying all day to get the nav container to be the only one with white borders.  I can seem to get the top, left, right done but not the bottom without showing the border extend the length of the wrapper2 which is what I don&#8217;t want.  I realise that the nav is inside the wrapper2 div but I tried nesting another div around the nav list and that didn&#8217;t work either. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Brocklehurst</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1265</link>
		<dc:creator>James Brocklehurst</dc:creator>
		<pubDate>Tue, 27 Sep 2011 10:31:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1265</guid>
		<description>Hi Paul.

Haven&#039;t updated this in a while and what with the current trend in responsive layouts it could probably do with a refresh with some of these new techniques in mind. Having said that, the approach given here works in older versions of IE that don&#039;t recognise @media queries...

Tweak away, and let me know what you come up with!</description>
		<content:encoded><![CDATA[<p>Hi Paul.</p>
<p>Haven&#8217;t updated this in a while and what with the current trend in responsive layouts it could probably do with a refresh with some of these new techniques in mind. Having said that, the approach given here works in older versions of IE that don&#8217;t recognise @media queries&#8230;</p>
<p>Tweak away, and let me know what you come up with!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Smith</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1264</link>
		<dc:creator>Paul Smith</dc:creator>
		<pubDate>Tue, 27 Sep 2011 05:02:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1264</guid>
		<description>I am interested in tweaking this further with the aim of creating a flexible meta-layout that can work equally well on laptops, notebooks and mobile devices. Stay tuned!

Have you made any progress with this as this is exactly what I am looking for. 

I will start with your template above as it seems to be the best fluid css template I&#039;ve found to date.  Thanks for this.
Paul</description>
		<content:encoded><![CDATA[<p>I am interested in tweaking this further with the aim of creating a flexible meta-layout that can work equally well on laptops, notebooks and mobile devices. Stay tuned!</p>
<p>Have you made any progress with this as this is exactly what I am looking for. </p>
<p>I will start with your template above as it seems to be the best fluid css template I&#8217;ve found to date.  Thanks for this.<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Brocklehurst</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1197</link>
		<dc:creator>James Brocklehurst</dc:creator>
		<pubDate>Thu, 26 May 2011 11:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1197</guid>
		<description>Glad to have helped!</description>
		<content:encoded><![CDATA[<p>Glad to have helped!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: naphstor</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1196</link>
		<dc:creator>naphstor</dc:creator>
		<pubDate>Thu, 26 May 2011 03:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1196</guid>
		<description>Thanks a lot. I achieved what i wanted. although my layout was very different and i did not implement any of the technique you explained here, but this technique helped me to get rid of a bug i had in my design. 

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks a lot. I achieved what i wanted. although my layout was very different and i did not implement any of the technique you explained here, but this technique helped me to get rid of a bug i had in my design. </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://www.mightymeta.co.uk/superstretch-a-vertically-fluid-layout-using-css/comment-page-1/#comment-1180</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Fri, 29 Apr 2011 20:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mightymeta.co.uk/?p=384#comment-1180</guid>
		<description>Very clever. I spent all day yesterday trying to figure out this exact same scenario. Thankyousir!</description>
		<content:encoded><![CDATA[<p>Very clever. I spent all day yesterday trying to figure out this exact same scenario. Thankyousir!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

