<?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/favorites/sherakama</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 18:19:33 GMT</pubDate>
<item>
<title>(JavaScript) SuperSleight - sherakama</title>
<link>http://snipplr.com/view/7195/supersleight/</link>
<description><![CDATA[ <p>SuperSleight adds a number of new and useful features that have come from the day-to-day needs of working with PNGs.

    * Works with both inline and background images, replacing the need for both sleight and bgsleight
    * Will automatically apply position: relative to links and form fields if they don’t already have position set. (Can be disabled.)
    * Can be run on the entire document, or just a selected part where you know the PNGs are. This is better for performance.
    * Detects background images set to no-repeat and sets the scaleMode to crop rather than scale.
    * Can be re-applied by any other JavaScript in the page – useful if new content has been loaded by an Ajax request.

Download SuperSleight</p> ]]></description>
<pubDate>Wed, 09 Jul 2008 20:41:05 GMT</pubDate>
<guid>http://snipplr.com/view/7195/supersleight/</guid>
</item>
<item>
<title>(CSS) CSS PNG Image Fix for IE - sherakama</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>