<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1024143" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1024143</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/hover#comment-1147965</link>
    <description> &lt;p&gt;make them all text-decoration:none except hover, make that text-decoration:underline or leave the text-decoration part off it&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Mar 2004 23:16:11 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1147965 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/hover#comment-1147960</link>
    <description> &lt;p&gt;okay, here&#039;s some code... you can figure it out i&#039;m sure. either none or underline for the link tag.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a:link { text-decoration: none|underline; }&lt;br /&gt;a:visited { text-decoration: none|underline; }&lt;br /&gt;a:active { text-decoration: none|underline; }&lt;br /&gt;a:hover { text-decoration: none|underline; }&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Mar 2004 20:27:01 +0000</pubDate>
 <dc:creator>s0da</dc:creator>
 <guid isPermaLink="false">comment 1147960 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/hover#comment-1147955</link>
    <description> &lt;p&gt;no..&lt;/p&gt;
&lt;p&gt;What I want is no lines under a link until it is hovered over. AND, when I click a link I still want no lines underneath until it is hovered over.&lt;/p&gt;
&lt;p&gt;What I mean is:&lt;/p&gt;
&lt;p&gt;When I hover over a link I want it underlined.&lt;/p&gt;
&lt;p&gt;With the CSS code you gave me before, it worked fine until you clicked on a link. Clicking on it made it a visited link, and the link then was underlined without hovering over it. I used - a:visited { text-decoration: none; } and it got rid of the underline of the visited link. But when I hovered over the visited link it had no underline.&lt;/p&gt;
&lt;p&gt;Understand me now?&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Mar 2004 19:54:55 +0000</pubDate>
 <dc:creator>Wapture</dc:creator>
 <guid isPermaLink="false">comment 1147955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/hover#comment-1147953</link>
    <description> &lt;p&gt;what? you stated that you wanted no lines in a link until it&#039;s hovered over. NOW... you want lines in a link even if it&#039;s hovered over.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a {text-decoration: underline; }&lt;br /&gt;a:hover { color: red; } &lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Links:&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/css/default.asp&quot; class=&quot;bb-url&quot;&gt;http://www.w3schools.com/css/default.asp&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Mar 2004 19:32:23 +0000</pubDate>
 <dc:creator>s0da</dc:creator>
 <guid isPermaLink="false">comment 1147953 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/hover#comment-1147951</link>
    <description> &lt;p&gt;The only problem with that is when I have clicked a link it shows a a normal link with a line underneath.&lt;/p&gt;
&lt;p&gt;I tried adding this:&lt;/p&gt;
&lt;p&gt;a:visited { text-decoration: none; }&lt;/p&gt;
&lt;p&gt;and it showed the link without the line, but when you hover over it, it didnt show the line.&lt;/p&gt;
&lt;p&gt;What I want is the line to show no matter what when you hover over the link.&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Mar 2004 19:22:44 +0000</pubDate>
 <dc:creator>Wapture</dc:creator>
 <guid isPermaLink="false">comment 1147951 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/hover#comment-1147947</link>
    <description> &lt;p&gt;thanks&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Mar 2004 18:42:40 +0000</pubDate>
 <dc:creator>Wapture</dc:creator>
 <guid isPermaLink="false">comment 1147947 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/hover#comment-1147946</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;a:link { text-decoration: none; }&lt;br /&gt;a:hover { text-decoration: underline; color: #hex;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Sun, 21 Mar 2004 18:28:43 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1147946 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
