<?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: 3-Column, Fixed Width Layout with CSS</title>
	<atom:link href="http://www.csstutorial.net/2010/04/3-column-layout/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csstutorial.net/2010/04/3-column-layout/</link>
	<description>CSS Tutorial</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:51:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: ardiyasa</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-1838</link>
		<dc:creator>ardiyasa</dc:creator>
		<pubDate>Tue, 07 Jun 2011 07:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-1838</guid>
		<description>thanks andrea this is my 1 i&#039;m trying css very helpful..</description>
		<content:encoded><![CDATA[<p>thanks andrea this is my 1 i&#8217;m trying css very helpful..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-1433</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Sat, 02 Apr 2011 12:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-1433</guid>
		<description>* is a universal placeholder. It sets the margins and padding to EVERY SINGLE ELEMENT to zero.

m*.txt, for example, means every single text file that begins with &#039;m&#039;.</description>
		<content:encoded><![CDATA[<p>* is a universal placeholder. It sets the margins and padding to EVERY SINGLE ELEMENT to zero.</p>
<p>m*.txt, for example, means every single text file that begins with &#8216;m&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-1411</link>
		<dc:creator>Zachary</dc:creator>
		<pubDate>Wed, 30 Mar 2011 18:03:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-1411</guid>
		<description>New to CSS and wondering what the &quot;*&quot; indicates in the 2nd section of example code above. Here it is in context:

* {
	margin: 0;
	padding: 0;
}

Does the * reference all elements, meaning any that have margin and padding attributes will have 0 as their value?</description>
		<content:encoded><![CDATA[<p>New to CSS and wondering what the &#8220;*&#8221; indicates in the 2nd section of example code above. Here it is in context:</p>
<p>* {<br />
	margin: 0;<br />
	padding: 0;<br />
}</p>
<p>Does the * reference all elements, meaning any that have margin and padding attributes will have 0 as their value?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gina</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-486</link>
		<dc:creator>Gina</dc:creator>
		<pubDate>Tue, 21 Sep 2010 17:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-486</guid>
		<description>To provide more clarity...
The site is a five page site and each page will hold variable amounts of content in the &#039;column-center&#039; areas. How do I write the coding in the external style sheet to allow for this flexibility with all three columns?</description>
		<content:encoded><![CDATA[<p>To provide more clarity&#8230;<br />
The site is a five page site and each page will hold variable amounts of content in the &#8216;column-center&#8217; areas. How do I write the coding in the external style sheet to allow for this flexibility with all three columns?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gina</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-485</link>
		<dc:creator>Gina</dc:creator>
		<pubDate>Tue, 21 Sep 2010 15:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-485</guid>
		<description>I have the same basic layout as described in the tutorial, but I have a problem...
The column-center is my content area, which will be variable in it&#039;s height, so how do I make (or should I) the left and right columns expand accordingly so all three will be the same height?</description>
		<content:encoded><![CDATA[<p>I have the same basic layout as described in the tutorial, but I have a problem&#8230;<br />
The column-center is my content area, which will be variable in it&#8217;s height, so how do I make (or should I) the left and right columns expand accordingly so all three will be the same height?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-135</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Mon, 14 Jun 2010 10:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-135</guid>
		<description>That can be a bit complicated, as content likely changes from page to page.  Look at Stef&#039;s tutorial here:  http://www.killersites.com/blog/2006/matching-div-heigths/</description>
		<content:encoded><![CDATA[<p>That can be a bit complicated, as content likely changes from page to page.  Look at Stef&#8217;s tutorial here:  <a href="http://www.killersites.com/blog/2006/matching-div-heigths/" rel="nofollow">http://www.killersites.com/blog/2006/matching-div-heigths/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vihar</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-132</link>
		<dc:creator>Vihar</dc:creator>
		<pubDate>Sat, 12 Jun 2010 20:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-132</guid>
		<description>Dear Andrea,

first of all, thank you for running this great tutorial site!
My question is, can I set a pre-defined height for the columns, so when I don&#039;t fill them up with text, they&#039;ll be still showing up with the sizes I want?</description>
		<content:encoded><![CDATA[<p>Dear Andrea,</p>
<p>first of all, thank you for running this great tutorial site!<br />
My question is, can I set a pre-defined height for the columns, so when I don&#8217;t fill them up with text, they&#8217;ll be still showing up with the sizes I want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Rouse</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-106</link>
		<dc:creator>William Rouse</dc:creator>
		<pubDate>Tue, 20 Apr 2010 01:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-106</guid>
		<description>Thanks for your response Andrea.
WBR</description>
		<content:encoded><![CDATA[<p>Thanks for your response Andrea.<br />
WBR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Barnett</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-86</link>
		<dc:creator>Andrea Barnett</dc:creator>
		<pubDate>Mon, 19 Apr 2010 17:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-86</guid>
		<description>This tutorial only focused on the 3-column layout.  However, margins to the ul or padding the containing div would get things in line.  Note so if you add padding to the div, you&#039;ll have to decrease its width by the sum of the right and left padding.</description>
		<content:encoded><![CDATA[<p>This tutorial only focused on the 3-column layout.  However, margins to the ul or padding the containing div would get things in line.  Note so if you add padding to the div, you&#8217;ll have to decrease its width by the sum of the right and left padding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William Rouse</title>
		<link>http://www.csstutorial.net/2010/04/3-column-layout/comment-page-1/#comment-80</link>
		<dc:creator>William Rouse</dc:creator>
		<pubDate>Mon, 19 Apr 2010 16:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.csstutorial.net/?p=602#comment-80</guid>
		<description>When I run your example on the four browsers that I use as test cases, IE8, Firefox, Safari and Chrome the bulleted items on the left side of the screen escape the container.  How would one pull them inside of the container?
Thanks!
WBR</description>
		<content:encoded><![CDATA[<p>When I run your example on the four browsers that I use as test cases, IE8, Firefox, Safari and Chrome the bulleted items on the left side of the screen escape the container.  How would one pull them inside of the container?<br />
Thanks!<br />
WBR</p>
]]></content:encoded>
	</item>
</channel>
</rss>

