<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="0.91">
    <channel>
        <title>Lists</title>
        <description>The 10 most recently added comments in the topic &quot;Lists&quot;</description>
        <link>http://freewaytalk.net/</link>
        <lastBuildDate>Thu, 01 Jan 2009 21:36:57 -500</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Re: Lists</title>
            <link>http://freewaytalk.net/thread/view/28135#m_28138</link>
            <description>&lt;p&gt;Ah, I see. Thank you Walter.&lt;/p&gt;

&lt;p&gt;Todd&lt;/p&gt;

&lt;p&gt;On Feb 28, 2008, at 8:57 AM, Walter Lee Davis wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Granted, Freeway does not let you get in there and modify the class
  of individual list items, so this information is probably of limited
  value to you. But that&amp;#8217;s the reason why adding it to the list has no
  bearing on the display of the children of that list.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>Todd</author>
            <pubDate>Thu, 28 Feb 2008 15:16:15 -500</pubDate>
        </item>
        <item>
            <title>Re: Lists</title>
            <link>http://freewaytalk.net/thread/view/28135#m_28136</link>
            <description>&lt;p&gt;List-style is a property of the LI, not the UL (or OL or DL). You can
have some LIs with bullets, others without, for whatever reason you
might have for that.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ul.simpletranslator li {list-style:none; }
ul.simpletranslator li.bullet {list-style:disc; }

&amp;lt;ul class=&quot;simpletranslator&quot;&amp;gt;
    &amp;lt;li&amp;gt;Thing one&amp;lt;li&amp;gt;
    &amp;lt;li&amp;gt;Thing two&amp;lt;li&amp;gt;
    &amp;lt;li class=&quot;bullet&quot;&amp;gt;Thing Blue&amp;lt;li&amp;gt;
&amp;lt;ul&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Granted, Freeway does not let you get in there and modify the class
of individual list items, so this information is probably of limited
value to you. But that&amp;#8217;s the reason why adding it to the list has no
bearing on the display of the children of that list.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On Feb 28, 2008, at 9:30 AM, Todd wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Atelier&amp;#8217;s recent post about list styles has again reminded me of
  something that FW does which when hand-coding is not necessary and I
  don&amp;#8217;t understand why this happens.&lt;/p&gt;
  
  &lt;p&gt;In the Atelier example I placed &amp;#8220;list-style: none&amp;#8221; like this (hand-
  coded):&lt;/p&gt;
  
  &lt;p&gt;ul.simpletranslator { font-family: Helvetica; list-style:none; }&lt;/p&gt;
  
  &lt;p&gt;But when I created the same example in FW &amp;#8220;list-style: none&amp;#8221; is not
  recognized unless it&amp;#8217;s placed in this style instead:&lt;/p&gt;
  
  &lt;p&gt;ul.simpletranslator li&lt;/p&gt;
  
  &lt;p&gt;Granted it&amp;#8217;s not a lot of work to create but I would like to know why
  it&amp;#8217;s necessary. I&amp;#8217;ve been doing it this way forever in FW; have I
  been doing something wrong all this time?&lt;/p&gt;
  
  &lt;p&gt;Todd&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;freewaytalk mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Thu, 28 Feb 2008 14:57:30 -500</pubDate>
        </item>
        <item>
            <title>Lists</title>
            <link>http://freewaytalk.net/thread/view/28135</link>
            <description>&lt;p&gt;List-style is a property of the LI, not the UL (or OL or DL). You can
have some LIs with bullets, others without, for whatever reason you
might have for that.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ul.simpletranslator li {list-style:none; }
ul.simpletranslator li.bullet {list-style:disc; }

&amp;lt;ul class=&quot;simpletranslator&quot;&amp;gt;
    &amp;lt;li&amp;gt;Thing one&amp;lt;li&amp;gt;
    &amp;lt;li&amp;gt;Thing two&amp;lt;li&amp;gt;
    &amp;lt;li class=&quot;bullet&quot;&amp;gt;Thing Blue&amp;lt;li&amp;gt;
&amp;lt;ul&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Granted, Freeway does not let you get in there and modify the class
of individual list items, so this information is probably of limited
value to you. But that&amp;#8217;s the reason why adding it to the list has no
bearing on the display of the children of that list.&lt;/p&gt;

&lt;p&gt;Walter&lt;/p&gt;

&lt;p&gt;On Feb 28, 2008, at 9:30 AM, Todd wrote:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Atelier&amp;#8217;s recent post about list styles has again reminded me of
  something that FW does which when hand-coding is not necessary and I
  don&amp;#8217;t understand why this happens.&lt;/p&gt;
  
  &lt;p&gt;In the Atelier example I placed &amp;#8220;list-style: none&amp;#8221; like this (hand-
  coded):&lt;/p&gt;
  
  &lt;p&gt;ul.simpletranslator { font-family: Helvetica; list-style:none; }&lt;/p&gt;
  
  &lt;p&gt;But when I created the same example in FW &amp;#8220;list-style: none&amp;#8221; is not
  recognized unless it&amp;#8217;s placed in this style instead:&lt;/p&gt;
  
  &lt;p&gt;ul.simpletranslator li&lt;/p&gt;
  
  &lt;p&gt;Granted it&amp;#8217;s not a lot of work to create but I would like to know why
  it&amp;#8217;s necessary. I&amp;#8217;ve been doing it this way forever in FW; have I
  been doing something wrong all this time?&lt;/p&gt;
  
  &lt;p&gt;Todd&lt;/p&gt;
  
  &lt;hr /&gt;
  
  &lt;p&gt;freewaytalk mailing list
  email@hidden
  Update your subscriptions at:
  &lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;hr /&gt;

&lt;p&gt;freewaytalk mailing list
email@hidden
Update your subscriptions at:
&lt;a href=&quot;http://freewaytalk.net/person/options&quot;&gt;http://freewaytalk.net/person/options&lt;/a&gt;&lt;/p&gt;
</description>
            <author>waltd</author>
            <pubDate>Thu, 28 Feb 2008 14:46:45 -500</pubDate>
        </item>
    </channel>
</rss>
