<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043648" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043648</link>
    <description></description>
    <language>en</language>
          <item>
    <title>@Brutal - that link does not</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css3-column-count-ie#comment-1240760</link>
    <description> &lt;p&gt;@Brutal - that link does not display anything related to this thread&lt;/p&gt;
&lt;p&gt;@webwiz - as usual, David, you display a deep knowledge of web development. The list columns could work, with some prep on the creation of the content...&lt;/p&gt;
&lt;p&gt;but of course there is a &quot;gotcha&quot; - the list items have to be equal to or less than the li width - otherwise a longer item will flow over many lines of the column (perhaps not a problem)&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp; &amp;lt;style&amp;gt;&lt;br /&gt;	ul {&lt;br /&gt;	&amp;nbsp; float: left;&lt;br /&gt;	&amp;nbsp; width: 12em;&lt;br /&gt;	&amp;nbsp; margin: 0;&lt;br /&gt;	&amp;nbsp; padding: 0;&lt;br /&gt;	&amp;nbsp; list-style: none;&lt;br /&gt;	}&lt;br /&gt;	 &lt;br /&gt;	li {&lt;br /&gt;	&amp;nbsp; float: left;&lt;br /&gt;	&amp;nbsp; width: 6em;&lt;br /&gt;	&amp;nbsp; margin: 0;&lt;br /&gt;	&amp;nbsp; padding: 0;&lt;br /&gt;	}&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt; &amp;lt;ul&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;Antelope Antelope Antelope Antelope Antelope&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;Bison&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;Camel&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;Deer&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;Eland&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;li&amp;gt;Gazelle&amp;lt;/li&amp;gt;&lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;while increasing the li width for the larger element (say 40em) loses the columns&lt;/p&gt;
&lt;p&gt;BUT increasing the ul width too (say 50em) will restore columns, although the left one is wide to accomodate the longer first li&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp; &amp;lt;style&amp;gt;&lt;br /&gt;	ul {&lt;br /&gt;	&amp;nbsp; float: left;&lt;br /&gt;	&amp;nbsp; width: 50em;&lt;br /&gt;	&amp;nbsp; margin: 0;&lt;br /&gt;	&amp;nbsp; padding: 0;&lt;br /&gt;	&amp;nbsp; list-style: none;&lt;br /&gt;	}&lt;br /&gt;	 &lt;br /&gt;	li {&lt;br /&gt;	&amp;nbsp; float: left;&lt;br /&gt;	&amp;nbsp; width: 20em;&lt;br /&gt;	&amp;nbsp; margin: 0;&lt;br /&gt;	&amp;nbsp; padding: 0;&lt;br /&gt;	}&lt;br /&gt; &amp;lt;/style&amp;gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Apr 2009 18:19:41 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240760 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>There is this: Multiple</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css3-column-count-ie#comment-1240669</link>
    <description> &lt;p&gt;There is this: &lt;a href=&quot;http://www.communitymx.com/content/article.cfm?cid=27f87&quot;&gt;Multiple Column Lists&lt;/a&gt; - seems to work cross-browser.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 17:16:03 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1240669 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>not that I know of...
I can</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css3-column-count-ie#comment-1240659</link>
    <description> &lt;p&gt;not that I know of...&lt;/p&gt;
&lt;p&gt;I can imagine a dhtml solution, using character counts and/or element heights to create columns, sounds like it may be more trouble than it&#039;s worth&lt;/p&gt;
&lt;p&gt;a designer recently gave me a 3-column layout made in Illustrator and was surprised each column had to go into a separate container for the web.&lt;/p&gt;
&lt;p&gt;the column-count property sounds useful, but I prefer to make the doc structure with HTML and use CSS for display - column-count is sort of structure&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 15:51:57 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1240659 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>While using a fixed column</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css3-column-count-ie#comment-1240660</link>
    <description> &lt;p&gt;While using a fixed column layout works most of the time, I would need a solution for dynamic content.  For example, if I have a list of 100 items (sorted), and I need to add one in the middle, it can get annoying moving them over to other columns manually.&lt;/p&gt;
 </description>
     <pubDate>Tue, 21 Apr 2009 15:49:09 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1240660 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
