<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'IE 6 Transparent PNG Fix - SuperSleight'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 05:23:12 GMT</pubDate>
<item>
<title>daninmanchester said on 11/1/08</title>
<link>http://snipplr.com/view/4224/ie-6-transparent-png-fix--supersleight/</link>
<description><![CDATA[ Works great except in Opera it stops the PNG's being displayed so I tweaked it to include a function to check if the browser was IE.

function isIE(){  return /msie/i.test(navigator.userAgent) &amp;&amp; !/opera/i.test(navigator.userAgent);}


		init: function() { 
		    if (isIE())
			{addLoadEvent(fnLoadPngs);}
		},  ......

now works a treat :D ]]></description>
<pubDate>Sat, 01 Nov 2008 20:27:56 GMT</pubDate>
<guid>http://snipplr.com/view/4224/ie-6-transparent-png-fix--supersleight/</guid>
</item>
</channel>
</rss>