<?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"
	>
<channel>
	<title>Comments on: Better IE PNG fix</title>
	<atom:link href="http://www.projectatomic.com/2008/05/png-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projectatomic.com/2008/05/png-fix/</link>
	<description>WEB DEVELOPMENT 2.0</description>
	<pubDate>Fri, 21 Nov 2008 11:14:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Daniel MacDonald</title>
		<link>http://www.projectatomic.com/2008/05/png-fix/#comment-38</link>
		<dc:creator>Daniel MacDonald</dc:creator>
		<pubDate>Wed, 11 Jun 2008 20:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=116#comment-38</guid>
		<description>This behavior only affects &#60;img&#62; tags in Internet Explorer. Background images are another story. The AlphaImageLoader filter doesn't allow positioning (top left is what you get) or tiling (no-repeat) of background images. I usually address background image transparency as needed in my IE-only stylesheet.
&lt;pre&gt;#mydiv {
  width: 100px;
  height: 100px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='mypng.png' sizingMethod='crop');
}&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>This behavior only affects &lt;img&gt; tags in Internet Explorer. Background images are another story. The AlphaImageLoader filter doesn&#8217;t allow positioning (top left is what you get) or tiling (no-repeat) of background images. I usually address background image transparency as needed in my IE-only stylesheet.</p>
<pre>#mydiv {
  width: 100px;
  height: 100px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
    src='mypng.png' sizingMethod='crop');
}</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angel</title>
		<link>http://www.projectatomic.com/2008/05/png-fix/#comment-32</link>
		<dc:creator>Angel</dc:creator>
		<pubDate>Wed, 11 Jun 2008 06:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.projectatomic.com/?p=116#comment-32</guid>
		<description>Hi, this works great on my site but I wonder if it supports div elements or just img tags? Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Hi, this works great on my site but I wonder if it supports div elements or just img tags? Thanks a lot.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
