<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: CSS Image replacement revised</title>
	<atom:link href="http://jorgebernal.info/2006/02/02/css-image-replacement-revised/feed/" rel="self" type="application/rss+xml" />
	<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 09:28:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Javier</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-39</link>
		<dc:creator><![CDATA[Javier]]></dc:creator>
		<pubDate>Sat, 04 Feb 2006 23:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-39</guid>
		<description><![CDATA[A simple solution, em units instead of px. I like it :)

Thanks again koke!]]></description>
		<content:encoded><![CDATA[<p>A simple solution, em units instead of px. I like it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks again koke!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koke</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-38</link>
		<dc:creator><![CDATA[koke]]></dc:creator>
		<pubDate>Sat, 04 Feb 2006 18:46:32 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-38</guid>
		<description><![CDATA[That&#039;s right but maybe you want to check the following article I found some time ago: &lt;a href=&#039;http://www.bigbaer.com/css_tutorials/css.scale.image.html.tutorial.htm&#039; rel=&quot;nofollow&quot;&gt;http://www.bigbaer.com/css_tutorials/css.scale.image.html.tutorial.htm&lt;/a&gt;

I have to test is and post something about that, but looks nice.]]></description>
		<content:encoded><![CDATA[<p>That&#8217;s right but maybe you want to check the following article I found some time ago: <a href='http://www.bigbaer.com/css_tutorials/css.scale.image.html.tutorial.htm' rel="nofollow">http://www.bigbaer.com/css_tutorials/css.scale.image.html.tutorial.htm</a></p>
<p>I have to test is and post something about that, but looks nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-37</link>
		<dc:creator><![CDATA[Javier]]></dc:creator>
		<pubDate>Sat, 04 Feb 2006 13:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-37</guid>
		<description><![CDATA[Thanks for the explanation Koke :)

But i still see some accesibility problems here. For example with someone that have visual problemas but resolves them by making fonts bigger. That wouldn&#039;t affect the logo and he couln&#039;t see the alternative text.

In the future SVG will be the solution, at least i hope so :)]]></description>
		<content:encoded><![CDATA[<p>Thanks for the explanation Koke <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But i still see some accesibility problems here. For example with someone that have visual problemas but resolves them by making fonts bigger. That wouldn&#8217;t affect the logo and he couln&#8217;t see the alternative text.</p>
<p>In the future SVG will be the solution, at least i hope so <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koke</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-36</link>
		<dc:creator><![CDATA[koke]]></dc:creator>
		<pubDate>Sat, 04 Feb 2006 11:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-36</guid>
		<description><![CDATA[The img tag should be used when the image is &#039;content&#039;. When it&#039;s only decorative, it&#039;s definition belongs to the realms of the style sheets.

This case is mostly focused on headers/titles, where the important part is the text itself, and the image is only to make this text beautier.]]></description>
		<content:encoded><![CDATA[<p>The img tag should be used when the image is &#8216;content&#8217;. When it&#8217;s only decorative, it&#8217;s definition belongs to the realms of the style sheets.</p>
<p>This case is mostly focused on headers/titles, where the important part is the text itself, and the image is only to make this text beautier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Javier</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-35</link>
		<dc:creator><![CDATA[Javier]]></dc:creator>
		<pubDate>Fri, 03 Feb 2006 11:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-35</guid>
		<description><![CDATA[And, what&#039;s the problem of using the alt option on img  tag as usually?]]></description>
		<content:encoded><![CDATA[<p>And, what&#8217;s the problem of using the alt option on img  tag as usually?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koke</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-34</link>
		<dc:creator><![CDATA[koke]]></dc:creator>
		<pubDate>Fri, 03 Feb 2006 06:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-34</guid>
		<description><![CDATA[Matt, that was a nice option too, but AFAIK doesn&#039;t work on IE5]]></description>
		<content:encoded><![CDATA[<p>Matt, that was a nice option too, but AFAIK doesn&#8217;t work on IE5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koke</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-33</link>
		<dc:creator><![CDATA[koke]]></dc:creator>
		<pubDate>Fri, 03 Feb 2006 06:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-33</guid>
		<description><![CDATA[Ok, you were right, thanks a lot! :)]]></description>
		<content:encoded><![CDATA[<p>Ok, you were right, thanks a lot! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Good</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-32</link>
		<dc:creator><![CDATA[Matt Good]]></dc:creator>
		<pubDate>Fri, 03 Feb 2006 02:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-32</guid>
		<description><![CDATA[Here&#039;s what I use that avoids the screenreader problems of FIR and doesn&#039;t require the &lt;span&gt; tag:

&lt;pre&gt;
#header {
  width: 131px;
  height: 98px;
  background: transparent url(/files/fir-test.png) no-repeat;
  text-indent: -9999px;
}
&lt;/pre&gt;

The negative text indent ensures that the text isn&#039;t visible on the page, but the screenreaders don&#039;t ignore it.]]></description>
		<content:encoded><![CDATA[<p>Here&#8217;s what I use that avoids the screenreader problems of FIR and doesn&#8217;t require the &lt;span&gt; tag:</p>
<pre>
#header {
  width: 131px;
  height: 98px;
  background: transparent url(/files/fir-test.png) no-repeat;
  text-indent: -9999px;
}
</pre>
<p>The negative text indent ensures that the text isn&#8217;t visible on the page, but the screenreaders don&#8217;t ignore it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Zeltner</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-31</link>
		<dc:creator><![CDATA[Michael Zeltner]]></dc:creator>
		<pubDate>Fri, 03 Feb 2006 00:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-31</guid>
		<description><![CDATA[I meant the line below the &lt;q&gt;Imagine your page starts with something …&lt;/q&gt;]]></description>
		<content:encoded><![CDATA[<p>I meant the line below the <q>Imagine your page starts with something …</q></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koke</title>
		<link>http://jorgebernal.info/2006/02/02/css-image-replacement-revised/#comment-30</link>
		<dc:creator><![CDATA[koke]]></dc:creator>
		<pubDate>Fri, 03 Feb 2006 00:31:40 +0000</pubDate>
		<guid isPermaLink="false">http://jorgebernalen.wordpress.com/2006/02/02/css-image-replacement-revised#comment-30</guid>
		<description><![CDATA[Actually the span was (and is) there, but I missed to put an absolute url for the image.]]></description>
		<content:encoded><![CDATA[<p>Actually the span was (and is) there, but I missed to put an absolute url for the image.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

