<?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: WordPress: Fixing PNG transparency issues in IE</title>
	<atom:link href="http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/</link>
	<description>Just another programming weblog</description>
	<pubDate>Thu, 28 Aug 2008 07:26:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Niyaz</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-8931</link>
		<dc:creator>Niyaz</dc:creator>
		<pubDate>Tue, 22 Jul 2008 14:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-8931</guid>
		<description>&lt;p&gt;A big thanks to you for making this particular modification.. really appreciate it ...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>A big thanks to you for making this particular modification.. really appreciate it &#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Renaud</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-8404</link>
		<dc:creator>Renaud</dc:creator>
		<pubDate>Tue, 13 May 2008 09:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-8404</guid>
		<description>&lt;p&gt;To Krembo99: it may be a good solution to put the CSS trick in the HTML header directly between these conditional comments.
Whichever way you do it wouldn't matter much in term of performance: Behaviors are a IE-only extension and are totally ignored by other browsers.
Just use the way that makes most sense to you and your site structure.&lt;/p&gt;

&lt;p&gt;There have been some improvements made to the PNG behavior I use and I'll post the detail soon.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>To Krembo99: it may be a good solution to put the CSS trick in the HTML header directly between these conditional comments.
Whichever way you do it wouldn&#8217;t matter much in term of performance: Behaviors are a IE-only extension and are totally ignored by other browsers.
Just use the way that makes most sense to you and your site structure.</p>

<p>There have been some improvements made to the PNG behavior I use and I&#8217;ll post the detail soon.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Krembo99</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-8402</link>
		<dc:creator>Krembo99</dc:creator>
		<pubDate>Tue, 13 May 2008 07:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-8402</guid>
		<description>&lt;p&gt;Shouldn't we use conditional comments here ?&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;!--[if IE 6]&#62;--&gt;&lt;/code&gt;
Css here&lt;/p&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;!--[if lte IE 5.5]&#62;--&gt;&lt;/code&gt;
Css Here&lt;/p&gt;

&lt;p&gt;Otherwise it would just overload browsers who does not really need that fix .&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Shouldn&#8217;t we use conditional comments here ?</p>

<p><code>&lt;!--[if IE 6]&amp;gt;--&gt;</code>
Css here</p>

<p>or</p>

<p><code>&lt;!--[if lte IE 5.5]&amp;gt;--&gt;</code>
Css Here</p>

<p>Otherwise it would just overload browsers who does not really need that fix .</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Niall Ridge</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-7272</link>
		<dc:creator>Niall Ridge</dc:creator>
		<pubDate>Wed, 20 Feb 2008 09:09:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-7272</guid>
		<description>&lt;p&gt;Flipping awesome! I found the pngbehaviour script but wasn't sure where it had to live for wordpress. Thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Flipping awesome! I found the pngbehaviour script but wasn&#8217;t sure where it had to live for wordpress. Thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Abucayon</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-6800</link>
		<dc:creator>Mark Abucayon</dc:creator>
		<pubDate>Sun, 09 Dec 2007 05:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-6800</guid>
		<description>&lt;p&gt;This is nice- It saves my day.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is nice- It saves my day.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-6646</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 26 Sep 2007 19:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-6646</guid>
		<description>&lt;p&gt;I simplified the process and created a simple plugin that should work out of the box.  You can find it here:&lt;/p&gt;

&lt;p&gt;http://www.mukei.org/8/ie-png-transparency-fix&lt;/p&gt;

&lt;p&gt;It's the same fix this article is describing except that it automatically adds the necessary HTML code to any template that will be used.  No need to modify individual templates.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I simplified the process and created a simple plugin that should work out of the box.  You can find it here:</p>

<p><a href="http://www.mukei.org/8/ie-png-transparency-fix" rel="nofollow">http://www.mukei.org/8/ie-png-transparency-fix</a></p>

<p>It&#8217;s the same fix this article is describing except that it automatically adds the necessary HTML code to any template that will be used.  No need to modify individual templates.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Razn8</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-6619</link>
		<dc:creator>Razn8</dc:creator>
		<pubDate>Thu, 13 Sep 2007 02:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-6619</guid>
		<description>&lt;p&gt;I've followed the instructions outlined in your article, but I can't get it to work in ie6.&lt;/p&gt;

&lt;p&gt;I'm using WordPress 2.2 and K2&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed the instructions outlined in your article, but I can&#8217;t get it to work in ie6.</p>

<p>I&#8217;m using WordPress 2.2 and K2</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Renaud</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-5642</link>
		<dc:creator>Renaud</dc:creator>
		<pubDate>Thu, 31 May 2007 00:03:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-5642</guid>
		<description>&lt;p&gt;Hi Andy,
It's true that I have supposed that WordPress was installed at the root of the website, so in your case, my guess is that you probably have a path issue.
One thing I do not mention in the article is that you may also have to edit the path to the blank.gif inside the &lt;code&gt;pngbehavior.htc&lt;/code&gt; file; you will probably want to update line 29 :
&lt;code&gt;var blankSrc = "/wp-content/themes/blank.gif";&lt;/code&gt;
to whatever path to &lt;code&gt;blank.gif&lt;/code&gt;.
Let me know if it worked.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Andy,
It&#8217;s true that I have supposed that WordPress was installed at the root of the website, so in your case, my guess is that you probably have a path issue.
One thing I do not mention in the article is that you may also have to edit the path to the blank.gif inside the <code>pngbehavior.htc</code> file; you will probably want to update line 29 :
<code>var blankSrc = "/wp-content/themes/blank.gif";</code>
to whatever path to <code>blank.gif</code>.
Let me know if it worked.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-5606</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 30 May 2007 19:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-5606</guid>
		<description>&lt;p&gt;Hi. Thanks for writing and developing this. I've used png IE fixes before with flat HTML sites, works great, but I just can't seem to get Wordpress to accept the fixes.  I hoped this was the answer but I just can't get this to work either.  Followed and didn't change your instructions.&lt;/p&gt;

&lt;p&gt;My only thought is perhaps because haven't got Wordpress installed in the URL root?  It's a dev site hosted a few levels deep. Any ideas?&lt;/p&gt;

&lt;p&gt;Thanks again.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for writing and developing this. I&#8217;ve used png IE fixes before with flat HTML sites, works great, but I just can&#8217;t seem to get Wordpress to accept the fixes.  I hoped this was the answer but I just can&#8217;t get this to work either.  Followed and didn&#8217;t change your instructions.</p>

<p>My only thought is perhaps because haven&#8217;t got Wordpress installed in the URL root?  It&#8217;s a dev site hosted a few levels deep. Any ideas?</p>

<p>Thanks again.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Clarke</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-3249</link>
		<dc:creator>Samuel Clarke</dc:creator>
		<pubDate>Sun, 04 Feb 2007 22:03:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-3249</guid>
		<description>&lt;p&gt;Thanks so much for that! This has saved me a lot of work. Hopefully in the next few years the rest of the world upgrade to more modern browsers - Safari, Firefox, IE7 (in that order). But for now this work around is great!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks so much for that! This has saved me a lot of work. Hopefully in the next few years the rest of the world upgrade to more modern browsers - Safari, Firefox, IE7 (in that order). But for now this work around is great!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Vikingprincess</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-1616</link>
		<dc:creator>Vikingprincess</dc:creator>
		<pubDate>Thu, 23 Nov 2006 12:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-1616</guid>
		<description>&lt;p&gt;BIG THANK YOU! 
I had been struggling on and off for days with getting a transparent png fix for IE6 to work.&lt;/p&gt;

&lt;p&gt;I couldn't get it to work until I read your page. 
It is particularly relevant for people who use Wordpress.&lt;/p&gt;

&lt;p&gt;Thanks again!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>BIG THANK YOU! 
I had been struggling on and off for days with getting a transparent png fix for IE6 to work.</p>

<p>I couldn&#8217;t get it to work until I read your page. 
It is particularly relevant for people who use Wordpress.</p>

<p>Thanks again!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Herbert Spencer</title>
		<link>http://blog.nkadesign.com/2006/wordpress-fixing-png-transparency-issues-in-ie/#comment-129</link>
		<dc:creator>Herbert Spencer</dc:creator>
		<pubDate>Thu, 13 Jul 2006 16:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nkadesign.com/?p=13#comment-129</guid>
		<description>&lt;p&gt;Hi, your post was just what I was looking for. Thanks a lot!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, your post was just what I was looking for. Thanks a lot!</p>]]></content:encoded>
	</item>
</channel>
</rss>
