<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024937" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024937</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-valid-not-working#comment-1152212</link>
    <description> &lt;p&gt;Remember that fixed font sizes are evil (&lt;a href=&quot;http://style.cleverchimp.com/font_size/points/font_wars.GIF&quot; class=&quot;bb-url&quot;&gt;this&lt;/a&gt; is old but I&#039;m sure you get the idea)! It also appears that you are using the wrong doctype declaration - have you thought of moving to XHTML? That&#039;s what this code appears to be &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 May 2004 12:36:25 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1152212 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-valid-not-working#comment-1152211</link>
    <description> &lt;p&gt;Lol creative &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 May 2004 08:17:02 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1152211 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-valid-not-working#comment-1152148</link>
    <description> &lt;p&gt;lol &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;  nice example.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 May 2004 14:07:45 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1152148 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-valid-not-working#comment-1152145</link>
    <description> &lt;p&gt;id is a unique identifier. class is a general identifier.&lt;/p&gt;
&lt;p&gt;You can use them together, or stack classes. Using ID makes it accessible through the DOM for scripting and CSS control in a very specific and precise way.&lt;/p&gt;
&lt;p&gt;So if you were CSS...&lt;/p&gt;
&lt;p&gt;#mikesussman {&lt;br /&gt;
   your dna&lt;br /&gt;
   }&lt;/p&gt;
&lt;p&gt;.male {&lt;br /&gt;
   xy&lt;br /&gt;
   }&lt;/p&gt;
&lt;p&gt;.american {&lt;br /&gt;
   born in USA&lt;br /&gt;
   }&lt;/p&gt;
&lt;p&gt;You would look like:&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 May 2004 13:54:21 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1152145 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-valid-not-working#comment-1152141</link>
    <description> &lt;p&gt;Hey that&#039;s a good link.  Very informative.  Thanks.&lt;/p&gt;
&lt;p&gt;I should however say that even though I&#039;ve seen it used all over the place on other sites, I never really knew what the deal was with id=&quot;x&quot;.   What exactly does that do that class tags don&#039;t?&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 May 2004 13:34:54 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1152141 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-valid-not-working#comment-1152138</link>
    <description> &lt;p&gt;A few suggestions, but I don&#039;t have a definitive answer.&lt;/p&gt;
&lt;p&gt;1. use lists instead of a pile of divs -- &lt;a href=&quot;http://www.listamatic.com&quot; class=&quot;bb-url&quot;&gt;listamatic.com&lt;/a&gt;&lt;br /&gt;
2. use contextual css instead of tons of classes:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;div id=&amp;quot;navmenu&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;ul&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;This is a menu item&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot;&amp;gt;Link 1&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot;&amp;gt;Link 2&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot;&amp;gt;Link 3&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot;&amp;gt;Link 4&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;/&amp;quot;&amp;gt;Link 5&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt; &lt;br /&gt;&amp;lt;/ul&amp;gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;and&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#navmenu ul li a {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #fff; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-left: solid 2px #000; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-right: solid 2px #000; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border-bottom: solid 2px #000; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 2px; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 180px; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;#navmenu ul li {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; background-color: #ff9999; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; border: solid 2px #000000; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; padding: 2px; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; width: 180px; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;That&#039;s just an example, and may not work as intended, lol, fair warning. But hopefully it gives you an idea.&lt;/p&gt;
 </description>
     <pubDate>Wed, 26 May 2004 12:21:06 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1152138 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
