<?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: Replacing Text with Images</title>
	<atom:link href="http://mattshaw.org/news/css-replacing-text-with-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattshaw.org/news/css-replacing-text-with-images/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Aug 2011 23:00:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Marcel Miranda</title>
		<link>http://mattshaw.org/news/css-replacing-text-with-images/comment-page-1/#comment-147</link>
		<dc:creator>Marcel Miranda</dc:creator>
		<pubDate>Sat, 29 Mar 2008 00:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://unformatt.com/news/css-replacing-text-with-images-2/#comment-147</guid>
		<description>or this:
&lt;code&gt;
#aboutus {
   background: url(&#039;images/aboutus.jpg&#039;) no-repeat;
   padding: 100px 25px 0 0;
   width:0;
   height:0;
   overflow:hidden;
}
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>or this:<br />
<code><br />
#aboutus {<br />
   background: url('images/aboutus.jpg') no-repeat;<br />
   padding: 100px 25px 0 0;<br />
   width:0;<br />
   height:0;<br />
   overflow:hidden;<br />
}<br />
</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>

