<?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>Wed, 23 Dec 2009 21:33:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<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>
