<?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: IE6 PNG Transparency Fix</title>
	<atom:link href="http://jake.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://jake.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/</link>
	<description>... on Flex, ColdFusion, FarCry, and much more ...</description>
	<pubDate>Sun, 05 Jul 2009 04:17:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jake Churchill</title>
		<link>http://jake.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/comment-page-1/#comment-6842</link>
		<dc:creator>Jake Churchill</dc:creator>
		<pubDate>Mon, 18 May 2009 23:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://jakewp.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/#comment-6842</guid>
		<description>This may have something to do with the fact that you are trying to repeat your image down the page.  in the IE6 code, you are removing it completely and replacing it with a single instance of the image, not a repeating image.</description>
		<content:encoded><![CDATA[<p>This may have something to do with the fact that you are trying to repeat your image down the page.  in the IE6 code, you are removing it completely and replacing it with a single instance of the image, not a repeating image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oomes</title>
		<link>http://jake.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/comment-page-1/#comment-6838</link>
		<dc:creator>oomes</dc:creator>
		<pubDate>Mon, 18 May 2009 21:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://jakewp.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/#comment-6838</guid>
		<description>IT didn't work....

here's my code:

#topSection {
	width: 980px;
	float: left;
	padding: 5px 0;
	background: url(../images/shadedMid.png) 35px top;
	background-repeat:repeat-y;
}
* html #topSection {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/shadedMid.png', sizingMethod='scale');
}</description>
		<content:encoded><![CDATA[<p>IT didn&#8217;t work&#8230;.</p>
<p>here&#8217;s my code:</p>
<p>#topSection {<br />
	width: 980px;<br />
	float: left;<br />
	padding: 5px 0;<br />
	background: url(../images/shadedMid.png) 35px top;<br />
	background-repeat:repeat-y;<br />
}<br />
* html #topSection {<br />
	background-image:none;<br />
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#8217;../images/shadedMid.png&#8217;, sizingMethod=&#8217;scale&#8217;);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3of7</title>
		<link>http://jake.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/comment-page-1/#comment-2343</link>
		<dc:creator>3of7</dc:creator>
		<pubDate>Wed, 12 Nov 2008 06:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://jakewp.cfwebtools.com/2007/09/17/ie6-png-transparency-fix/#comment-2343</guid>
		<description>Thanks :)</description>
		<content:encoded><![CDATA[<p>Thanks <img src='http://jake.cfwebtools.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
