<?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/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 05:29:59 GMT</pubDate>
<item>
<title>(HTML) HTML Test Page for CSS Style Guide</title>
<link>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</link>
<description><![CDATA[ <p>Great page for testing the style guide for a website.</p> ]]></description>
<pubDate>Mon, 01 Sep 2008 10:12:18 GMT</pubDate>
<guid>http://snipplr.com/view/8121/html-test-page-for-css-style-guide/</guid>
</item>
<item>
<title>(JavaScript) Anti-Aliased Curvy Corners</title>
<link>http://snipplr.com/view/4941/antialiased-curvy-corners/</link>
<description><![CDATA[ <p>curvyCorners is a free JavaScript program that will create on-the-fly rounded corners for any HTML DIV element, that look as good as any graphically created corners.</p> ]]></description>
<pubDate>Thu, 07 Feb 2008 22:56:04 GMT</pubDate>
<guid>http://snipplr.com/view/4941/antialiased-curvy-corners/</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>
<item>
<title>(CSS) YUI Reset CSS</title>
<link>http://snipplr.com/view/2482/yui-reset-css/</link>
<description><![CDATA[ <p>The foundational YUI Reset CSS file creates a level playing field across A-grade browsers and provides a sound foundation upon which you can explicitly declare your intentions. It normalizes the default rendering of all HTML elements, for example it sets margin, padding, and border to 0, font sizes to YUI Font's default, italic and bold styles to normal, and list-style to none.</p> ]]></description>
<pubDate>Sun, 15 Apr 2007 15:06:13 GMT</pubDate>
<guid>http://snipplr.com/view/2482/yui-reset-css/</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>(CSS) min-height for IE (and all other browsers)</title>
<link>http://snipplr.com/view/62/minheight-for-ie-and-all-other-browsers/</link>
<description><![CDATA[ <p>Since min-height doesn't work in IE, this code makes up for IE's shortcomings. The first part of the code is the correct code that works in Firefox and Safari. The second part of the code is for IE. Internet Explorer will ignore min-height and is just given a height of 8em. The IE bug automatically expands the container to fit the extra text.</p> ]]></description>
<pubDate>Wed, 31 Dec 1969 19:00:00 GMT</pubDate>
<guid>http://snipplr.com/view/62/minheight-for-ie-and-all-other-browsers/</guid>
</item>
</channel>
</rss>