<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Solving CSS PNG Fix Background &#8220;none&#8221; Call</title>
	<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/</link>
	<description>Web Developer, Web Designer, Ruby on Rails Developer, a Curious Man based in Singapore</description>
	<pubDate>Fri, 10 Feb 2012 12:42:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: The Ultimate List of IE6 Fixes &#38; Hacks &#124; Matt Sparks Blog</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-250633</link>
		<pubDate>Thu, 01 Sep 2011 00:58:46 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-250633</guid>
					<description>[...] PNG Image Fix for IE [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] PNG Image Fix for IE [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-219800</link>
		<pubDate>Wed, 15 Dec 2010 10:25:09 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-219800</guid>
					<description>Yep it works, note that the bacground position will be reset to 0,0</description>
		<content:encoded><![CDATA[<p>Yep it works, note that the bacground position will be reset to 0,0
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Vaishakh</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-219793</link>
		<pubDate>Wed, 15 Dec 2010 09:33:22 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-219793</guid>
					<description>Hey dude,

Does this CSS will work with background image?

Cheers!
Vaishakh</description>
		<content:encoded><![CDATA[<p>Hey dude,</p>
<p>Does this CSS will work with background image?</p>
<p>Cheers!<br />
Vaishakh
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mrs T-Shirts</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-206538</link>
		<pubDate>Mon, 09 Aug 2010 13:38:19 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-206538</guid>
					<description>Fix worked a treat. Our IE6 users are now back on line.
Thanks
Heidi</description>
		<content:encoded><![CDATA[<p>Fix worked a treat. Our IE6 users are now back on line.<br />
Thanks<br />
Heidi
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: The Ultimate List of IE6 Fixes &#38; Hacks &#171; blog.mattsparks.com</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-195757</link>
		<pubDate>Tue, 04 May 2010 22:40:51 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-195757</guid>
					<description>[...] PNG Image Fix for IE [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] PNG Image Fix for IE [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Hemant Chanderiya</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-167725</link>
		<pubDate>Tue, 18 Aug 2009 07:34:31 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-167725</guid>
					<description>Thank You, its really great solution for calling png image.
but i have a 1 question, when i position fixed in the css
it takes defaut left position in IE, waht is it the solution for center align in IE.</description>
		<content:encoded><![CDATA[<p>Thank You, its really great solution for calling png image.<br />
but i have a 1 question, when i position fixed in the css<br />
it takes defaut left position in IE, waht is it the solution for center align in IE.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Eduardo</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-162904</link>
		<pubDate>Tue, 16 Jun 2009 21:08:53 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-162904</guid>
					<description>Helo!

The fix is great, exactly what I was looking for, thanks!

The only thing I see is that when you have an element with &quot;sprite&quot; background, like this:

background-position:0 -10px;

It will fail to set the right coordinates. As far as I could investigate I could change the behaviour with &quot;sizingMethod&quot;, but couldn't set it right.

Is this actually possible to solve or I just have to use one image file for each background?

Thanks, and congrats. for the blog, you have some really interesting stuff here... I'm glad I found it !

eD</description>
		<content:encoded><![CDATA[<p>Helo!</p>
<p>The fix is great, exactly what I was looking for, thanks!</p>
<p>The only thing I see is that when you have an element with &#8220;sprite&#8221; background, like this:</p>
<p>background-position:0 -10px;</p>
<p>It will fail to set the right coordinates. As far as I could investigate I could change the behaviour with &#8220;sizingMethod&#8221;, but couldn&#8217;t set it right.</p>
<p>Is this actually possible to solve or I just have to use one image file for each background?</p>
<p>Thanks, and congrats. for the blog, you have some really interesting stuff here&#8230; I&#8217;m glad I found it !</p>
<p>eD
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Ira</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-139790</link>
		<pubDate>Thu, 26 Feb 2009 00:12:29 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-139790</guid>
					<description>This is great code.  I do have one question though.  Have you figured out how to get the background image to position correctly?  Mine always goes to the top left.  Thanks a lot.</description>
		<content:encoded><![CDATA[<p>This is great code.  I do have one question though.  Have you figured out how to get the background image to position correctly?  Mine always goes to the top left.  Thanks a lot.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Graphics File Format &#171; Muhammadfauzie&#8217;s Blog</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-118442</link>
		<pubDate>Sun, 04 Jan 2009 05:59:37 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-118442</guid>
					<description>[...] CSS PNG fix (with background call none fix) (CSS) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] CSS PNG fix (with background call none fix) (CSS) [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rob</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-108173</link>
		<pubDate>Mon, 24 Nov 2008 19:03:14 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-108173</guid>
					<description>Great fix! I did find one problem, if you have an  tag that has a height/width set, the fix undoes. If you use sizingMethod='scale' instead of sizingMethod='image' then it fixes the problem.</description>
		<content:encoded><![CDATA[<p>Great fix! I did find one problem, if you have an  tag that has a height/width set, the fix undoes. If you use sizingMethod=&#8217;scale&#8217; instead of sizingMethod=&#8217;image&#8217; then it fixes the problem.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

