<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: PNG Image Fix For IE</title>
	<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/</link>
	<description>Web Development and Design, and Anything That Matters</description>
	<pubDate>Fri, 16 May 2008 06:10:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: _megankish__</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-76306</link>
		<pubDate>Mon, 12 May 2008 15:14:30 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-76306</guid>
					<description>AWESOMENESS!  This saved my life!  I have used a couple other png fixes before, but that loading time was a real drag.  It took me a couple of times to get this right with the location of my blank.gif but I got it working!  I was also excited to see that it fixes the small image distortion.  I had small images of folders on the homepage and they were slightly distorted and I couldn't figure out why!

You have an awesome brain!

thanks!</description>
		<content:encoded><![CDATA[<p>AWESOMENESS!  This saved my life!  I have used a couple other png fixes before, but that loading time was a real drag.  It took me a couple of times to get this right with the location of my blank.gif but I got it working!  I was also excited to see that it fixes the small image distortion.  I had small images of folders on the homepage and they were slightly distorted and I couldn&#8217;t figure out why!</p>
<p>You have an awesome brain!</p>
<p>thanks!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70419</link>
		<pubDate>Fri, 11 Apr 2008 04:51:39 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70419</guid>
					<description>@JK, thanks for the note, noticed that as well, but was just too lazy to look at it previously, coz I knew how to avoid it. 
Anyway, just fix it, more about it at:
http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/</description>
		<content:encoded><![CDATA[<p>@JK, thanks for the note, noticed that as well, but was just too lazy to look at it previously, coz I knew how to avoid it.<br />
Anyway, just fix it, more about it at:<br />
<a href='http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/' rel='nofollow'>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/</a>
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: JK</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70315</link>
		<pubDate>Thu, 10 Apr 2008 18:24:02 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70315</guid>
					<description>Be aware that setting this.runtimeStyle.backgroundImage = &quot;none&quot; causes IE to call &quot;none&quot; from the server. If you have a lot of images, that is a lo of calls for a non-existing file. Check your fiddlers.</description>
		<content:encoded><![CDATA[<p>Be aware that setting this.runtimeStyle.backgroundImage = &#8220;none&#8221; causes IE to call &#8220;none&#8221; from the server. If you have a lot of images, that is a lo of calls for a non-existing file. Check your fiddlers.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70305</link>
		<pubDate>Thu, 10 Apr 2008 17:19:54 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70305</guid>
					<description>@CMN, Thanks for the note, I've updated the .css file to be in sync, the difference is with * html img, it iwill automatically pick up &amp;#60;img&amp;#62; tags and fix the png transparency issue. 

On some cases if you have lots of img tags with only a few that requires transparency fix, you can choose to remove it, and you would have to add &quot;png&quot; class name for &amp;#60;img&amp;#62; that needs the tranparency fix, for performance reason.

&amp;#60;div class=&quot;box png&quot;&amp;#62;...&amp;#60;/div&amp;#62; is just an example assuming that &quot;box&quot; contains background image defined in the css, I've changed it to &quot;flower_bg&quot; to avoid confusion.</description>
		<content:encoded><![CDATA[<p>@CMN, Thanks for the note, I&#8217;ve updated the .css file to be in sync, the difference is with * html img, it iwill automatically pick up &lt;img&gt; tags and fix the png transparency issue. </p>
<p>On some cases if you have lots of img tags with only a few that requires transparency fix, you can choose to remove it, and you would have to add &#8220;png&#8221; class name for &lt;img&gt; that needs the tranparency fix, for performance reason.</p>
<p>&lt;div class=&#8221;box png&#8221;&gt;&#8230;&lt;/div&gt; is just an example assuming that &#8220;box&#8221; contains background image defined in the css, I&#8217;ve changed it to &#8220;flower_bg&#8221; to avoid confusion.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: CMN</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70296</link>
		<pubDate>Thu, 10 Apr 2008 16:08:55 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70296</guid>
					<description>There is a code difference between the version from &quot;download link&quot;  vs the one presented on table above - &quot;*html. img&quot; is missing in the former. That makes the difference in 

While, i have no luck in the Stylesheet image. Can i have more detailed explanation on how we put in  ? Where do we include this ? All words &quot;box png&quot; in ?</description>
		<content:encoded><![CDATA[<p>There is a code difference between the version from &#8220;download link&#8221;  vs the one presented on table above - &#8220;*html. img&#8221; is missing in the former. That makes the difference in </p>
<p>While, i have no luck in the Stylesheet image. Can i have more detailed explanation on how we put in  ? Where do we include this ? All words &#8220;box png&#8221; in ?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Christine Walker</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70286</link>
		<pubDate>Thu, 10 Apr 2008 14:44:06 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70286</guid>
					<description>This is a great solution and so easy to implement. Thanks so much.</description>
		<content:encoded><![CDATA[<p>This is a great solution and so easy to implement. Thanks so much.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70230</link>
		<pubDate>Thu, 10 Apr 2008 07:12:18 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70230</guid>
					<description>Forgot to mention that you'll need to download blank.gif to /images folder, instructions updated.</description>
		<content:encoded><![CDATA[<p>Forgot to mention that you&#8217;ll need to download blank.gif to /images folder, instructions updated.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Adam</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70132</link>
		<pubDate>Wed, 09 Apr 2008 19:11:57 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70132</guid>
					<description>Great fix.  I tried it and I am getting trasparency and images, but the image has a broken link behind it.</description>
		<content:encoded><![CDATA[<p>Great fix.  I tried it and I am getting trasparency and images, but the image has a broken link behind it.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70027</link>
		<pubDate>Wed, 09 Apr 2008 10:17:04 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-70027</guid>
					<description>@Lemu, please find the step-by-step instructions as requested.</description>
		<content:encoded><![CDATA[<p>@Lemu, please find the step-by-step instructions as requested.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-69859</link>
		<pubDate>Tue, 08 Apr 2008 13:44:38 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-69859</guid>
					<description>Nils, I guess it's a matter of preference, for those with developer background, they may not like the lengthy declration of the filter in seperate CSS. For peole like them, including me, it's a bliss to be able to just declare a class name and solve the problem. :)</description>
		<content:encoded><![CDATA[<p>Nils, I guess it&#8217;s a matter of preference, for those with developer background, they may not like the lengthy declration of the filter in seperate CSS. For peole like them, including me, it&#8217;s a bliss to be able to just declare a class name and solve the problem. :)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
