<?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: PNG Image Fix For IE</title>
	<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/</link>
	<description>Web Development and Design, and Anything That Matters</description>
	<pubDate>Thu, 11 Mar 2010 10:27:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.1</generator>

	<item>
		<title>by: VDV</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-157634</link>
		<pubDate>Mon, 27 Apr 2009 08:38:10 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-157634</guid>
					<description>Hi
this can bring BG of div bottom:

after:
this.runtimeStyle.backgroundImage = &quot;none&quot;

past(don`t forget put , after &quot;none&quot;):

img = new Image(),
img.src = this.origBg,
this.style.marginTop = this.style.posHeight - img.height,
this.style.height = img.height</description>
		<content:encoded><![CDATA[<p>Hi<br />
this can bring BG of div bottom:</p>
<p>after:<br />
this.runtimeStyle.backgroundImage = &#8220;none&#8221;</p>
<p>past(don`t forget put , after &#8220;none&#8221;):</p>
<p>img = new Image(),<br />
img.src = this.origBg,<br />
this.style.marginTop = this.style.posHeight - img.height,<br />
this.style.height = img.height
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: steelfrog</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-153873</link>
		<pubDate>Wed, 08 Apr 2009 17:43:40 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-153873</guid>
					<description>This CSS unfortunately didn't do the trick for me. It ended up cutting off half of the page (e.g., anything past the scroll bar) until I hovered on a block-level element.</description>
		<content:encoded><![CDATA[<p>This CSS unfortunately didn&#8217;t do the trick for me. It ended up cutting off half of the page (e.g., anything past the scroll bar) until I hovered on a block-level element.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Derrick</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-108622</link>
		<pubDate>Wed, 26 Nov 2008 14:31:22 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-108622</guid>
					<description>One question however, is there a preferred doc type. Im using strict 1.0 XHTML 1.0.

Thanks</description>
		<content:encoded><![CDATA[<p>One question however, is there a preferred doc type. Im using strict 1.0 XHTML 1.0.</p>
<p>Thanks
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Derrick</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-108621</link>
		<pubDate>Wed, 26 Nov 2008 14:29:00 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-108621</guid>
					<description>After trying literally dozens of junk scripts, this is the only one that worked fully for me. It works with PNG 32 and 8, for background images, and javascript rollovers.
Hats off to the developer. Somebody finally got it right.

Note: this worked on my positioned div background images as well.
WOW!</description>
		<content:encoded><![CDATA[<p>After trying literally dozens of junk scripts, this is the only one that worked fully for me. It works with PNG 32 and 8, for background images, and javascript rollovers.<br />
Hats off to the developer. Somebody finally got it right.</p>
<p>Note: this worked on my positioned div background images as well.<br />
WOW!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: PuneTech &#187; Interview with Mayank Jain - Co-founder of ApnaBill.com</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-93897</link>
		<pubDate>Tue, 26 Aug 2008 05:24:25 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-93897</guid>
					<description>[...] Prototype javascript library solves a lot of common cross browser issues. To completely eradicate them, an additional PNG hack from Pluit Solutions and IE7.js which lets IE6 browser render PNG images which have transparency. Once you have sanity in terms of cross browser issues, you can actually start focussing on feature development. [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Prototype javascript library solves a lot of common cross browser issues. To completely eradicate them, an additional PNG hack from Pluit Solutions and IE7.js which lets IE6 browser render PNG images which have transparency. Once you have sanity in terms of cross browser issues, you can actually start focussing on feature development. [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Herryanto Siatono</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-85854</link>
		<pubDate>Mon, 07 Jul 2008 04:10:24 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-85854</guid>
					<description>Anthony, did you try the updated script (UPDATE 2), I've just removed the old reference to the previous script to avoid confusion.</description>
		<content:encoded><![CDATA[<p>Anthony, did you try the updated script (UPDATE 2), I&#8217;ve just removed the old reference to the previous script to avoid confusion.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Anthony</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-84788</link>
		<pubDate>Thu, 03 Jul 2008 02:54:02 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-84788</guid>
					<description>Tried the fix script, looks great but my page now has broken tables and no links work whatsoever on the page...

plz help</description>
		<content:encoded><![CDATA[<p>Tried the fix script, looks great but my page now has broken tables and no links work whatsoever on the page&#8230;</p>
<p>plz help
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cosmi</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-84481</link>
		<pubDate>Tue, 01 Jul 2008 17:11:42 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-84481</guid>
					<description>Thanks, useful stuff.</description>
		<content:encoded><![CDATA[<p>Thanks, useful stuff.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nils Hendriks</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-83019</link>
		<pubDate>Thu, 26 Jun 2008 02:19:55 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-83019</guid>
					<description>hmm, my text was cut off!

my last line should have gone on like this:
&quot;plus adding an extra class name (png) in HTML which isnt very semantic either...&quot;</description>
		<content:encoded><![CDATA[<p>hmm, my text was cut off!</p>
<p>my last line should have gone on like this:<br />
&#8220;plus adding an extra class name (png) in HTML which isnt very semantic either&#8230;&#8221;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Nils Hendriks</title>
		<link>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-83018</link>
		<pubDate>Thu, 26 Jun 2008 02:17:33 +0000</pubDate>
		<guid>http://www.pluitsolutions.com/2007/11/18/png-image-fix-for-ie/#comment-83018</guid>
					<description>@Herryanto Siatono:

I consider myself a developer as well.

And of course it may be put down to 'preference', but I don't see a reason to put in all that extra code and work for what is essentially a hack for IE </description>
		<content:encoded><![CDATA[<p>@Herryanto Siatono:</p>
<p>I consider myself a developer as well.</p>
<p>And of course it may be put down to &#8216;preference&#8217;, but I don&#8217;t see a reason to put in all that extra code and work for what is essentially a hack for IE
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
