<?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 Transparency CSS background-repeat Fix</title>
	<atom:link href="http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix</link>
	<description>...looking for more than eyes can see</description>
	<lastBuildDate>Mon, 08 Mar 2010 15:53:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kerri</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-26513</link>
		<dc:creator>Kerri</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-26513</guid>
		<description>Yay!!  I&#039;ve been looking so long for a fix to this.  Thank you!!</description>
		<content:encoded><![CDATA[<p>Yay!!  I&#8217;ve been looking so long for a fix to this.  Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: toni</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-23602</link>
		<dc:creator>toni</dc:creator>
		<pubDate>Fri, 18 Dec 2009 20:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-23602</guid>
		<description>This worked for me, it left me use a .png image on repeating background on ie6. - http://www.dillerdesign.com/experiment/DD_belatedPNG/</description>
		<content:encoded><![CDATA[<p>This worked for me, it left me use a .png image on repeating background on ie6. &#8211; <a href="http://www.dillerdesign.com/experiment/DD_belatedPNG/" rel="nofollow">http://www.dillerdesign.com/experiment/DD_belatedPNG/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iera</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-23493</link>
		<dc:creator>iera</dc:creator>
		<pubDate>Thu, 17 Dec 2009 00:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-23493</guid>
		<description>sorry peter, the slash is typo error here (my mistake, just ignore the slash)..
i can&#039;t use skype... can u just emel me..
tq very3x much..</description>
		<content:encoded><![CDATA[<p>sorry peter, the slash is typo error here (my mistake, just ignore the slash)..<br />
i can&#8217;t use skype&#8230; can u just emel me..<br />
tq very3x much..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-23486</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Wed, 16 Dec 2009 22:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-23486</guid>
		<description>@iera - background-repeat: repeat-y transparent;/ what is that slash? Contact me on skype if you can&#039;t resolve it</description>
		<content:encoded><![CDATA[<p>@iera &#8211; background-repeat: repeat-y transparent;/ what is that slash? Contact me on skype if you can&#8217;t resolve it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iera</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-23446</link>
		<dc:creator>iera</dc:creator>
		<pubDate>Wed, 16 Dec 2009 05:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-23446</guid>
		<description>need help... i&#039;ve used ur code in my website, but it doesn&#039;t work...
i use xoops for my website and the css code is in external file (ex:style.css)...

Here is my code:

.center-box-l {
	background-image: url(img/center-box-l.png);
	background-repeat: repeat-y transparent;/	
	background-position: right top;
	width: 10px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=&#039;true&#039;, sizingMethod=&#039;scale&#039;;, src=&#039;img/center-box-l.png&#039;);


any idea... very need help... plzzz</description>
		<content:encoded><![CDATA[<p>need help&#8230; i&#8217;ve used ur code in my website, but it doesn&#8217;t work&#8230;<br />
i use xoops for my website and the css code is in external file (ex:style.css)&#8230;</p>
<p>Here is my code:</p>
<p>.center-box-l {<br />
	background-image: url(img/center-box-l.png);<br />
	background-repeat: repeat-y transparent;/<br />
	background-position: right top;<br />
	width: 10px;<br />
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=&#8217;true&#8217;, sizingMethod=&#8217;scale&#8217;;, src=&#8217;img/center-box-l.png&#8217;);</p>
<p>any idea&#8230; very need help&#8230; plzzz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-21163</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:33:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-21163</guid>
		<description>@Arun repeat-x won&#039;t help you in IE6 check the demo above.</description>
		<content:encoded><![CDATA[<p>@Arun repeat-x won&#8217;t help you in IE6 check the demo above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arun</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-21156</link>
		<dc:creator>Arun</dc:creator>
		<pubDate>Fri, 06 Nov 2009 13:05:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-21156</guid>
		<description>I have given in CSS a PNG image repeat X in the background. But it as some issue in ie6.... Kindly help me

My code is .

	height:60px;
	text-align:left;
	vertical-align:top;
	background-image: url(../Images/Top_Shadow_bg.png);
	background-repeat: repeat-x;
	background-color:#FFCC00;

Kindly do teh needful</description>
		<content:encoded><![CDATA[<p>I have given in CSS a PNG image repeat X in the background. But it as some issue in ie6&#8230;. Kindly help me</p>
<p>My code is .</p>
<p>	height:60px;<br />
	text-align:left;<br />
	vertical-align:top;<br />
	background-image: url(../Images/Top_Shadow_bg.png);<br />
	background-repeat: repeat-x;<br />
	background-color:#FFCC00;</p>
<p>Kindly do teh needful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-17535</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Thu, 03 Sep 2009 12:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-17535</guid>
		<description>@Kam - don&#039;t understand your question. The example provided does not use javascript and will work great with conditional css.</description>
		<content:encoded><![CDATA[<p>@Kam &#8211; don&#8217;t understand your question. The example provided does not use javascript and will work great with conditional css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kam</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-17490</link>
		<dc:creator>Kam</dc:creator>
		<pubDate>Wed, 02 Sep 2009 18:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-17490</guid>
		<description>Great, did not want to use any javascript, and since I separate my css for ie6 and have it be conditional, everything seems go. What about png&#039;s on the site?</description>
		<content:encoded><![CDATA[<p>Great, did not want to use any javascript, and since I separate my css for ie6 and have it be conditional, everything seems go. What about png&#8217;s on the site?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jefferson</title>
		<link>http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix/comment-page-1#comment-14616</link>
		<dc:creator>Jefferson</dc:creator>
		<pubDate>Fri, 26 Jun 2009 18:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.creonfx.com/internet-explorer/ie6-png-transparency-css-background-repeat-fix#comment-14616</guid>
		<description>I very very veryyyy Happy!!!! Tranks</description>
		<content:encoded><![CDATA[<p>I very very veryyyy Happy!!!! Tranks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
