<?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: Avoiding Excess Margin on Repeating Columns</title>
	<atom:link href="http://www.sohtanaka.com/web-design/css-columns-using-lists/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/</link>
	<description>Torrance Website Design - Soh Tanaka</description>
	<lastBuildDate>Thu, 09 Sep 2010 22:45:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Soh</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-10513</link>
		<dc:creator>Soh</dc:creator>
		<pubDate>Mon, 24 May 2010 15:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-10513</guid>
		<description>You typically would. but not in this example. we are floating list items.</description>
		<content:encoded><![CDATA[<p>You typically would. but not in this example. we are floating list items.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Airoschou</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-10505</link>
		<dc:creator>Airoschou</dc:creator>
		<pubDate>Mon, 24 May 2010 07:13:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-10505</guid>
		<description>Ie6 need add &quot;display: inline&quot;</description>
		<content:encoded><![CDATA[<p>Ie6 need add &#8220;display: inline&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaggy</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-6694</link>
		<dc:creator>Shaggy</dc:creator>
		<pubDate>Wed, 20 Jan 2010 23:40:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-6694</guid>
		<description>ie6 is a major piece of crap. and will be 10 years old next year. I am dropping support and so should you.</description>
		<content:encoded><![CDATA[<p>ie6 is a major piece of crap. and will be 10 years old next year. I am dropping support and so should you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dogan</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-5076</link>
		<dc:creator>Dogan</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-5076</guid>
		<description>Thank you so much Soh...
This tutorial saved my life =)</description>
		<content:encoded><![CDATA[<p>Thank you so much Soh&#8230;<br />
This tutorial saved my life =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barton</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-4462</link>
		<dc:creator>Barton</dc:creator>
		<pubDate>Mon, 05 Oct 2009 19:01:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-4462</guid>
		<description>Great, and practical tutorial.

Does the tutorial still work if the container was 100 percentage and the box widths specified as a percentage?

Thanks,

Barton.</description>
		<content:encoded><![CDATA[<p>Great, and practical tutorial.</p>
<p>Does the tutorial still work if the container was 100 percentage and the box widths specified as a percentage?</p>
<p>Thanks,</p>
<p>Barton.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chirag</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-2274</link>
		<dc:creator>chirag</dc:creator>
		<pubDate>Wed, 13 May 2009 12:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-2274</guid>
		<description>



Untitled Document

.container {
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
}
ul.col3 {
	width: 980px;
	margin: 20px 0;
	padding: 0;
	list-style: none;
	float: left;
	background:#000
}
ul.col3 li {
	float: left;
	background: #fff;
	width: 276px;
	padding: 10px 20px;
	margin: 5px 10px 5px 0;
	background:#f00
}






	
		Column 1
	
	
		Column 2
	
	
		Column 3
	



</description>
		<content:encoded><![CDATA[<p>Untitled Document</p>
<p>.container {<br />
	margin: 0 auto;<br />
	width: 970px;<br />
	overflow: hidden;<br />
}<br />
ul.col3 {<br />
	width: 980px;<br />
	margin: 20px 0;<br />
	padding: 0;<br />
	list-style: none;<br />
	float: left;<br />
	background:#000<br />
}<br />
ul.col3 li {<br />
	float: left;<br />
	background: #fff;<br />
	width: 276px;<br />
	padding: 10px 20px;<br />
	margin: 5px 10px 5px 0;<br />
	background:#f00<br />
}</p>
<p>		Column 1</p>
<p>		Column 2</p>
<p>		Column 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Soh</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-2251</link>
		<dc:creator>Soh</dc:creator>
		<pubDate>Tue, 12 May 2009 05:50:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-2251</guid>
		<description>Hey Chirag, are you saying the demo page works but the sample code does not? Can you show me a URL of your test page? Its probably a conflicting css property on your end, that is my assumption~</description>
		<content:encoded><![CDATA[<p>Hey Chirag, are you saying the demo page works but the sample code does not? Can you show me a URL of your test page? Its probably a conflicting css property on your end, that is my assumption~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chirag</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-2250</link>
		<dc:creator>chirag</dc:creator>
		<pubDate>Tue, 12 May 2009 05:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-2250</guid>
		<description>Hi soh

This nice post but your code is not working in ie as well as ff some space rest on right side but your demo it&#039;s wokring cool so plz change it&#039;s needful 

Thank you</description>
		<content:encoded><![CDATA[<p>Hi soh</p>
<p>This nice post but your code is not working in ie as well as ff some space rest on right side but your demo it&#8217;s wokring cool so plz change it&#8217;s needful </p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-1907</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 08 Apr 2009 22:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-1907</guid>
		<description>usually what i do is give all of the items the margins say margin-left:10px and then give the first item a class of .first since that is semantic anyways until css3 takes over and add a margin:0; to the .first class, problem solved without worrying about the last item if you don&#039;t know how many there will be. personally i don&#039;t like the overflow:hidden method.

just me 2cents</description>
		<content:encoded><![CDATA[<p>usually what i do is give all of the items the margins say margin-left:10px and then give the first item a class of .first since that is semantic anyways until css3 takes over and add a margin:0; to the .first class, problem solved without worrying about the last item if you don&#8217;t know how many there will be. personally i don&#8217;t like the overflow:hidden method.</p>
<p>just me 2cents</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacques</title>
		<link>http://www.sohtanaka.com/web-design/css-columns-using-lists/#comment-1699</link>
		<dc:creator>Jacques</dc:creator>
		<pubDate>Fri, 20 Mar 2009 19:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sohtanaka.com/?p=1306#comment-1699</guid>
		<description>Or simply use a negative margin on the container div. In your example, that would be .container {margin-left: -10px}. Works like a charm in all modern browsers, including IE6.</description>
		<content:encoded><![CDATA[<p>Or simply use a negative margin on the container div. In your example, that would be .container {margin-left: -10px}. Works like a charm in all modern browsers, including IE6.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Content Delivery Network via stblog.tanaka.netdna-cdn.com

Served from: www.sohtanaka.com @ 2010-09-10 10:47:58 -->