<?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://unformatt.com/news/css-replacing-text-with-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://unformatt.com/news/css-replacing-text-with-images/</link>
	<description>Random.</description>
	<pubDate>Fri, 10 Sep 2010 15:46:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcel Miranda</title>
		<link>http://unformatt.com/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('images/aboutus.jpg') 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>
