<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: semantics code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Sat, 26 Jul 2008 22:47:41 GMT</pubDate>
    <description>DZone Snippets: semantics code</description>
    <item>
      <title>Replace Text with Images using CSS</title>
      <link>http://snippets.dzone.com/posts/show/180</link>
      <description>This will replace your H1 tag with a 100px by 100px logo.&lt;br /&gt;Users with CSS disabled will see whatever is in &lt;code&gt;&lt;h1&gt;Company Inc.&lt;/h1&gt;&lt;/code&gt;&lt;br /&gt;users with CSS will see the Company Inc. logo&lt;br /&gt;to use this, add  this to your stylesheet:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;h1 {&lt;br /&gt;	text-indent: -100em;&lt;br /&gt;	overflow: hidden;&lt;br /&gt;	background: url(logo.png) no-repeat;&lt;br /&gt;	height: 100px;&lt;br /&gt;	width: 100px;&lt;br /&gt;	}&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sat, 16 Apr 2005 06:13:46 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/180</guid>
      <author>caseygollan (Casey Gollan)</author>
    </item>
  </channel>
</rss>
