<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040620" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040620</link>
    <description></description>
    <language>en</language>
          <item>
    <title>Some of your links are</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/link-color-problem#comment-1228230</link>
    <description> &lt;p&gt;Some of your links are yellow in the footer from this CSS:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#hairRestore ul a:link, a:visited {&lt;br /&gt;color:#FFFF00;&lt;br /&gt;text-decoration:underline;&lt;br /&gt;font-weight:bold;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Note the &quot;a:visited&quot;.  That applies to &lt;strong&gt;all&lt;/strong&gt; visited links.  If you want to limit it to the hairRestore ID, change the top line to:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#hairRestore ul a:link, #hairRestore ul a:visited {&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;...but it&#039;s not right yet.  The same CSS code posted above is also the culprit with your links not being yellow in the grey area.  That&#039;s because the ul element has the style id, so you don&#039;t need to have that in the CSS.  In other words, change that line to this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#hairRestore a:link, #hairRestore a:visited {&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 31 Jan 2008 00:13:06 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1228230 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
