<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023416" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023416</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-id-trouble-i-think#comment-1143811</link>
    <description> &lt;p&gt;ha, hardly a master, I just have a lot of room in my head for semantics (and some other antics). &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;In general, I read folks like Eric Meyers (his books, articles and website), pay attention to the links provided by &lt;a href=&quot;http://www.webstandards.org/learn/resources/&quot; class=&quot;bb-url&quot;&gt;The Web Standards Project&lt;/a&gt;, and keep on learning.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.wpdfd.com/&quot; class=&quot;bb-url&quot;&gt;http://www.wpdfd.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.digital-web.com/&quot; class=&quot;bb-url&quot;&gt;http://www.digital-web.com/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.alistapart.com/&quot; class=&quot;bb-url&quot;&gt;http://www.alistapart.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Projects like the Zen Garden are helpful in bringing the beauty and possibility of CSS and standards to the forefront. Dave Shea (who started and runs it) is a large contributor to the current understanding and future aims of standards as well. His &lt;a href=&quot;http://www.mezzoblue.com/&quot; class=&quot;bb-url&quot;&gt;website&lt;/a&gt; is beautiful and he posts regular articles where many others contribute intelligent considerations.&lt;/p&gt;
&lt;p&gt;On the whole, I don&#039;t have a particular authority other than the &lt;a href=&quot;http://www.w3c.org&quot; class=&quot;bb-url&quot;&gt;http://www.w3c.org&lt;/a&gt; to offer. I read a LOT of websites and follow the links. I find using a news reader and using the RSS feeds has helped considerably.&lt;/p&gt;
&lt;p&gt;I will be putting some of the more common urls I&#039;ve read online in the future, but, typically, real life takes precedent. &lt;/p&gt;
&lt;p&gt;Keep reading, keep learning, keep asking! That&#039;s all *I* do. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jan 2004 01:08:32 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1143811 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-id-trouble-i-think#comment-1143809</link>
    <description> &lt;p&gt;thank you... that did the trick. You are the CSS MASTER. Have you seen &lt;a href=&quot;http://www.csszengarden.com/?cssfile=017/017.css&quot; class=&quot;bb-url&quot;&gt;CSS Zen Garden&lt;/a&gt; ?? I would love to see what you could do there.&lt;/p&gt;
&lt;p&gt;I suppose that I should say that I checked out your site. With your help here and what I saw there... I suspect that it would be good.&lt;/p&gt;
&lt;p&gt;thanks again&lt;/p&gt;
&lt;p&gt;Oh! would you mind sharing some of your reference sites? Or do you store all this information in your uber CSS brain?&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jan 2004 00:55:17 +0000</pubDate>
 <dc:creator>Dorn</dc:creator>
 <guid isPermaLink="false">comment 1143809 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-id-trouble-i-think#comment-1143807</link>
    <description> &lt;p&gt;You can, you just had the syntax wrong.&lt;/p&gt;
&lt;p&gt;#menu a:link, a:active, a:visited means for all hyperlinks (unvisited, nonactive) in the element identified by &quot;menu&quot;, and for all active and visited hyperlinks, do this. Notice that it no longer includes the specification &quot;in the element identified by &quot;menu&quot;&quot;.&lt;/p&gt;
&lt;p&gt;#menu a:link, #menu a:active, #menu a:visited on the other hand says for hyperlinks in #menu, and active hyperlinks in #menu and visited hyperlinks in #menu, do this.&lt;/p&gt;
&lt;p&gt;It&#039;s not that your declarations have been over-written, it&#039;s that you haven&#039;t written any (in your original as posted here). Does that help?&lt;/p&gt;
&lt;p&gt;Edited to add:&lt;/p&gt;
&lt;p&gt;Also...&lt;/p&gt;
&lt;p&gt;#where a:link, #where a:visited, #where a:active is what you should have in the #where declarations.&lt;/p&gt;
&lt;p&gt;Edited again to add:&lt;/p&gt;
&lt;p&gt;You should also have the #where a:hover AFTER the a:visited bits. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 06 Jan 2004 00:14:05 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1143807 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-id-trouble-i-think#comment-1143806</link>
    <description> &lt;p&gt;so what you are saying is that I should not group the selectors as I have?&lt;br /&gt;
If that is the case when is it OK to group them and when not?&lt;/p&gt;
&lt;p&gt;thanks for the quick reply.&lt;/p&gt;
 </description>
     <pubDate>Mon, 05 Jan 2004 23:15:22 +0000</pubDate>
 <dc:creator>Dorn</dc:creator>
 <guid isPermaLink="false">comment 1143806 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-id-trouble-i-think#comment-1143805</link>
    <description> &lt;p&gt;#menu a:link, #menu a:active, #menu a:visited {}&lt;/p&gt;
 </description>
     <pubDate>Mon, 05 Jan 2004 23:03:34 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1143805 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
