<?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: IE PNG - The PNG Transparency Problem in Windows Internet Explorer</title>
	<atom:link href="http://www.zachgraeve.com/2006/08/27/ie-png-the-png-transparency-problem-in-windows-internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zachgraeve.com/2006/08/27/ie-png-the-png-transparency-problem-in-windows-internet-explorer/</link>
	<description>Web development, graphic design tutorials and daily marketing tips</description>
	<pubDate>Tue, 06 Jan 2009 02:58:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: PNG image format..what is it good for? &#171; interface design for the web</title>
		<link>http://www.zachgraeve.com/2006/08/27/ie-png-the-png-transparency-problem-in-windows-internet-explorer/#comment-14</link>
		<dc:creator>PNG image format..what is it good for? &#171; interface design for the web</dc:creator>
		<pubDate>Tue, 26 Sep 2006 14:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/08/27/ie-png-the-png-transparency-problem-in-windows-internet-explorer/#comment-14</guid>
		<description>[...] An overview of PNG status in different web browsers: Browsers with PNG Support The PNG problem in Windows Internet Explorer  IE PNG - The PNG Transparency Problem in Windows Internet Explorer [...]</description>
		<content:encoded><![CDATA[<p>[...] An overview of PNG status in different web browsers: Browsers with PNG Support The PNG problem in Windows Internet Explorer  IE PNG - The PNG Transparency Problem in Windows Internet Explorer [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.zachgraeve.com/2006/08/27/ie-png-the-png-transparency-problem-in-windows-internet-explorer/#comment-4</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 28 Aug 2006 21:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.zachgraeve.com/2006/08/27/ie-png-the-png-transparency-problem-in-windows-internet-explorer/#comment-4</guid>
		<description>This is a fix I've used for Transparent Background images:



&lt;blockquote&gt;&lt;pre&gt;if (navigator.platform == "Win32" &#38;&#38; navigator.appName ==    
        "Microsoft Internet Explorer" &#38;&#38; window.attachEvent) {
	window.attachEvent("onload", alphaBackgrounds);
}

function alphaBackgrounds(){
	var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');
	var itsAllGood = (rslt != null &#38;&#38; Number(rslt[1]) &#62;= 5.5);
	for (i=0; i&lt;/pre&gt;&lt;/blockquote&gt;

</description>
		<content:encoded><![CDATA[<p>This is a fix I&#8217;ve used for Transparent Background images:</p>
<blockquote><pre>if (navigator.platform == "Win32" &amp;&amp; navigator.appName ==
        "Microsoft Internet Explorer" &amp;&amp; window.attachEvent) {
	window.attachEvent("onload", alphaBackgrounds);
}

function alphaBackgrounds(){
	var rslt = navigator.appVersion.match(/MSIE (\d+\.\d+)/, '');
	var itsAllGood = (rslt != null &amp;&amp; Number(rslt[1]) &gt;= 5.5);
	for (i=0; i</pre>
</blockquote>
]]></content:encoded>
	</item>
</channel>
</rss>
