<?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: Extremely efficient image rollovers using CSS sprites and NO Javascript</title>
	<atom:link href="http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/</link>
	<description>A blog about killer code</description>
	<pubDate>Sat, 11 Oct 2008 19:05:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Steve Abrahart</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-180</link>
		<dc:creator>Steve Abrahart</dc:creator>
		<pubDate>Tue, 13 May 2008 09:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-180</guid>
		<description>Well - thats the most elegant solution I have seen in a while - FAB - thanks</description>
		<content:encoded><![CDATA[<p>Well - thats the most elegant solution I have seen in a while - FAB - thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-80</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Thu, 01 May 2008 06:32:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-80</guid>
		<description>The leading slash may or may not be required based on your site's directory structure.  Glad you figure out how to get it working.</description>
		<content:encoded><![CDATA[<p>The leading slash may or may not be required based on your site&#8217;s directory structure.  Glad you figure out how to get it working.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MousePotato</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-78</link>
		<dc:creator>MousePotato</dc:creator>
		<pubDate>Mon, 28 Apr 2008 07:15:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-78</guid>
		<description>awesome!! I love this.

minor issue...maybe

The images don't seem to work for me unless I take out the leading slash from background:url

code included in the tutorial (didn't work for me)
background:url(/images/sprite.png)

this worked for me
background:url(images/sprite.png)</description>
		<content:encoded><![CDATA[<p>awesome!! I love this.</p>
<p>minor issue&#8230;maybe</p>
<p>The images don&#8217;t seem to work for me unless I take out the leading slash from background:url</p>
<p>code included in the tutorial (didn&#8217;t work for me)<br />
background:url(/images/sprite.png)</p>
<p>this worked for me<br />
background:url(images/sprite.png)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-72</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Fri, 18 Apr 2008 09:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-72</guid>
		<description>@Henry, Sorry about that.  Result of a git merge gone bad.  Should be back now.</description>
		<content:encoded><![CDATA[<p>@Henry, Sorry about that.  Result of a git merge gone bad.  Should be back now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HENRY</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-70</link>
		<dc:creator>HENRY</dc:creator>
		<pubDate>Fri, 18 Apr 2008 07:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-70</guid>
		<description>broken image / demo..</description>
		<content:encoded><![CDATA[<p>broken image / demo..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jaisen</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-46</link>
		<dc:creator>jaisen</dc:creator>
		<pubDate>Wed, 16 Apr 2008 19:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-46</guid>
		<description>Thanks for the kudos.  I had originally set out to make a really simple javascript implementation which used sprites but ended up doing it this way which I was very happy to find.</description>
		<content:encoded><![CDATA[<p>Thanks for the kudos.  I had originally set out to make a really simple javascript implementation which used sprites but ended up doing it this way which I was very happy to find.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brando</title>
		<link>http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-45</link>
		<dc:creator>Brando</dc:creator>
		<pubDate>Sat, 12 Apr 2008 08:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.jaisenmathai.com/blog/2008/04/03/extremely-efficient-image-rollovers-using-css-sprites-and-no-javascript/#comment-45</guid>
		<description>This is so brilliantly simple, plus there's no extra load time for double the graphics.

Way to go man...</description>
		<content:encoded><![CDATA[<p>This is so brilliantly simple, plus there&#8217;s no extra load time for double the graphics.</p>
<p>Way to go man&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
