<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1002787" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1002787</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/link-colors-netscape#comment-1012257</link>
    <description> &lt;p&gt;What the heck?  I don&#039;t know how this happened, but I put everything back as it was when I started, except making the corrections for the #(color) and the font-family, tried it again and it is working!  I have black links in Netscape and IE, with the hover in IE too!&lt;/p&gt;
&lt;p&gt;How does it figure?  I had tried it with this same code changes before and it didn&#039;t work.&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jan 2000 05:44:00 +0000</pubDate>
 <dc:creator>Sue E</dc:creator>
 <guid isPermaLink="false">comment 1012257 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/link-colors-netscape#comment-1012256</link>
    <description> &lt;p&gt;Well, I tried that and it gave me back the black links with the blue hover in IE, but in Netscape all the links in the paragraphs are still white.  I can live without the hover in Netscape, but kind of wanted to have them in IE.  As I don&#039;t know what else to do, the only thing I can think of is to forget the hover in the paragraphs and add font tags to the links to return it to black.  Unless, you&#039;ve more ideas?  I&#039;m willing to try!&lt;/p&gt;
&lt;p&gt;PS. Thanks for the tip about the messy code.  I&#039;m just learning all this, and that&#039;s the way to learn, by people pointing out what&#039;s wrong!&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jan 2000 05:31:00 +0000</pubDate>
 <dc:creator>Sue E</dc:creator>
 <guid isPermaLink="false">comment 1012256 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/link-colors-netscape#comment-1012255</link>
    <description> &lt;p&gt;Well, first, check your coding. It&#039;s pretty sloppy and Netscape and IE handle errors differently. Something like:&lt;/p&gt;
&lt;p&gt;{ font-size:10pt trebuchet ms; color:black; text-decoration:underline }&lt;/p&gt;
&lt;p&gt;is wrong since you&#039;re calling a font face (trebuchet ms) without a proper font-family prefix. &lt;/p&gt;
&lt;p&gt;so:&lt;/p&gt;
&lt;p&gt;{ font-size:10pt; font-family:trebuchet ms; color:black; text-decoration:underline }&lt;/p&gt;
&lt;p&gt;If that doesn&#039;t work, do it anyway since you should always practice good coding  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Then, try this:&lt;/p&gt;
&lt;p&gt;1) Enclose the links you want to be governed by the .plain class inside a&lt;br /&gt;
 &amp;lt;P CLASS=&quot;plain&quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/P&amp;gt;  tag set and use the following:&lt;br /&gt;
a { font-size:10pt; color:white; text-decoration:none }&lt;br /&gt;
a:hover { color:99ccff; text-decoration:underline }&lt;br /&gt;
P.plain A:hover { font-size:10pt; color:blue; text-decoration:underline }&lt;br /&gt;
P.plain A:link { font-size:10pt; font-family:trebuchet ms; color:black; text-decoration:underline }&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jan 2000 04:06:00 +0000</pubDate>
 <dc:creator>Maverick</dc:creator>
 <guid isPermaLink="false">comment 1012255 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/link-colors-netscape#comment-1012254</link>
    <description> &lt;p&gt;I tried it with those changes, and it didn&#039;t work.  In fact, it made the links white in IE also.  Is there something I need to change in the &amp;lt;a href&amp;gt; tag to make it work?  Thanks for your help!!&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jan 2000 03:45:00 +0000</pubDate>
 <dc:creator>Sue E</dc:creator>
 <guid isPermaLink="false">comment 1012254 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/link-colors-netscape#comment-1012253</link>
    <description> &lt;p&gt;One more thing that I missed on the 1st read.&lt;/p&gt;
&lt;p&gt;Include the # in your colors when using a hex value instead of the color name, so:&lt;/p&gt;
&lt;p&gt;a { font-size:10pt; color:white; text-decoration:none }&lt;br /&gt;
a:hover { color:#99ccff; text-decoration:underline }&lt;br /&gt;
.plain A:hover { font-size:10pt; color:blue; text-decoration:underline }&lt;br /&gt;
.plain A:link { font-size:10pt trebuchet ms; color:black; text-decoration:underline }&lt;/p&gt;
&lt;p&gt;Oh, by the way, you might want to consider 2 other things:&lt;/p&gt;
&lt;p&gt;.plain A:visited {your info here} if you want to make your visited links different from the virgin links&lt;/p&gt;
&lt;p&gt;Netscape doesn&#039;t support hover, so don&#039;t expect that one to work no matter how you code it.&lt;/p&gt;
&lt;p&gt;[This message has been edited by Maverick (edited 10 January 2000).]&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jan 2000 03:30:00 +0000</pubDate>
 <dc:creator>Maverick</dc:creator>
 <guid isPermaLink="false">comment 1012253 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/link-colors-netscape#comment-1012252</link>
    <description> &lt;p&gt;Try this:&lt;/p&gt;
&lt;p&gt;a { font-size:10pt; color:white; text-decoration:none }&lt;br /&gt;
a:hover { color:99ccff; text-decoration:underline }&lt;br /&gt;
.plain A:hover { font-size:10pt; color:blue; text-decoration:underline }&lt;br /&gt;
.plain A:link { font-size:10pt trebuchet ms; color:black; text-decoration:underline }&lt;/p&gt;
 </description>
     <pubDate>Tue, 11 Jan 2000 03:27:00 +0000</pubDate>
 <dc:creator>Maverick</dc:creator>
 <guid isPermaLink="false">comment 1012252 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
