<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/png</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 04:11:01 GMT</pubDate>
<item>
<title>(Other) PNG Support - NO OTHER FILES NEEDED - conspirator</title>
<link>http://snipplr.com/view/8637/png-support--no-other-files-needed/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Sep 2008 17:33:13 GMT</pubDate>
<guid>http://snipplr.com/view/8637/png-support--no-other-files-needed/</guid>
</item>
<item>
<title>(CSS) Image-less Dropshadow - doublej</title>
<link>http://snipplr.com/view/8142/imageless-dropshadow/</link>
<description><![CDATA[ <p>As seen in maps.google.nl. Drop Shadow without any images. 5 DIV's with different opacity creates the gradient/shadow like effect. Lightweight and no png (or any IE6 hacks for that matter) hacks.

Any improvements are welcome...</p> ]]></description>
<pubDate>Tue, 02 Sep 2008 09:51:55 GMT</pubDate>
<guid>http://snipplr.com/view/8142/imageless-dropshadow/</guid>
</item>
<item>
<title>(CSS) PNG Background Transparency IE - alexvf</title>
<link>http://snipplr.com/view/7903/png-background-transparency-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 18 Aug 2008 06:58:29 GMT</pubDate>
<guid>http://snipplr.com/view/7903/png-background-transparency-ie/</guid>
</item>
<item>
<title>(ActionScript 3) Loader - zeman</title>
<link>http://snipplr.com/view/7203/loader/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 10 Jul 2008 00:21:55 GMT</pubDate>
<guid>http://snipplr.com/view/7203/loader/</guid>
</item>
<item>
<title>(Other) PNG background transparency IE - Meestercor</title>
<link>http://snipplr.com/view/6399/png-background-transparency-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 22 May 2008 08:06:33 GMT</pubDate>
<guid>http://snipplr.com/view/6399/png-background-transparency-ie/</guid>
</item>
<item>
<title>(CSS) supersleight ie6 png fix - frakim</title>
<link>http://snipplr.com/view/6340/supersleight-ie6-png-fix/</link>
<description><![CDATA[ <p>à utiliser avec 3 fichier .js</p> ]]></description>
<pubDate>Tue, 20 May 2008 08:53:24 GMT</pubDate>
<guid>http://snipplr.com/view/6340/supersleight-ie6-png-fix/</guid>
</item>
<item>
<title>(CSS) PNG support in Internet Explorer 5.5 - 6 with working links - HerrSerker</title>
<link>http://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links/</link>
<description><![CDATA[ <p>IE 5.5 to 6 don't support generic PNG with Alpha-Channel
To get the advantage of PNGs use the akward AlphaImageLoader-filter (AIL) as described on the msdn site ( http://msdn.microsoft.com/en-us/library/ms532969(VS.85).aspx ).

But because the AIL is a DirectX-processing, some links and mouseover effexts in front of the PNG, when used as background-image, won't work, because the AIL will put itself in front of the links (like in the DOM or surface, but not visually).

A workaround for this is, to let the anchor or a surrounding element inside the element with the AIL-filter get the position:relative, or a different position (except static, I guess).

This will again work.

P.S.: AIL will not work with repeated background-mages, because the AIL-filter doesn't support repeating of images</p> ]]></description>
<pubDate>Fri, 02 May 2008 08:28:32 GMT</pubDate>
<guid>http://snipplr.com/view/6094/png-support-in-internet-explorer-55--6-with-working-links/</guid>
</item>
<item>
<title>(JavaScript) Simple IE 5.5 and IE 6 PNGFIX - bmayzure</title>
<link>http://snipplr.com/view/6090/simple-ie-55-and-ie-6-pngfix/</link>
<description><![CDATA[ <p>I've been using this little gem of a snippet for a few years, and it's never failed me.</p> ]]></description>
<pubDate>Fri, 02 May 2008 00:02:01 GMT</pubDate>
<guid>http://snipplr.com/view/6090/simple-ie-55-and-ie-6-pngfix/</guid>
</item>
<item>
<title>(JavaScript) jquery IE6 Transparent PNG Fix - jonhenshaw</title>
<link>http://snipplr.com/view/5657/jquery-ie6-transparent-png-fix/</link>
<description><![CDATA[ <p>This plugin designed to fix that problem by applying appropriate filters to user specified elements, while keeping all element tags intact.

Plugin works well with both img elements within the DOM and css properties specified externally.

• It is chainable.

• Unlike some other png hack solutions, it does not replace/hide any of your html tags.

• You can revert applied changes using .iunfixpng().

• Extremely easy to use!</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 09:17:36 GMT</pubDate>
<guid>http://snipplr.com/view/5657/jquery-ie6-transparent-png-fix/</guid>
</item>
<item>
<title>(HTML) Background Image PNG Fix - shellydennison</title>
<link>http://snipplr.com/view/4629/background-image-png-fix/</link>
<description><![CDATA[ <p>Use this for background images. Put it in conditional comments in the head of your doc.</p> ]]></description>
<pubDate>Thu, 17 Jan 2008 17:12:56 GMT</pubDate>
<guid>http://snipplr.com/view/4629/background-image-png-fix/</guid>
</item>
<item>
<title>(JavaScript) PNG Fix iE - frakim</title>
<link>http://snipplr.com/view/4538/png-fix-ie/</link>
<description><![CDATA[ <p>Fix Transparence iExplorer</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 15:16:56 GMT</pubDate>
<guid>http://snipplr.com/view/4538/png-fix-ie/</guid>
</item>
<item>
<title>(JavaScript) PNG Fix - Hanek</title>
<link>http://snipplr.com/view/4251/png-fix/</link>
<description><![CDATA[ <p>This is not my script and I take no credit for it.
Thanks to Bob Osola and his mentors.

IMPORTANT:dimensions of img must be declared !!</p> ]]></description>
<pubDate>Mon, 03 Dec 2007 03:08:00 GMT</pubDate>
<guid>http://snipplr.com/view/4251/png-fix/</guid>
</item>
<item>
<title>(CSS) CSS PNG Image Fix for IE - jonhenshaw</title>
<link>http://snipplr.com/view/4090/css-png-image-fix-for-ie/</link>
<description><![CDATA[ <p>The selector portion of the CSS rule targets which XHTML tags/classes this rule will be applied to. At first glance, it looks like all img tags as well as all tags with a class of "png". You’ll notice the * html in front of both of these. Wait, there is no “anytag” preceding the html tag, so this won’t get applied! True. For all non-crappy (that is a pro term by the way) browsers, this rule won’t get applied. However, since IE6 is a pile, it thinks that there is a tag before the html tag, so it will apply this rule. Great! Now IE6 is the only browser that will use this rule.</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 08:22:32 GMT</pubDate>
<guid>http://snipplr.com/view/4090/css-png-image-fix-for-ie/</guid>
</item>
<item>
<title>(CSS) IE PNG background fix - andrewbowley</title>
<link>http://snipplr.com/view/3429/ie-png-background-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Jul 2007 02:51:48 GMT</pubDate>
<guid>http://snipplr.com/view/3429/ie-png-background-fix/</guid>
</item>
<item>
<title>(CSS) PNG bg transparency in IE - donnies38</title>
<link>http://snipplr.com/view/3363/png-bg-transparency-in-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 24 Jul 2007 08:17:53 GMT</pubDate>
<guid>http://snipplr.com/view/3363/png-bg-transparency-in-ie/</guid>
</item>
<item>
<title>(JavaScript) Other PNG IE fix - luman</title>
<link>http://snipplr.com/view/2791/other-png-ie-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Jun 2007 00:49:53 GMT</pubDate>
<guid>http://snipplr.com/view/2791/other-png-ie-fix/</guid>
</item>
<item>
<title>(CSS) Transparent PNG CSS for IE6 - noah</title>
<link>http://snipplr.com/view/2680/transparent-png-css-for-ie6/</link>
<description><![CDATA[ <p>Apparenttly this does NOT work locally.  You MUST view the page on a server.  Otherwise the PNG will not show up /at all/ in IE6.

UPDATE: wfdev commented and said that this WILL work locally, but the path to the PNG must be relative to the HTML file, not the CSS file.  I haven't tested yet, but that sounds right to me.

Also commenter silvan pointed out a typo, which I fixed.  Thanks!</p> ]]></description>
<pubDate>Mon, 21 May 2007 12:11:29 GMT</pubDate>
<guid>http://snipplr.com/view/2680/transparent-png-css-for-ie6/</guid>
</item>
<item>
<title>(CSS) Transparent PNG Fix for IE 5.5 &amp;amp; 6 - jonhenshaw</title>
<link>http://snipplr.com/view/2243/transparent-png-fix-for-ie-55--6/</link>
<description><![CDATA[ <p>This is an excellent solution for fixing IE 6's inability to display transparent PNGs correctly.

Step 1: Include the following conditional comment the HEAD area of your document. You will need to update the CSS selector and also the path to whereever you put the .htc file.

&amp;lt;!--[if lte IE 6]&amp;gt;
&amp;lt;style type="text/css"&amp;gt;
&amp;#160;&amp;#160;img { behavior: url(/css/iepngfix.htc) }
&amp;lt;/style&amp;gt;
&amp;lt;![endif]--&amp;gt;

Step 2: Create a transparent GIF that's 1x1 and save it as blank.gif in your images folder.

Step 3. Copy the source below and save it in a file called iepngfix.htc and place it in your CSS folder. Note, you may need to update the images folder to match the folder you're using on your site.

That's it. Once you have everything in place and assuming everything is referenced correclty, PNG transparency will work in IE 6.</p> ]]></description>
<pubDate>Wed, 07 Mar 2007 12:10:25 GMT</pubDate>
<guid>http://snipplr.com/view/2243/transparent-png-fix-for-ie-55--6/</guid>
</item>
<item>
<title>(JavaScript) Correct the transparacy of PNG in IE5 and IE6 - iTony</title>
<link>http://snipplr.com/view/2226/correct-the-transparacy-of-png-in-ie5-and-ie6/</link>
<description><![CDATA[ <p>In IE5 and IE6 the transparancy in PNG images won't happen at all, so this would fix it. This might come really useful while we are in the era of switching to better standard-friendly browsers.</p> ]]></description>
<pubDate>Wed, 28 Feb 2007 07:18:13 GMT</pubDate>
<guid>http://snipplr.com/view/2226/correct-the-transparacy-of-png-in-ie5-and-ie6/</guid>
</item>
<item>
<title>(Python) Python - change_color_entry - whitetiger</title>
<link>http://snipplr.com/view/1621/python--changecolorentry/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:31 GMT</pubDate>
<guid>http://snipplr.com/view/1621/python--changecolorentry/</guid>
</item>
</channel>
</rss>