<?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>thought snippets &#187; ie6</title>
	<atom:link href="http://blog.u-blue.com/tag/ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.u-blue.com</link>
	<description>a little bit of everything</description>
	<lastBuildDate>Tue, 08 Nov 2011 03:42:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>ie6.png !</title>
		<link>http://blog.u-blue.com/en/2008/12/08/ie6-png/</link>
		<comments>http://blog.u-blue.com/en/2008/12/08/ie6-png/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 16:16:15 +0000</pubDate>
		<dc:creator>nice</dc:creator>
				<category><![CDATA[webdev]]></category>
		<category><![CDATA[ie6]]></category>

		<guid isPermaLink="false">http://u-blue.com/blog/?p=74</guid>
		<description><![CDATA[.png files format is essential in today&#8217;s website builder mainly because its give us a real transparency which is far better than .gif Arise our problem. IE 6. Same old pal who loves to give us headache developing website but we can&#8217;t just forget it because number of ie6 users is still significant, at least ]]></description>
			<content:encoded><![CDATA[<p>.png files format is essential in today&#8217;s website builder mainly because its give us a real transparency which is far better than .gif</p>
<p>Arise our problem. IE 6. Same old pal who loves to give us headache developing website but we can&#8217;t just forget it because number of ie6 users is still significant, at least for my sites.</p>
<p>The problem with ie6 this time is that it cannot display .png transparency properly. For those who don&#8217;t know about this problem please see example below.</p>
<div id="attachment_78" class="wp-caption alignnone" style="width: 208px"><a href="http://u-blue.com/blog/wp-content/uploads/2010/01/ie.png"><img class="size-full wp-image-78 " title="ie" src="http://u-blue.com/blog/wp-content/uploads/2010/01/ie.png" alt="" width="198" height="202" /></a><p class="wp-caption-text">Original PNG File</p></div>
<div class="mceTemp" style="text-align: center;">
<div id="attachment_86" class="wp-caption alignleft" style="width: 235px"><a href="http://u-blue.com/blog/wp-content/uploads/2010/01/ie7.png"><img class="size-full wp-image-86" title="ie7" src="http://u-blue.com/blog/wp-content/uploads/2010/01/ie7.png" alt="" width="225" height="234" /></a><p class="wp-caption-text">IE7</p></div>
</div>
<div id="attachment_84" class="wp-caption alignleft" style="width: 237px"><a href="http://u-blue.com/blog/wp-content/uploads/2010/01/ie6-11.png"><img class="size-full wp-image-84" title="ie6-1" src="http://u-blue.com/blog/wp-content/uploads/2010/01/ie6-11.png" alt="" width="227" height="233" /></a><p class="wp-caption-text">IE6 !!!</p></div>
<p style="clear: both;">
<p style="clear: both;">As we can see, ie6 image transparency is not really transplant.</p>
<p style="clear: both;"><span id="more-74"></span><strong>IE PNG FIX</strong></p>
<p style="clear: both;">The code we&#8217;ll use to fix this problem is iepngfix from <a href="http://www.twinhelix.com/css/iepngfix/">Twin Helix: IE PNG Fix</a>.</p>
<p style="clear: both;">Here&#8217;s how we use it:</p>
<ol>
<li>Download iepngfix.zip at original website above.</li>
<li>Extract then put iepngfix.htc and blank.gif into any folder you want.</li>
<li>Add style into your html or css file
<pre class="brush:xml">
&lt;!--[if lte IE 6]>

&lt;style type="text/css">
img, div, input { behavior: url("iepngfix.htc") }
&lt;/style>&lt;![endif]--></pre>
</li>
</ol>
<p>Save you files and refresh the browser ie6</p>
<div id="attachment_89" class="wp-caption alignnone" style="width: 239px"><a href="http://u-blue.com/blog/wp-content/uploads/2010/01/ie6-after-ie.png"><img src="http://u-blue.com/blog/wp-content/uploads/2010/01/ie6-after-ie.png" alt="" title="ie6-after-ie" width="229" height="239" class="size-full wp-image-89" /></a><p class="wp-caption-text">IE6 Works!</p></div>
<p>Note: If iepngfix.htc and blank.gif is not in the same location(folder) you have to open file iepngfix.htc using notepad and change path of &#8220;IEPNGFix.blankImg = thisFolder + &#8216;blank.gif&#8217;; &lt;&#8211;to absolute path e.g. IEPNGFix.blankImg =&#8217;/images/blank.gif&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.u-blue.com/en/2008/12/08/ie6-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

