<?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: Image Replacement in CSS3</title>
	<atom:link href="http://www.css3.info/image-replacement-in-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/image-replacement-in-css3/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: 6 ways to use any fonts on your site! &#171; The World of PHP</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-259864</link>
		<dc:creator>6 ways to use any fonts on your site! &#171; The World of PHP</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-259864</guid>
		<description>[...] - Image replacement in CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Image replacement in CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6 ways to use any fonts on your site! &#124; Articulos Webmasters</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-259863</link>
		<dc:creator>6 ways to use any fonts on your site! &#124; Articulos Webmasters</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-259863</guid>
		<description>[...] - Image replacement in CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Image replacement in CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 6 ways to use any fonts on your site! &#124; Hot Scripts Blog</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-259861</link>
		<dc:creator>6 ways to use any fonts on your site! &#124; Hot Scripts Blog</dc:creator>
		<pubDate>Thu, 12 Aug 2010 12:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-259861</guid>
		<description>[...] - Image replacement in CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Image replacement in CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 图像替换（文本） &#124; overflow:hidden;</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-258732</link>
		<dc:creator>图像替换（文本） &#124; overflow:hidden;</dc:creator>
		<pubDate>Sat, 20 Mar 2010 15:48:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-258732</guid>
		<description>[...] Image Replacement in CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Replacement in CSS3 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Oppenheim</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-249581</link>
		<dc:creator>James Oppenheim</dc:creator>
		<pubDate>Sun, 12 Jul 2009 11:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-249581</guid>
		<description>What about a foreground-image that sits on top of the text node and has the same options as background-image. I think this would be a nice solution to image replacement.</description>
		<content:encoded><![CDATA[<p>What about a foreground-image that sits on top of the text node and has the same options as background-image. I think this would be a nice solution to image replacement.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Luter</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-115742</link>
		<dc:creator>Adam Luter</dc:creator>
		<pubDate>Mon, 03 Mar 2008 15:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-115742</guid>
		<description>@Raven - Just having better fonts won&#039;t stop people from wanting image replacement.  What about company logo&#039;s?  Shouldn&#039;t there be text backing that?  Maybe a logo can&#039;t be represented in any format besides a jpg/png properly.  (Mabye it&#039;s -- shudder -- animated!).

But as I suggested, why is the alt=&quot;&quot; in a standard IMG so shunned?  Are we trying to over engineer a solution?  Certainly using an OBJECT tag would be best, since the &quot;alt text&quot; in it is arbitrary markup.  But IE (even 7) totally botches this approach.

Which brings me to a question, OBJECT is mainly botched because IE is handling them itself, but it&#039;s really a trigger for ActiveX controls.  Could we write a small ActiveX control that displays images and use the classid to trigger it over the default image handler (the one that puts it in a little iframe-like sub-window for us)?

At worse, you&#039;d have to put the image a second time in a second inner object tag (for the rest of the browsers).  But maybe you can pull it off with one.

Another caveat is performance, perhaps it will render fine, perhaps it will not.  But, if it&#039;s only for a few images on the page, hopefully it may still be useful.

(This is IE afterall, we are working with little to begin with!)

-Adam</description>
		<content:encoded><![CDATA[<p>@Raven &#8211; Just having better fonts won&#8217;t stop people from wanting image replacement.  What about company logo&#8217;s?  Shouldn&#8217;t there be text backing that?  Maybe a logo can&#8217;t be represented in any format besides a jpg/png properly.  (Mabye it&#8217;s &#8212; shudder &#8212; animated!).</p>
<p>But as I suggested, why is the alt=&#8221;" in a standard IMG so shunned?  Are we trying to over engineer a solution?  Certainly using an OBJECT tag would be best, since the &#8220;alt text&#8221; in it is arbitrary markup.  But IE (even 7) totally botches this approach.</p>
<p>Which brings me to a question, OBJECT is mainly botched because IE is handling them itself, but it&#8217;s really a trigger for ActiveX controls.  Could we write a small ActiveX control that displays images and use the classid to trigger it over the default image handler (the one that puts it in a little iframe-like sub-window for us)?</p>
<p>At worse, you&#8217;d have to put the image a second time in a second inner object tag (for the rest of the browsers).  But maybe you can pull it off with one.</p>
<p>Another caveat is performance, perhaps it will render fine, perhaps it will not.  But, if it&#8217;s only for a few images on the page, hopefully it may still be useful.</p>
<p>(This is IE afterall, we are working with little to begin with!)</p>
<p>-Adam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raven</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-114118</link>
		<dc:creator>Raven</dc:creator>
		<pubDate>Fri, 29 Feb 2008 15:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-114118</guid>
		<description>Perhaps, better way - just look at the side of &quot;web fonts&quot; in the css3?
I can&#039;t understand why some one may want use image instead of text.</description>
		<content:encoded><![CDATA[<p>Perhaps, better way &#8211; just look at the side of &#8220;web fonts&#8221; in the css3?<br />
I can&#8217;t understand why some one may want use image instead of text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gasston</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-110639</link>
		<dc:creator>Peter Gasston</dc:creator>
		<pubDate>Thu, 21 Feb 2008 17:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-110639</guid>
		<description>@ Mike: Yes, &#039;contents&#039; refers to the content contained in the h1 tag.</description>
		<content:encoded><![CDATA[<p>@ Mike: Yes, &#8216;contents&#8217; refers to the content contained in the h1 tag.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-110637</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 21 Feb 2008 17:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-110637</guid>
		<description>so does &quot;contents&quot; refer to whatever is between the h1 tags, or do you have to actually write out what you want to display if the image were not available or turned off?

this sounds like a neat feature, despite the low-priority.</description>
		<content:encoded><![CDATA[<p>so does &#8220;contents&#8221; refer to whatever is between the h1 tags, or do you have to actually write out what you want to display if the image were not available or turned off?</p>
<p>this sounds like a neat feature, despite the low-priority.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor Davis &#124; Blog &#124; Weekly Link Round-Up #18</title>
		<link>http://www.css3.info/image-replacement-in-css3/comment-page-1/#comment-107898</link>
		<dc:creator>Trevor Davis &#124; Blog &#124; Weekly Link Round-Up #18</dc:creator>
		<pubDate>Sun, 17 Feb 2008 00:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/image-replacement-in-css3/#comment-107898</guid>
		<description>[...] Image Replacement in CSS3 [...]</description>
		<content:encoded><![CDATA[<p>[...] Image Replacement in CSS3 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2012-02-08 09:13:41 -->
