<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pisake Cho&#039;s blog, my exploration through digital edge &#187; PNG transparency</title>
	<atom:link href="http://www.mashupdesign.com/mashupblog/tag/png-transparency/feed" rel="self" type="application/rss+xml" />
	<link>http://www.mashupdesign.com/mashupblog</link>
	<description>code is poetry &#124; design is game</description>
	<lastBuildDate>Fri, 25 Jun 2010 06:52:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Fix IE 5.5 and IE 6 PNG transparency problem</title>
		<link>http://www.mashupdesign.com/mashupblog/2008/snipplets/fix-ie-55-and-ie-6-png-transparency-problem.html</link>
		<comments>http://www.mashupdesign.com/mashupblog/2008/snipplets/fix-ie-55-and-ie-6-png-transparency-problem.html#comments</comments>
		<pubDate>Sun, 27 Jul 2008 15:20:20 +0000</pubDate>
		<dc:creator>pisakec</dc:creator>
				<category><![CDATA[snipplets]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web practice]]></category>
		<category><![CDATA[Fix IE 5.5 and IE 6 PNG]]></category>
		<category><![CDATA[PNG transparency]]></category>
		<category><![CDATA[snipplet]]></category>

		<guid isPermaLink="false">http://mashupdesign.com/mashupblog/?p=13</guid>
		<description><![CDATA[&#60;!&#8211;[if lt IE 7]&#62; &#60;script language=&#8221;JavaScript&#8221;&#62; function correctPNG() // correctly handle PNG transparency in Win IE 5.5 &#38; 6. { var arVersion = navigator.appVersion.split(&#8220;MSIE&#8221;) var version = parseFloat(arVersion[1]) if ((version &#62;= 5.5) &#38;&#38; (document.body.filters)) { for(var i=0; i&#60;document.images.length; i++) { var img = document.images[i] var imgName = img.src.toUpperCase() if (imgName.substring(imgName.length-3, imgName.length) == &#8220;PNG&#8221;) { var [...]]]></description>
		<wfw:commentRss>http://www.mashupdesign.com/mashupblog/2008/snipplets/fix-ie-55-and-ie-6-png-transparency-problem.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

