<?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/javascript</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Sep 2008 13:44:22 GMT</pubDate>
<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) Internet Explorer (IE6) CSS Hover</title>
<link>http://snipplr.com/view/1912/internet-explorer-ie6-css-hover/</link>
<description><![CDATA[ <p>IE6 and before doesn't support :hover in CSS (except for anchors). You can use this script to make hovers work in IE. Just add the following line to your stylesheet (this assumes the path of the file -- you may need to change it to reflect your paths).

body { behavior:url(&amp;quot;csshover.htc&amp;quot;); }</p> ]]></description>
<pubDate>Mon, 01 Jan 2007 20:17:07 GMT</pubDate>
<guid>http://snipplr.com/view/1912/internet-explorer-ie6-css-hover/</guid>
</item>
<item>
<title>(JavaScript) Back Button</title>
<link>http://snipplr.com/view/1539/back-button/</link>
<description><![CDATA[ <p>Still wondering how to create a back button from a link or button? It's easy to do and doesn't even take a whole line!</p> ]]></description>
<pubDate>Sat, 04 Nov 2006 17:30:08 GMT</pubDate>
<guid>http://snipplr.com/view/1539/back-button/</guid>
</item>
<item>
<title>(JavaScript) Prototype Based JavaScript Tooltip</title>
<link>http://snipplr.com/view/1441/prototype-based-javascript-tooltip/</link>
<description><![CDATA[ <p>JavaScript Tooltip libraries number about as many as rounded CSS corner libraries.

Jonathan Weiss thought the ones he saw were "too complicated and bloated, did just too much and most of the time were still not flexible enough with the tooltip. So I decided to create my own library that is based on prototype.js".</p> ]]></description>
<pubDate>Fri, 20 Oct 2006 17:22:09 GMT</pubDate>
<guid>http://snipplr.com/view/1441/prototype-based-javascript-tooltip/</guid>
</item>
</channel>
</rss>