<?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: Multiple column lists using one &lt;ul&gt;</title>
	<atom:link href="http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/feed/" rel="self" type="application/rss+xml" />
	<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 16 May 2012 08:06:44 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RCC Graphic Designs</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-137093</link>
		<dc:creator>RCC Graphic Designs</dc:creator>
		<pubDate>Sun, 26 Feb 2012 18:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-137093</guid>
		<description>Thanks, great site and article. I came across your website looking for a solution to controlling how the list is displayed (top to bottom, left to right) as VirtualFlavius, Pablinho and John pointed out. I found other solutions but they all require extra coding in PHP or such. Is there a way of handling lists via CSS only, or is it (maybe) impossible? Thanks again for sharing.

Rommel</description>
		<content:encoded><![CDATA[<p>Thanks, great site and article. I came across your website looking for a solution to controlling how the list is displayed (top to bottom, left to right) as VirtualFlavius, Pablinho and John pointed out. I found other solutions but they all require extra coding in PHP or such. Is there a way of handling lists via CSS only, or is it (maybe) impossible? Thanks again for sharing.</p>
<p>Rommel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maikel</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-104044</link>
		<dc:creator>Maikel</dc:creator>
		<pubDate>Tue, 22 Nov 2011 18:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-104044</guid>
		<description>If you want to display &quot;bullet points&quot;, you could try: 
li { 
line-height:1.5em;
float:left; 
text-align:left; 
display:list-item; 
list-style-type:disc; 
list-style-position:inside; 
}</description>
		<content:encoded><![CDATA[<p>If you want to display &#8220;bullet points&#8221;, you could try:<br />
li {<br />
line-height:1.5em;<br />
float:left;<br />
text-align:left;<br />
display:list-item;<br />
list-style-type:disc;<br />
list-style-position:inside;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Copywriting Newcastle</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-86969</link>
		<dc:creator>Copywriting Newcastle</dc:creator>
		<pubDate>Mon, 03 Oct 2011 14:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-86969</guid>
		<description>Thanks for this solution, just wondering if you&#039;ve got any ideas for doing it down over rather than float left so that xhtml sits under css just for a store where items need to be in alphabetical order. I&#039;ve tried css3&#039;s multi columns which works but it doesn&#039;t work on old browsers.

Any ideas would be great.</description>
		<content:encoded><![CDATA[<p>Thanks for this solution, just wondering if you&#8217;ve got any ideas for doing it down over rather than float left so that xhtml sits under css just for a store where items need to be in alphabetical order. I&#8217;ve tried css3&#8217;s multi columns which works but it doesn&#8217;t work on old browsers.</p>
<p>Any ideas would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damian</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-70034</link>
		<dc:creator>Damian</dc:creator>
		<pubDate>Mon, 25 Jul 2011 06:09:52 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-70034</guid>
		<description>Any ideas how to get this to work for liquid layout? 

Damian</description>
		<content:encoded><![CDATA[<p>Any ideas how to get this to work for liquid layout? </p>
<p>Damian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-61742</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 20 Jun 2011 14:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-61742</guid>
		<description>Great article. I&#039;ve got the same issue as Pablinho... anyone got any other ideas?

Cheers</description>
		<content:encoded><![CDATA[<p>Great article. I&#8217;ve got the same issue as Pablinho&#8230; anyone got any other ideas?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablinho</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-60121</link>
		<dc:creator>Pablinho</dc:creator>
		<pubDate>Mon, 13 Jun 2011 18:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-60121</guid>
		<description>Interesting... although i&#039;m looking for a way of doing this but ordering them vertically, and once they get to the end of the container, it jumps to the next column.. any suggestions ?

thanks in advance.</description>
		<content:encoded><![CDATA[<p>Interesting&#8230; although i&#8217;m looking for a way of doing this but ordering them vertically, and once they get to the end of the container, it jumps to the next column.. any suggestions ?</p>
<p>thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-45332</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Mon, 11 Apr 2011 05:13:21 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-45332</guid>
		<description>Simple, elegant solution! That&#039;s how CSS should be. Thanks</description>
		<content:encoded><![CDATA[<p>Simple, elegant solution! That&#8217;s how CSS should be. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VirtualFlavius</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-40573</link>
		<dc:creator>VirtualFlavius</dc:creator>
		<pubDate>Wed, 23 Mar 2011 22:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-40573</guid>
		<description>How would you cause this solution to order list items from top to bottom, then from left to right?

Kind regards,
VirtualFlavius</description>
		<content:encoded><![CDATA[<p>How would you cause this solution to order list items from top to bottom, then from left to right?</p>
<p>Kind regards,<br />
VirtualFlavius</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coffee Lover</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-9382</link>
		<dc:creator>Coffee Lover</dc:creator>
		<pubDate>Mon, 18 Oct 2010 09:56:17 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-9382</guid>
		<description>This worked like a charm, and you can even over write some of the list items to be a larger width, and in wraps. I added  for a single item to have take up two columns, thanks</description>
		<content:encoded><![CDATA[<p>This worked like a charm, and you can even over write some of the list items to be a larger width, and in wraps. I added  for a single item to have take up two columns, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hudson</title>
		<link>http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/#comment-2280</link>
		<dc:creator>Hudson</dc:creator>
		<pubDate>Fri, 28 May 2010 14:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://csswizardry.com/?p=701#comment-2280</guid>
		<description>This is so simple, so perfect!

I&#039;m looking to do this with nested uls, preferably without using negative margins to keep the left side flush.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>This is so simple, so perfect!</p>
<p>I&#8217;m looking to do this with nested uls, preferably without using negative margins to keep the left side flush.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

