<?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"
	>
<channel>
	<title>Comments on: Pure CSS Image Rollover</title>
	<atom:link href="http://shepherdweb.com/2006/02/04/pure-css-image-rollover/feed/" rel="self" type="application/rss+xml" />
	<link>http://shepherdweb.com/2006/02/04/pure-css-image-rollover/</link>
	<description>Shane Shepherd: web design and development; music</description>
	<pubDate>Tue, 06 Jan 2009 04:30:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Shane</title>
		<link>http://shepherdweb.com/2006/02/04/pure-css-image-rollover/#comment-22640</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Fri, 28 Nov 2008 16:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2006/02/04/pure-css-image-rollover/#comment-22640</guid>
		<description>@Trixie - Do you have a demo of this published somewhere?</description>
		<content:encoded><![CDATA[<p>@Trixie - Do you have a demo of this published somewhere?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trixie</title>
		<link>http://shepherdweb.com/2006/02/04/pure-css-image-rollover/#comment-22637</link>
		<dc:creator>Trixie</dc:creator>
		<pubDate>Fri, 28 Nov 2008 11:23:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.shepherdweb.com/2006/02/04/pure-css-image-rollover/#comment-22637</guid>
		<description>A nice method:

&#60;style&#62;
img.nohover {border:0}
img.hover {border:0;display:none}
A:hover img.hover {display:inline}
A:hover img.nohover {display:none}
&#60;/style&#62;
&#60;A HREF="#"&#62;
&#60;img src="b1.gif" class="nohover"&#62;
&#60;img src="b2.gif" class="hover"&#62;
&#60;/A&#62;</description>
		<content:encoded><![CDATA[<p>A nice method:</p>
<p>&lt;style&gt;<br />
img.nohover {border:0}<br />
img.hover {border:0;display:none}<br />
A:hover img.hover {display:inline}<br />
A:hover img.nohover {display:none}<br />
&lt;/style&gt;<br />
&lt;A HREF=&#8221;#&#8221;&gt;<br />
&lt;img src=&#8221;b1.gif&#8221; class=&#8221;nohover&#8221;&gt;<br />
&lt;img src=&#8221;b2.gif&#8221; class=&#8221;hover&#8221;&gt;<br />
&lt;/A&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
