<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CSS Link Hover Effects (aka Rollovers)</title>
	<atom:link href="http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/</link>
	<description>xHTML and CSS made simple.</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-211</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Mon, 31 Jan 2011 20:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-211</guid>
		<description>Hi Liam,

Are you absolutely certain there are links on that page that you haven&#039;t visited yet? To make sure, try adding a link to a fake location. If this doesn&#039;t solve your problem, feel free to post a link to the page in question. If you&#039;d rather not, I can send you an email and you can send me a link in a reply. :)</description>
		<content:encoded><![CDATA[<p>Hi Liam,</p>
<p>Are you absolutely certain there are links on that page that you haven&#8217;t visited yet? To make sure, try adding a link to a fake location. If this doesn&#8217;t solve your problem, feel free to post a link to the page in question. If you&#8217;d rather not, I can send you an email and you can send me a link in a reply. <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liam</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-210</link>
		<dc:creator>liam</dc:creator>
		<pubDate>Mon, 31 Jan 2011 09:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-210</guid>
		<description>Sorry, my BTW may seem confusing (duh).

What I mean is that I only use the style sheet to define the style, the htm file has no styles &quot;inline or embedded&quot;.</description>
		<content:encoded><![CDATA[<p>Sorry, my BTW may seem confusing (duh).</p>
<p>What I mean is that I only use the style sheet to define the style, the htm file has no styles &#8220;inline or embedded&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: liam</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-209</link>
		<dc:creator>liam</dc:creator>
		<pubDate>Mon, 31 Jan 2011 09:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-209</guid>
		<description>Hi, I hope you can answer what I&#039;m sure is a simple question.

In my css style sheet I&#039;ve:

a:link {
   color: #FF0033;
   text-decoration: underline;
   font-weight: normal;
}
a:visited {
   color: #0000FF;
   text-decoration: underline;
   font-weight: bold;
}
a:hover {
   color: #0099FF;
   padding-bottom: 5px;
   font-weight: bold;
   text-decoration: underline;
}
a:active {
   color: #FF0033;
   font-weight: bold;
}

Being new to this and teaching myself through help as you give, when I play around with the a:link properties/values as in color or weight, save and refresh - there&#039;s no change at all to my links. Why is this?

The links do change when the other properties and values are changed and as setup above, they work as they should. But the a:link seems totally useless. 

So why does nothing change &amp; should the a:link have no properties or values when the others do?

BTW, my htm file has no link code.

Thank you :)</description>
		<content:encoded><![CDATA[<p>Hi, I hope you can answer what I&#8217;m sure is a simple question.</p>
<p>In my css style sheet I&#8217;ve:</p>
<p>a:link {<br />
   color: #FF0033;<br />
   text-decoration: underline;<br />
   font-weight: normal;<br />
}<br />
a:visited {<br />
   color: #0000FF;<br />
   text-decoration: underline;<br />
   font-weight: bold;<br />
}<br />
a:hover {<br />
   color: #0099FF;<br />
   padding-bottom: 5px;<br />
   font-weight: bold;<br />
   text-decoration: underline;<br />
}<br />
a:active {<br />
   color: #FF0033;<br />
   font-weight: bold;<br />
}</p>
<p>Being new to this and teaching myself through help as you give, when I play around with the a:link properties/values as in color or weight, save and refresh &#8211; there&#8217;s no change at all to my links. Why is this?</p>
<p>The links do change when the other properties and values are changed and as setup above, they work as they should. But the a:link seems totally useless. </p>
<p>So why does nothing change &amp; should the a:link have no properties or values when the others do?</p>
<p>BTW, my htm file has no link code.</p>
<p>Thank you <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-165</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Sun, 21 Jun 2009 16:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-165</guid>
		<description>Thanks to &lt;a href=&quot;http://cameronchapman.com/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Cameron Chapman&lt;/a&gt; for including this tutorial in her article, &quot;&lt;a href=&quot;http://www.noupe.com/design/7-rich-creative-user-interfaces.html&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;7 Rich &amp; Creative User Interfaces and How to Create Your Own&lt;/a&gt;.&quot;</description>
		<content:encoded><![CDATA[<p>Thanks to <a href="http://cameronchapman.com/" target="_blank" rel="nofollow">Cameron Chapman</a> for including this tutorial in her article, &#8220;<a href="http://www.noupe.com/design/7-rich-creative-user-interfaces.html" target="_blank" rel="nofollow">7 Rich &#038; Creative User Interfaces and How to Create Your Own</a>.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-39</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Mon, 13 Apr 2009 08:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-39</guid>
		<description>It turned out to be a good test, then. Excellent job! :)</description>
		<content:encoded><![CDATA[<p>It turned out to be a good test, then. Excellent job! <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-38</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 13 Apr 2009 07:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-38</guid>
		<description>Haha I was having a devil of a time getting it to work :D</description>
		<content:encoded><![CDATA[<p>Haha I was having a devil of a time getting it to work <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lesa</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-37</link>
		<dc:creator>Lesa</dc:creator>
		<pubDate>Mon, 13 Apr 2009 07:03:22 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-37</guid>
		<description>Hi Jeff,

You&#039;re absolutely right about the background-position and color, but border-color isn&#039;t needed. Somehow I managed to explain that correctly, but must have had the old CSS in my clipboard when I tried to paste the new version in.

Thanks for helping me fix that. :)</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>You&#8217;re absolutely right about the background-position and color, but border-color isn&#8217;t needed. Somehow I managed to explain that correctly, but must have had the old CSS in my clipboard when I tried to paste the new version in.</p>
<p>Thanks for helping me fix that. <img src='http://ifyoucodeittheywill.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-36</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 13 Apr 2009 01:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-36</guid>
		<description>Ah... discovered the problem. 

background-position: center bottom;  ((( missing from the proposed solution )))
border-color: #f00;
color: #fff;  ((( instead of background: #fff; which overwrites the image )))</description>
		<content:encoded><![CDATA[<p>Ah&#8230; discovered the problem. </p>
<p>background-position: center bottom;  ((( missing from the proposed solution )))<br />
border-color: #f00;<br />
color: #fff;  ((( instead of background: #fff; which overwrites the image )))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-link-hover-effects-aka-rollovers/comment-page-1/#comment-35</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 13 Apr 2009 01:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=504#comment-35</guid>
		<description>There is some missing information on this page.

The line starting with &quot;border-color doesn’t do anything ...&quot; is apparently broken in IE, and the proposed solution:

ul li a:hover {
	border-color: #f00;
	background: #fff;
}

does not reposition the image.</description>
		<content:encoded><![CDATA[<p>There is some missing information on this page.</p>
<p>The line starting with &#8220;border-color doesn’t do anything &#8230;&#8221; is apparently broken in IE, and the proposed solution:</p>
<p>ul li a:hover {<br />
	border-color: #f00;<br />
	background: #fff;<br />
}</p>
<p>does not reposition the image.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

