<?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: How To Do CSS Rollovers Using Background Images or Colors</title>
	<atom:link href="http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/</link>
	<description>Patrick Burt</description>
	<lastBuildDate>Mon, 06 Sep 2010 06:27:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kudafoolhu</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-26196</link>
		<dc:creator>kudafoolhu</dc:creator>
		<pubDate>Mon, 09 Nov 2009 07:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-26196</guid>
		<description>outline: none; 


clear the dotted lines in firefox. :)</description>
		<content:encoded><![CDATA[<p>outline: none; </p>
<p>clear the dotted lines in firefox. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-8697</link>
		<dc:creator>Patrick Burt</dc:creator>
		<pubDate>Sun, 19 Oct 2008 22:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-8697</guid>
		<description>The way I see it j, you can throw a 1x1 pixel image in the code I have above and slap an alt tag on it for the same effect (search-engine wise)</description>
		<content:encoded><![CDATA[<p>The way I see it j, you can throw a 1&#215;1 pixel image in the code I have above and slap an alt tag on it for the same effect (search-engine wise)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-8684</link>
		<dc:creator>j</dc:creator>
		<pubDate>Sun, 19 Oct 2008 17:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-8684</guid>
		<description>link to Trifecta button:
http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml</description>
		<content:encoded><![CDATA[<p>link to Trifecta button:<br />
<a href="http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml" rel="nofollow">http://www.webcredible.co.uk/user-friendly-resources/css/rollover-buttons.shtml</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-8683</link>
		<dc:creator>j</dc:creator>
		<pubDate>Sun, 19 Oct 2008 17:25:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-8683</guid>
		<description>I really like your solution. It is very elegant.

Have you ever seen the so-called &#039;Trifecta&#039; button?  I wonder what you think about how they integrate text into their button, putting keywords in a span. (I&#039;m not sure that I understand their method as I&#039;m pretty new with this.)</description>
		<content:encoded><![CDATA[<p>I really like your solution. It is very elegant.</p>
<p>Have you ever seen the so-called &#8216;Trifecta&#8217; button?  I wonder what you think about how they integrate text into their button, putting keywords in a span. (I&#8217;m not sure that I understand their method as I&#8217;m pretty new with this.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-8676</link>
		<dc:creator>Patrick Burt</dc:creator>
		<pubDate>Sun, 19 Oct 2008 14:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-8676</guid>
		<description>I don&#039;t know about the title attribute, j. Because there wouldn&#039;t be any content in the A tag. Which I imagine might be a little strange accessibility wise. Hell if it were up to me, I&#039;d suggest using both.

It does seem non-kosher, but when you think about it, we are just trying to accomodate accessibility (and Search Engines on the way) in the first place.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know about the title attribute, j. Because there wouldn&#8217;t be any content in the A tag. Which I imagine might be a little strange accessibility wise. Hell if it were up to me, I&#8217;d suggest using both.</p>
<p>It does seem non-kosher, but when you think about it, we are just trying to accomodate accessibility (and Search Engines on the way) in the first place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: j</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-8660</link>
		<dc:creator>j</dc:creator>
		<pubDate>Sun, 19 Oct 2008 03:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-8660</guid>
		<description>could you use use a title tag in the link instead of pushing the alt tag way off to the left? I wonder if search engines might consider pushing the alt text way off to the side as a non-kosher SEO tactic.

Would a title tag allow as good of accessibility as an alt tag?</description>
		<content:encoded><![CDATA[<p>could you use use a title tag in the link instead of pushing the alt tag way off to the left? I wonder if search engines might consider pushing the alt text way off to the side as a non-kosher SEO tactic.</p>
<p>Would a title tag allow as good of accessibility as an alt tag?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Burt</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-2555</link>
		<dc:creator>Patrick Burt</dc:creator>
		<pubDate>Fri, 07 Mar 2008 16:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-2555</guid>
		<description>Cheers Rob, Glad to hear I helped. :)</description>
		<content:encoded><![CDATA[<p>Cheers Rob, Glad to hear I helped. <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob C</title>
		<link>http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/comment-page-1/#comment-2541</link>
		<dc:creator>Rob C</dc:creator>
		<pubDate>Thu, 06 Mar 2008 22:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pat-burt.com/web-development/how-to-do-css-rollovers-using-background-images-or-colors/#comment-2541</guid>
		<description>Great little tutorial - I&#039;d spent hours trawling the net looking out for a valid CSS way of achieving this, and your approach does the trick, and very neatly too!

Thanks a load :)</description>
		<content:encoded><![CDATA[<p>Great little tutorial &#8211; I&#8217;d spent hours trawling the net looking out for a valid CSS way of achieving this, and your approach does the trick, and very neatly too!</p>
<p>Thanks a load <img src='http://www.pat-burt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
