<?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: Min and Max Width 3 Column Fluid CSS Layout</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/</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: A2daK</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-21339</link>
		<dc:creator>A2daK</dc:creator>
		<pubDate>Tue, 31 Mar 2009 14:52:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-21339</guid>
		<description>While everyone else was messing about trying to explain the irrelevant parts of this technique you just laid it down nice and straightforward. I like your style therefore I&#039;ll be back.</description>
		<content:encoded><![CDATA[<p>While everyone else was messing about trying to explain the irrelevant parts of this technique you just laid it down nice and straightforward. I like your style therefore I&#8217;ll be back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: W.</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-19249</link>
		<dc:creator>W.</dc:creator>
		<pubDate>Wed, 04 Feb 2009 18:58:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-19249</guid>
		<description>Is there a way to change de div order? I&#039;m trying to make the &quot;container&quot; div before the right and left columns, but I&#039;m not very good with CSS. Thanks!</description>
		<content:encoded><![CDATA[<p>Is there a way to change de div order? I&#8217;m trying to make the &#8220;container&#8221; div before the right and left columns, but I&#8217;m not very good with CSS. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karim</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-16878</link>
		<dc:creator>Karim</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-16878</guid>
		<description>Nice article but using expressions could affect the performance of your page.

&quot;The problem with expressions is that they are evaluated more frequently than most people expect. Not only are they evaluated when the page is rendered and resized, but also when the page is scrolled and even when the user moves the mouse over the page. Adding a counter to the CSS expression allows us to keep track of when and how often a CSS expression is evaluated. Moving the mouse around the page can easily generate more than 10,000 evaluations.&quot;

http://developer.yahoo.com/performance/rules.html#css_expressions</description>
		<content:encoded><![CDATA[<p>Nice article but using expressions could affect the performance of your page.</p>
<p>&#8220;The problem with expressions is that they are evaluated more frequently than most people expect. Not only are they evaluated when the page is rendered and resized, but also when the page is scrolled and even when the user moves the mouse over the page. Adding a counter to the CSS expression allows us to keep track of when and how often a CSS expression is evaluated. Moving the mouse around the page can easily generate more than 10,000 evaluations.&#8221;</p>
<p><a href="http://developer.yahoo.com/performance/rules.html#css_expressions" rel="nofollow">http://developer.yahoo.com/performance/rules.html#css_expressions</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-1774</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Sun, 09 Mar 2008 05:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-1774</guid>
		<description>@Lush - this is actually an issue i had for a LONGGG time , but the fix is make your LEFT side position: absolute and leave the right side  regular and no position specified which makes it static.

I had this issue doing the CLEAR: both for form pages and when i cleared it would clear the whole left side. So we just make the left side ABSOLUTE and that should do it i think.

NOTE THIS FIXES IT FOR FIREFOX - BUT... IE 7 has a serious issue then and spans the center from the FAR left to the right column. Cant figure that part out yet... maybe dave can chime in or someone else....</description>
		<content:encoded><![CDATA[<p>@Lush &#8211; this is actually an issue i had for a LONGGG time , but the fix is make your LEFT side position: absolute and leave the right side  regular and no position specified which makes it static.</p>
<p>I had this issue doing the CLEAR: both for form pages and when i cleared it would clear the whole left side. So we just make the left side ABSOLUTE and that should do it i think.</p>
<p>NOTE THIS FIXES IT FOR FIREFOX &#8211; BUT&#8230; IE 7 has a serious issue then and spans the center from the FAR left to the right column. Cant figure that part out yet&#8230; maybe dave can chime in or someone else&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-887</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Tue, 15 Jan 2008 23:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-887</guid>
		<description>I agree with your points (and thanks for your comments on my article). Some flexibility to a layout can be really nice.

I think another reason why designers do not use it is because it means they do not have as much control over the way it appears. People like control over what they design.</description>
		<content:encoded><![CDATA[<p>I agree with your points (and thanks for your comments on my article). Some flexibility to a layout can be really nice.</p>
<p>I think another reason why designers do not use it is because it means they do not have as much control over the way it appears. People like control over what they design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-884</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Tue, 15 Jan 2008 09:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-884</guid>
		<description>@Lush - Not sure what the problem is you&#039;re experiencing. I&#039;ve tried to replicate this but don&#039;t seem to experience any problems.

http://www.dave-woods.co.uk/wp-content/uploads/2008/01/min-max-width-demo.html

There is a few bugs in IE6 (peekaboo and haslayout) that needed fixing but other than that, there shouldn&#039;t be any problems.

Hope that helps.

@Jermayn - Nice article. The problem is a misconception that fluid layouts are bad because they can&#039;t be designed nicely but the sooner designers start to realise that fluid does not equal 100%, the more we might start seeing slightly more flexible layouts.</description>
		<content:encoded><![CDATA[<p>@Lush &#8211; Not sure what the problem is you&#8217;re experiencing. I&#8217;ve tried to replicate this but don&#8217;t seem to experience any problems.</p>
<p><a href="http://www.dave-woods.co.uk/wp-content/uploads/2008/01/min-max-width-demo.html" rel="nofollow">http://www.dave-woods.co.uk/wp-content/uploads/2008/01/min-max-width-demo.html</a></p>
<p>There is a few bugs in IE6 (peekaboo and haslayout) that needed fixing but other than that, there shouldn&#8217;t be any problems.</p>
<p>Hope that helps.</p>
<p>@Jermayn &#8211; Nice article. The problem is a misconception that fluid layouts are bad because they can&#8217;t be designed nicely but the sooner designers start to realise that fluid does not equal 100%, the more we might start seeing slightly more flexible layouts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jermayn Parker</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-882</link>
		<dc:creator>Jermayn Parker</dc:creator>
		<pubDate>Tue, 15 Jan 2008 00:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-882</guid>
		<description>Good tutorial!
I recently wrote about this in an article of mine.

http://germworks.net/blog/2008/01/08/why-sites-use-half-screen/</description>
		<content:encoded><![CDATA[<p>Good tutorial!<br />
I recently wrote about this in an article of mine.</p>
<p><a href="http://germworks.net/blog/2008/01/08/why-sites-use-half-screen/" rel="nofollow">http://germworks.net/blog/2008/01/08/why-sites-use-half-screen/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lush</title>
		<link>http://www.dave-woods.co.uk/index.php/min-and-max-width-3-column-fluid-css-layout/comment-page-1/#comment-880</link>
		<dc:creator>Lush</dc:creator>
		<pubDate>Mon, 14 Jan 2008 20:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=140#comment-880</guid>
		<description>Hi, I don&#039;t know if it&#039;s a bug or not, but when you insert in the content div another div that has clear:both in style (or a ) the &quot;content&quot; it&#039;s breaking. 

I tested on your example using firebug - to make changes without copying the code on my server and the result is a huge space - the paragraphs are falling down aprox. under the longest div with content. Test it and take a look. 

I found another solution that seems not to care about this on A List Apart - but instead Mozilla gves me some headaches.

Cheers,</description>
		<content:encoded><![CDATA[<p>Hi, I don&#8217;t know if it&#8217;s a bug or not, but when you insert in the content div another div that has clear:both in style (or a ) the &#8220;content&#8221; it&#8217;s breaking. </p>
<p>I tested on your example using firebug &#8211; to make changes without copying the code on my server and the result is a huge space &#8211; the paragraphs are falling down aprox. under the longest div with content. Test it and take a look. </p>
<p>I found another solution that seems not to care about this on A List Apart &#8211; but instead Mozilla gves me some headaches.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
