<?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: Hacking transparent PNG support into IE6 with IE PNG Fix, CSS and jQuery (part 1 of 2)</title>
	<atom:link href="http://www.pathf.com/blogs/2008/04/hacking-transpa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/</link>
	<description>Running commentary about agile development, user experience design and Ajax.</description>
	<pubDate>Sat, 11 Oct 2008 13:47:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mingfai</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-1782</link>
		<dc:creator>mingfai</dc:creator>
		<pubDate>Fri, 06 Jun 2008 05:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-1782</guid>
		<description>http://code.google.com/p/ie7-js/

&#62;The script only fixes images named: *-trans.png

&#62;Unfortunately, the transparent background image cannot be tiled (repeated) using background-repeat. Nor can it be positioned using background-position.</description>
		<content:encoded><![CDATA[<p><a href="http://code.google.com/p/ie7-js/" rel="nofollow">http://code.google.com/p/ie7-js/</a></p>
<p>&gt;The script only fixes images named: *-trans.png</p>
<p>&gt;Unfortunately, the transparent background image cannot be tiled (repeated) using background-repeat. Nor can it be positioned using background-position.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dillard</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-49</link>
		<dc:creator>Brian Dillard</dc:creator>
		<pubDate>Wed, 07 May 2008 20:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-49</guid>
		<description>&lt;p&gt;@Jonah Dempcy: I haven't used the Edwards libraries but I hear good things about them.&lt;/p&gt;

</description>
		<content:encoded><![CDATA[<p>@Jonah Dempcy: I haven&#8217;t used the Edwards libraries but I hear good things about them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonah Dempcy</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-48</link>
		<dc:creator>Jonah Dempcy</dc:creator>
		<pubDate>Wed, 07 May 2008 02:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-48</guid>
		<description>&lt;p&gt;What about Dean Edwards' IE7.js and IE8.js libraries? They purportedly fix all PNG transparency issues in IE. Have you had any luck with those? I included the IE7.js library on one page I worked on and they seemed to do the trick.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>What about Dean Edwards&#8217; IE7.js and IE8.js libraries? They purportedly fix all PNG transparency issues in IE. Have you had any luck with those? I included the IE7.js library on one page I worked on and they seemed to do the trick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vpetreski</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-47</link>
		<dc:creator>vpetreski</dc:creator>
		<pubDate>Fri, 02 May 2008 12:17:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-47</guid>
		<description>&lt;p&gt;&lt;a href="http://www.comesolvego.com/2008/05/02/the-quickest-css-hack-fix-for-ie/" rel="nofollow"&gt;http://www.comesolvego.com/2008/05/02/the-quickest-css-hack-fix-for-ie/&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="http://www.comesolvego.com/2008/05/02/the-quickest-css-hack-fix-for-ie/" rel="nofollow">http://www.comesolvego.com/2008/05/02/the-quickest-css-hack-fix-for-ie/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Dillard</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-46</link>
		<dc:creator>Brian Dillard</dc:creator>
		<pubDate>Mon, 28 Apr 2008 14:30:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-46</guid>
		<description>&lt;p&gt;@Stephen&lt;/p&gt;

&lt;p&gt;I'm not sure whether HTC files can be accessed across domains. They are, after all, JavaScript files, so XSS security protections may prevent them from being executed across domains. A quick Google search on the topic didn't turn up a definitive answer, but that may be your problem.&lt;/p&gt;

&lt;p&gt;The other problem is that the HTC file on your main domain no doubt points to a blank.gif file that is hosted on that main domain. I'm assuming it has a file path without a protocol or a domain, for instance:&lt;/p&gt;

&lt;p&gt;/img/whatever/blank.gif.&lt;/p&gt;

&lt;p&gt;You'd need to change this to:&lt;/p&gt;

&lt;p&gt;&lt;a href="http://maindomain.com/img/whatever/blank.gif" rel="nofollow"&gt;http://maindomain.com/img/whatever/blank.gif&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Either or both of these problems could be preventing your solution from working on your wiki.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Stephen</p>
<p>I&#8217;m not sure whether HTC files can be accessed across domains. They are, after all, JavaScript files, so XSS security protections may prevent them from being executed across domains. A quick Google search on the topic didn&#8217;t turn up a definitive answer, but that may be your problem.</p>
<p>The other problem is that the HTC file on your main domain no doubt points to a blank.gif file that is hosted on that main domain. I&#8217;m assuming it has a file path without a protocol or a domain, for instance:</p>
<p>/img/whatever/blank.gif.</p>
<p>You&#8217;d need to change this to:</p>
<p><a href="http://maindomain.com/img/whatever/blank.gif" rel="nofollow">http://maindomain.com/img/whatever/blank.gif</a></p>
<p>Either or both of these problems could be preventing your solution from working on your wiki.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-45</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 28 Apr 2008 03:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-45</guid>
		<description>&lt;p&gt;Thanks, this works great on my main site, so I know I've got it working. But do you know if there are any issues that would stop it from working when accessed from another site? &lt;/p&gt;

&lt;p&gt;In other words, I have a wiki at wikidot.com. I have no way to put the .htc file and blank .gif on the server that is hosting the wiki, so I am trying to use them on my main domain. So in my wikidot CSS, I put:&lt;/p&gt;

&lt;p&gt;img  {&lt;br /&gt;
behavior: url(&lt;a href="http://www.mydomain.com/CSS/iepngfix.htc);" rel="nofollow"&gt;http://www.mydomain.com/CSS/iepngfix.htc);&lt;/a&gt;&lt;br /&gt;
}&lt;/p&gt;

&lt;p&gt;...which should cause it to execute the code that is on my main site, but this doesn't work at all. &lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks, this works great on my main site, so I know I&#8217;ve got it working. But do you know if there are any issues that would stop it from working when accessed from another site? </p>
<p>In other words, I have a wiki at wikidot.com. I have no way to put the .htc file and blank .gif on the server that is hosting the wiki, so I am trying to use them on my main domain. So in my wikidot CSS, I put:</p>
<p>img  {<br />
behavior: url(<a href="http://www.mydomain.com/CSS/iepngfix.htc);" rel="nofollow"></a><a href="http://www.mydomain.com/CSS/iepngfix.htc" rel="nofollow">http://www.mydomain.com/CSS/iepngfix.htc</a>);<br />
}</p>
<p>&#8230;which should cause it to execute the code that is on my main site, but this doesn&#8217;t work at all. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Libor Fikr</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-44</link>
		<dc:creator>Libor Fikr</dc:creator>
		<pubDate>Fri, 11 Apr 2008 15:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-44</guid>
		<description>&lt;p&gt;Useful. Thanks.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Useful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Wittek</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-43</link>
		<dc:creator>Thomas Wittek</dc:creator>
		<pubDate>Fri, 11 Apr 2008 11:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-43</guid>
		<description>&lt;p&gt;I created a cleaned up and enhanced version of the original PNGFix that  also supports background-position: &lt;a href="http://gedankenkonstrukt.de/?action=show;id=58" rel="nofollow"&gt;http://gedankenkonstrukt.de/?action=show;id=58&lt;/a&gt;&lt;br /&gt;
It's not thoroughly tested yet, but it seems to work.&lt;br /&gt;
Also, it doesn't rely on jQuery.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I created a cleaned up and enhanced version of the original PNGFix that  also supports background-position: <a href="http://gedankenkonstrukt.de/?action=show;id=58" rel="nofollow">http://gedankenkonstrukt.de/?action=show;id=58</a><br />
It&#8217;s not thoroughly tested yet, but it seems to work.<br />
Also, it doesn&#8217;t rely on jQuery.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Angus Turnbull</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-42</link>
		<dc:creator>Angus Turnbull</dc:creator>
		<pubDate>Fri, 11 Apr 2008 05:54:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-42</guid>
		<description>&lt;p&gt;I'm glad you found my script useful!&lt;/p&gt;

&lt;p&gt;Yeah, sadly the MS filter doesn't support background-position or -repeat. The v1.0RC5 script will stretch the image to cover the element when repeat is specified. Perhaps in future I'll add a separate component to create many nested elements to "mimic" a repeating background where required.&lt;/p&gt;

&lt;p&gt;Also, if you could just link to the main IEPNGFix page on my site that would be great -- the /test/ folder is liable to vanish at random moments :). The main page links to both versions for download currently.&lt;/p&gt;

&lt;p&gt;Cheers - Angus.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you found my script useful!</p>
<p>Yeah, sadly the MS filter doesn&#8217;t support background-position or -repeat. The v1.0RC5 script will stretch the image to cover the element when repeat is specified. Perhaps in future I&#8217;ll add a separate component to create many nested elements to &#8220;mimic&#8221; a repeating background where required.</p>
<p>Also, if you could just link to the main IEPNGFix page on my site that would be great &#8212; the /test/ folder is liable to vanish at random moments :). The main page links to both versions for download currently.</p>
<p>Cheers - Angus.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.pathf.com/blogs/2008/04/hacking-transpa/#comment-41</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Fri, 11 Apr 2008 01:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.pathf.com/blogs/?p=33#comment-41</guid>
		<description>&lt;p&gt;thank you so very much for making this beautiful and simple walthrough to this horrendous problem.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>thank you so very much for making this beautiful and simple walthrough to this horrendous problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
