<?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: Fix PNG Alpha Transparency Issue in IE6</title>
	<atom:link href="http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html/feed" rel="self" type="application/rss+xml" />
	<link>http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html</link>
	<description>Know your technology head on</description>
	<pubDate>Sat, 05 Jul 2008 19:27:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Chris</title>
		<link>http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2716</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 10 Sep 2007 02:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2716</guid>
		<description>the site is http://www.gluetest.co.za/hyperauction</description>
		<content:encoded><![CDATA[<p>the site is <a href="http://www.gluetest.co.za/hyperauction" rel="nofollow">http://www.gluetest.co.za/hyperauction</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2703</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 09 Sep 2007 06:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2703</guid>
		<description>The URL is &lt;a href="http://www.gluetest.co.za/hyperauction" rel="nofollow"&gt;http://www.gluetest.co.za/hyperauction&lt;/a&gt;. When entering the page there is a part above the image that should have a transparent background. When you follow one of the links in the top menu the content body, notice that the &lt;code&gt;min-height&lt;/code&gt; CSS rule isn't working either. Here is the CSS class that I'm using:

&lt;code&gt;
.content_body {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transparent.png',sizingMethod='scale');
    width: 750px;
	min-height:450px;
	padding:15px;
	text-align:left;
}
&lt;/code&gt;
I've read that in some examples they use a CSS rule "&lt;code&gt;background-image:none&lt;/code&gt;" and I've tried that but it doesn't work either.

I appreciate your help a lot because this site is due tuesday and I'm practically just a newbie.</description>
		<content:encoded><![CDATA[<p>The URL is <a href="http://www.gluetest.co.za/hyperauction" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/www.gluetest.co.za');">http://www.gluetest.co.za/hyperauction</a>. When entering the page there is a part above the image that should have a transparent background. When you follow one of the links in the top menu the content body, notice that the <code>min-height</code> CSS rule isn&#8217;t working either. Here is the CSS class that I&#8217;m using:</p>
<p><code><br />
.content_body {<br />
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/transparent.png',sizingMethod='scale');<br />
    width: 750px;<br />
	min-height:450px;<br />
	padding:15px;<br />
	text-align:left;<br />
}<br />
</code><br />
I&#8217;ve read that in some examples they use a CSS rule &#8220;<code>background-image:none</code>&#8221; and I&#8217;ve tried that but it doesn&#8217;t work either.</p>
<p>I appreciate your help a lot because this site is due tuesday and I&#8217;m practically just a newbie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2686</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Sat, 08 Sep 2007 17:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2686</guid>
		<description>Hi Chris,

I may be able to help you if you let me know the site you are trying this on.

Keith</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>I may be able to help you if you let me know the site you are trying this on.</p>
<p>Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2676</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 08 Sep 2007 13:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2676</guid>
		<description>i've tried using the style sheet hack but it doesn't want to work.  i'm using a png image that's basicly a grey square with 75% transparency and i'm using it as my div's background-image. any suggestions?</description>
		<content:encoded><![CDATA[<p>i&#8217;ve tried using the style sheet hack but it doesn&#8217;t want to work.  i&#8217;m using a png image that&#8217;s basicly a grey square with 75% transparency and i&#8217;m using it as my div&#8217;s background-image. any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keith</title>
		<link>http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2002</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Fri, 22 Jun 2007 01:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-2002</guid>
		<description>Hey Trakin,
Glad that this helped to overcome the problem you were facing.

Keith</description>
		<content:encoded><![CDATA[<p>Hey Trakin,<br />
Glad that this helped to overcome the problem you were facing.</p>
<p>Keith</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trakin</title>
		<link>http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-1998</link>
		<dc:creator>Trakin</dc:creator>
		<pubDate>Thu, 21 Jun 2007 21:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://techie-buzz.com/how-to/fix-png-alpha-transparency-issue-in-ie6.html#comment-1998</guid>
		<description>I have been fighting this issue on my blog for nearly 3 months now. Have a look at my logo on the top. It looks especially bad on dark black bg that I have. I have let it alone. Approx 20% of my users are IE6 and see the background instead of the transparency. Now I am going to fix this problem. Thanks for the info...</description>
		<content:encoded><![CDATA[<p>I have been fighting this issue on my blog for nearly 3 months now. Have a look at my logo on the top. It looks especially bad on dark black bg that I have. I have let it alone. Approx 20% of my users are IE6 and see the background instead of the transparency. Now I am going to fix this problem. Thanks for the info&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
