<?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: Cross Browser PNG Transparency: Part 2</title>
	<atom:link href="http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/</link>
	<description>Rob Larsen writes on entertainment, sports and culture.</description>
	<lastBuildDate>Wed, 10 Mar 2010 12:53:38 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gabriel de Kadt &#183; Full alpha transparency for PNG images and CSS backgrounds in IE6.</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-19678</link>
		<dc:creator>Gabriel de Kadt &#183; Full alpha transparency for PNG images and CSS backgrounds in IE6.</dc:creator>
		<pubDate>Sun, 10 May 2009 10:12:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-19678</guid>
		<description>[...] &#8220;Cross Browser PNG Transparency&#8221; from drunkenfist [...]</description>
		<content:encoded><![CDATA[<p>[...] &quot;Cross Browser PNG Transparency&quot; from drunkenfist [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-19526</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 09 Apr 2009 00:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-19526</guid>
		<description>Madison, do you have an example page?

And direct links to your CSS?</description>
		<content:encoded><![CDATA[<p>Madison, do you have an example page?</p>
<p>And direct links to your CSS?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madison</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-19523</link>
		<dc:creator>Madison</dc:creator>
		<pubDate>Wed, 08 Apr 2009 21:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-19523</guid>
		<description>I used this and it works great for the first png in my page, but the other four it&#039;s not working on... Can you only do one? I doubt that.

I&#039;ve tried using a few different of these and none of them are working out like I would like. =(</description>
		<content:encoded><![CDATA[<p>I used this and it works great for the first png in my page, but the other four it's not working on&#8230; Can you only do one? I doubt that.</p>
<p>I've tried using a few different of these and none of them are working out like I would like. =(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel de Kadt</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18361</link>
		<dc:creator>Gabriel de Kadt</dc:creator>
		<pubDate>Fri, 06 Feb 2009 12:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18361</guid>
		<description>Hi Rob - Many thanks for getting back to me! Sorry I didn&#039;t make it clear before - but I had already set the sizing method to scale just as I think I should - ie everything the same as for the crop method - but changing the sizingMethod : 

&lt;code&gt;
#page {
	background:url();
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;/_images/page-bg-test.png&#039;,sizingMethod=&#039;scale&#039;);
	}
&lt;/code&gt;

Without the filter this PNG repeats vertically fine - but with the grey background issue. Ultimately I&#039;ll knock up a version of that drop shadow without transparency - and not too many people will notice...</description>
		<content:encoded><![CDATA[<p>Hi Rob &#8211; Many thanks for getting back to me! Sorry I didn't make it clear before &#8211; but I had already set the sizing method to scale just as I think I should &#8211; ie everything the same as for the crop method &#8211; but changing the sizingMethod : </p>
<p><code><br />
#page {<br />
	background:url();<br />
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/_images/page-bg-test.png',sizingMethod='scale');<br />
	}<br />
</code></p>
<p>Without the filter this PNG repeats vertically fine &#8211; but with the grey background issue. Ultimately I'll knock up a version of that drop shadow without transparency &#8211; and not too many people will notice&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18331</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 05 Feb 2009 18:37:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18331</guid>
		<description>Gabriel. The trick with the sides is to use sizingMethod=&#039;scale&#039; What that does is stretch the image to fill the container. In the case of the site you showed me, the width will remain stable and the image will stretch to fill the vertical space.</description>
		<content:encoded><![CDATA[<p>Gabriel. The trick with the sides is to use sizingMethod='scale' What that does is stretch the image to fill the container. In the case of the site you showed me, the width will remain stable and the image will stretch to fill the vertical space.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18284</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Wed, 04 Feb 2009 19:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18284</guid>
		<description>hey. I&#039;ll take a look tonight and let you know if anything rings any bells.</description>
		<content:encoded><![CDATA[<p>hey. I'll take a look tonight and let you know if anything rings any bells.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel de Kadt</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18281</link>
		<dc:creator>Gabriel de Kadt</dc:creator>
		<pubDate>Wed, 04 Feb 2009 17:56:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-18281</guid>
		<description>Hi Rob,

Many thanks for this wonderful write-up on how to kill the dreaded grey box. I&#039;ve been using your solution for background images for a while now - it is the only truly usable solution that I&#039;ve found. I&#039;ve tried to do my bit to spread the word!

Today I&#039;ve tried it for a drop shadow effect on and can&#039;t get the little beggar to scale vertically. The site in question is dccproperty.com. You&#039;ll notice the shadow at the foot of the page works just fine - as do a couple of other PNGs scattered through there but these are using the crop method. Flummoxed... any help or suggestions greatly appreciated!</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>Many thanks for this wonderful write-up on how to kill the dreaded grey box. I've been using your solution for background images for a while now &#8211; it is the only truly usable solution that I've found. I've tried to do my bit to spread the word!</p>
<p>Today I've tried it for a drop shadow effect on and can't get the little beggar to scale vertically. The site in question is dccproperty.com. You'll notice the shadow at the foot of the page works just fine &#8211; as do a couple of other PNGs scattered through there but these are using the crop method. Flummoxed&#8230; any help or suggestions greatly appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-17580</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-17580</guid>
		<description>It&#039;s actually Wordpress that&#039;s to blame. I don&#039;t use Word to edit blog posts (or any web text, for that matter), but that doesn&#039;t save me from WordPress&#039; own text fomatting &quot;feature.&quot; I&#039;ll need to look into a plugin that shuts off that formatting to properly fix the post.</description>
		<content:encoded><![CDATA[<p>It's actually Wordpress that's to blame. I don't use Word to edit blog posts (or any web text, for that matter), but that doesn't save me from WordPress' own text fomatting &quot;feature.&quot; I'll need to look into a plugin that shuts off that formatting to properly fix the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-17579</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:34:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-17579</guid>
		<description>As Julie says, there is a typo in the conditional comment code.  But, the last [endif] is not missing a hyphen, rather, it has an ndash where two hyphens were meant to be.  Methings MS AutoCorrect strikes again!</description>
		<content:encoded><![CDATA[<p>As Julie says, there is a typo in the conditional comment code.  But, the last [endif] is not missing a hyphen, rather, it has an ndash where two hyphens were meant to be.  Methings MS AutoCorrect strikes again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graphics File Format &#171; Muhammadfauzie&#8217;s Blog</title>
		<link>http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-17459</link>
		<dc:creator>Graphics File Format &#171; Muhammadfauzie&#8217;s Blog</dc:creator>
		<pubDate>Sun, 04 Jan 2009 06:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.drunkenfist.com/304/2007/04/04/cross-browser-png-transparency-part-2/#comment-17459</guid>
		<description>[...] Cross Browser PNG Transparency (CSS) [...]</description>
		<content:encoded><![CDATA[<p>[...] Cross Browser PNG Transparency (CSS) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
