<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1014821" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1014821</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085539</link>
    <description> &lt;p&gt;95% of all of my errors within sites are because I overlook the obvious. It is so frustraing when you keep banging your head against a brick wall!!!&lt;/p&gt;
&lt;p&gt;The only consolation I find is that I would say most people are the same!&lt;/p&gt;
 </description>
     <pubDate>Thu, 19 Jul 2001 04:13:14 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1085539 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>YIPIE!!!</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085521</link>
    <description> &lt;p&gt;It doth work. Thank you for all of your help.&lt;br /&gt;
It is odd that I never thought to combine the two. I allways seem to overlook the obvious. But it works now and I can only express my joy with this.....&lt;/p&gt;
&lt;p&gt;:jump:&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 20:12:52 +0000</pubDate>
 <dc:creator>Dorn</dc:creator>
 <guid isPermaLink="false">comment 1085521 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085504</link>
    <description> &lt;p&gt;That is definitely the problem, the only way to 100% ensure 1 stylesheet rule over the other is to take advantage of the !important rule. Consolidate these into one, then try something like this:&lt;/p&gt;
&lt;p&gt;a:link { color: #000000; text-decoration:none; }&lt;br /&gt;
a:visited { color: #000000;  text-decoration:none;}&lt;br /&gt;
a:active { color: #000000; text-decoration:none;}&lt;br /&gt;
a:hover { color: #FF0000; text-decoration:none;}&lt;br /&gt;
a:link.flow { color: #000000; text-decoration:none; }&lt;br /&gt;
a:visited.flow { color: #000000;  text-decoration:none;}&lt;br /&gt;
a:active.flow{ color: #000000; text-decoration:none;}&lt;br /&gt;
a:hover.flow { color: #0099ff; text-decoration:none;}&lt;/p&gt;
&lt;p&gt;Then all you need do is call them separately in the href tag.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 15:14:02 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1085504 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085502</link>
    <description> &lt;p&gt;Are you using two separate css files? If so, why? This could be the problem, I&#039;ve never tried it myself.&lt;/p&gt;
&lt;p&gt;Try consolidating it all into one css.&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 14:52:14 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1085502 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>OK???</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085475</link>
    <description> &lt;p&gt;I have done that. Yet it still effects the rest of the links on the page that do not have the same classname.&lt;br /&gt;
Here you can see if I am doing something wrong. This is an example of the styles that I am trying to get to work on this page.&lt;/p&gt;
&lt;p&gt;style1.css&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt;body&lt;/li&gt;
&lt;li&gt;header&lt;/li&gt;
&lt;li&gt; all four of the  a:whatever&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;styleNAV.css&lt;/p&gt;
&lt;ul class=&quot;bb-list&quot;&gt;
&lt;li&gt; a:link.nav&lt;/li&gt;
&lt;li&gt; a:hover.nav&lt;/li&gt;
&lt;li&gt; a:active.nav&lt;/li&gt;
&lt;li&gt; a:visited.nav&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;There it is.&lt;br /&gt;
Thanks for the help....&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 04:48:54 +0000</pubDate>
 <dc:creator>Dorn</dc:creator>
 <guid isPermaLink="false">comment 1085475 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085474</link>
    <description> &lt;p&gt;you need to place the class within the href tag itself&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 04:17:45 +0000</pubDate>
 <dc:creator>detox</dc:creator>
 <guid isPermaLink="false">comment 1085474 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>nope</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085473</link>
    <description> &lt;p&gt;I have tried to do as you said and all it seems to do is either use one or the other. I have assigned a classname to both areas and I am using the  tag. I get it to work however I still can&#039;t control where the CSS works.&lt;br /&gt;
Is there a place on the net that talks of such things?&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 04:04:56 +0000</pubDate>
 <dc:creator>Dorn</dc:creator>
 <guid isPermaLink="false">comment 1085473 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Classes</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-help-please#comment-1085465</link>
    <description> &lt;p&gt;You would use classes for each pseudo-class.&lt;/p&gt;
&lt;p&gt;a:link.classname&lt;br /&gt;
a:active.classname&lt;br /&gt;
a:visited.classname&lt;br /&gt;
a:hover.classname&lt;/p&gt;
&lt;p&gt;like that.&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Wed, 18 Jul 2001 02:03:36 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1085465 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
