<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - jonhenshaw</title>
<link>http://snipplr.com/users/jonhenshaw/tags/transparent</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 17 Feb 2012 03:26:04 GMT</pubDate>
<item>
<title>(JavaScript) jquery IE6 Transparent PNG Fix</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>(JavaScript) IE 6 Transparent PNG Fix - SuperSleight</title>
<link>http://snipplr.com/view/4224/ie-6-transparent-png-fix--supersleight/</link>
<description><![CDATA[ <p>Getting SuperSleight running on a page is quite straightforward, you just need to link the supplied JavaScript file into your document inside conditional comments so that it is delivered to only Internet Explorer 6 or older.</p> ]]></description>
<pubDate>Fri, 30 Nov 2007 22:53:32 GMT</pubDate>
<guid>http://snipplr.com/view/4224/ie-6-transparent-png-fix--supersleight/</guid>
</item>
<item>
<title>(CSS) CSS PNG Image Fix for IE</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>
</channel>
</rss>
