<?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 Development and Design, and Anything That Matters</description>
	<pubDate>Fri, 12 Mar 2010 23:34:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<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>
	<item>
		<title>by: prabhu</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-101475</link>
		<pubDate>Tue, 14 Oct 2008 13:21:58 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-101475</guid>
					<description>actually this is my code
.pngbg
{
background:URL(trans.png) no-repeat left top;
height:150px;
}
below this i have your CSS png fix styles in my page.
unforunately i couldn't send my page URL, since that's a local file.</description>
		<content:encoded><![CDATA[<p>actually this is my code<br />
.pngbg<br />
{<br />
background:URL(trans.png) no-repeat left top;<br />
height:150px;<br />
}<br />
below this i have your CSS png fix styles in my page.<br />
unforunately i couldn&#8217;t send my page URL, since that&#8217;s a local file.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: prabhu</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-101474</link>
		<pubDate>Tue, 14 Oct 2008 13:13:53 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-101474</guid>
					<description>I have applied this to my html page, but this code is not working for background image style which comes from CSS style.

Ami right? or i am implementing in a wrong way?</description>
		<content:encoded><![CDATA[<p>I have applied this to my html page, but this code is not working for background image style which comes from CSS style.</p>
<p>Ami right? or i am implementing in a wrong way?
</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-85768</link>
		<pubDate>Sun, 06 Jul 2008 17:35:36 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-85768</guid>
					<description>Robert you are still using the original version, re-download and update your pngfix.css with the pached version.</description>
		<content:encoded><![CDATA[<p>Robert you are still using the original version, re-download and update your pngfix.css with the pached version.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Robert</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-84666</link>
		<pubDate>Wed, 02 Jul 2008 11:33:00 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-84666</guid>
					<description>[Running IE6]
Great fix, but there's two problems I'm noticing:

- images within the page display properly, but come up with the broken link X on them.

- tables with the png class applied to them, turn up with completely unclickable links

I would appreciate if you would e-mail your comments to me as well...</description>
		<content:encoded><![CDATA[<p>[Running IE6]<br />
Great fix, but there&#8217;s two problems I&#8217;m noticing:</p>
<p>- images within the page display properly, but come up with the broken link X on them.</p>
<p>- tables with the png class applied to them, turn up with completely unclickable links</p>
<p>I would appreciate if you would e-mail your comments to me as well&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jeff</title>
		<link>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-77896</link>
		<pubDate>Fri, 23 May 2008 08:27:55 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2008/04/11/solving-css-png-fix-background-none-call/#comment-77896</guid>
					<description>Very nice. Cheers :)</description>
		<content:encoded><![CDATA[<p>Very nice. Cheers :)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
