<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: IE6 PNG Fix</title>
	<atom:link href="http://www.dave-woods.co.uk/index.php/ie6-png-fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/</link>
	<description></description>
	<lastBuildDate>Tue, 27 Jul 2010 10:27:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-26163</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 06 Sep 2009 13:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-26163</guid>
		<description>Hi Martin, basically the HTC file references it and uses it to allow transparency in IE6 :)</description>
		<content:encoded><![CDATA[<p>Hi Martin, basically the HTC file references it and uses it to allow transparency in IE6 <img src='http://www.dave-woods.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-26161</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 06 Sep 2009 13:14:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-26161</guid>
		<description>Is something missing?  Or have I got muddled?  There is  mention of blank.gif being needed, and being explained later - but I cannot find any subsequent mention of it.</description>
		<content:encoded><![CDATA[<p>Is something missing?  Or have I got muddled?  There is  mention of blank.gif being needed, and being explained later &#8211; but I cannot find any subsequent mention of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrck</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-16020</link>
		<dc:creator>Derrck</dc:creator>
		<pubDate>Thu, 27 Nov 2008 05:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-16020</guid>
		<description>i just used MS alpha filter. easy as pie.
the trick with links is that the links div must have positioning and the containing div cannot. works perfectly.
also use PNG 32 format.</description>
		<content:encoded><![CDATA[<p>i just used MS alpha filter. easy as pie.<br />
the trick with links is that the links div must have positioning and the containing div cannot. works perfectly.<br />
also use PNG 32 format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derrck</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-16010</link>
		<dc:creator>Derrck</dc:creator>
		<pubDate>Wed, 26 Nov 2008 22:51:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-16010</guid>
		<description>can&#039;t click on links. bummer. basically useless script unless you have an image only page.

just to let others know.</description>
		<content:encoded><![CDATA[<p>can&#8217;t click on links. bummer. basically useless script unless you have an image only page.</p>
<p>just to let others know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saul</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-11150</link>
		<dc:creator>saul</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:17:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-11150</guid>
		<description>&lt;!--[if gte IE 5.5]&gt;--&gt;




</description>
		<content:encoded><![CDATA[<p><!--[if gte IE 5.5]&gt;--></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saul</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-11149</link>
		<dc:creator>saul</dc:creator>
		<pubDate>Thu, 11 Sep 2008 20:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-11149</guid>
		<description>@Phil: U Could you use the following for your background and the IE6 PNG fix for non-repeatable images,

&lt;!--[if gte IE 5.5]&gt;--&gt;


#bgContainer { filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#aa000000, endColorstr=#aa000000);}




Perhaps this is a little old hat or misses the point - i do realise you are looking for a uniform fix but nevertheless as a substitute for a repeatable transparent image background, which you can also layer, you could use it?!

Within the same conditional type statements an alternative to the fix for non-repeatable images:

#img1 img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}
#img1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#039;images/tran.png&#039;,sizingMethod=&#039;image&#039;);}

Pretty old solution, i&#039;ve been doing other things so pls don&#039;t flame me, also some people don&#039;t like the conditionals but works effectively and can produce some amazing effects.

Good work Dave, I will see what i can do with this. TY.</description>
		<content:encoded><![CDATA[<p>@Phil: U Could you use the following for your background and the IE6 PNG fix for non-repeatable images,</p>
<p><!--[if gte IE 5.5]&gt;--></p>
<p>#bgContainer { filter: progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#aa000000, endColorstr=#aa000000);}</p>
<p>Perhaps this is a little old hat or misses the point &#8211; i do realise you are looking for a uniform fix but nevertheless as a substitute for a repeatable transparent image background, which you can also layer, you could use it?!</p>
<p>Within the same conditional type statements an alternative to the fix for non-repeatable images:</p>
<p>#img1 img { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);}<br />
#img1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=&#8217;images/tran.png&#8217;,sizingMethod=&#8217;image&#8217;);}</p>
<p>Pretty old solution, i&#8217;ve been doing other things so pls don&#8217;t flame me, also some people don&#8217;t like the conditionals but works effectively and can produce some amazing effects.</p>
<p>Good work Dave, I will see what i can do with this. TY.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-1522</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 21 Feb 2008 15:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-1522</guid>
		<description>That&#039;s awesome !!!
But is there actually a way to make it work with a repeatable background image ?</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome !!!<br />
But is there actually a way to make it work with a repeatable background image ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-1500</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 20 Feb 2008 19:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-1500</guid>
		<description>This is a great way of getting PNG&#039;s to work for IE6!
I was playing with this earlier on when I ran into a few issues with links. I was using the png as a background image within the div which has an absolute positioned link above. The link in IE6 didn&#039;t render, nothing happened when the mouse highlighted over. I found out that the div containing the background png cannot use positioning when you want to use a clickable link! So I wrapped the div containing the background image with a div that I could position. The link I currently had was positioned absolute, this also made the link fail. By removing the positioning and then floating this element I was able to get the link working. Got there in the end!

Ray, have you tried root relative paths?</description>
		<content:encoded><![CDATA[<p>This is a great way of getting PNG&#8217;s to work for IE6!<br />
I was playing with this earlier on when I ran into a few issues with links. I was using the png as a background image within the div which has an absolute positioned link above. The link in IE6 didn&#8217;t render, nothing happened when the mouse highlighted over. I found out that the div containing the background png cannot use positioning when you want to use a clickable link! So I wrapped the div containing the background image with a div that I could position. The link I currently had was positioned absolute, this also made the link fail. By removing the positioning and then floating this element I was able to get the link working. Got there in the end!</p>
<p>Ray, have you tried root relative paths?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-1323</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 10 Feb 2008 13:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-1323</guid>
		<description>Hi Ray, do you have a link available where I can see this in action and I&#039;ll take a look for you.</description>
		<content:encoded><![CDATA[<p>Hi Ray, do you have a link available where I can see this in action and I&#8217;ll take a look for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray Howell</title>
		<link>http://www.dave-woods.co.uk/index.php/ie6-png-fix/comment-page-1/#comment-1321</link>
		<dc:creator>Ray Howell</dc:creator>
		<pubDate>Sun, 10 Feb 2008 12:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dave-woods.co.uk/?p=165#comment-1321</guid>
		<description>Hi Me again; I must be stupid maybe - I&#039;m certainly confused - didn&#039;t set the path to the blank.gif; that said; still doesn&#039;t work I now end up with a white square where the chicken should be. What am I doing wrong? any ideas? The blank.gif is blank totally so it is not picking up the &#039;colour&#039; of that. I&#039;m lost. Bye</description>
		<content:encoded><![CDATA[<p>Hi Me again; I must be stupid maybe &#8211; I&#8217;m certainly confused &#8211; didn&#8217;t set the path to the blank.gif; that said; still doesn&#8217;t work I now end up with a white square where the chicken should be. What am I doing wrong? any ideas? The blank.gif is blank totally so it is not picking up the &#8216;colour&#8217; of that. I&#8217;m lost. Bye</p>
]]></content:encoded>
	</item>
</channel>
</rss>
