<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - aznprncritic</title>
<link>http://snipplr.com/users/aznprncritic/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 11:16:54 GMT</pubDate>
<item>
<title>(CSS) Use Conditional Comments to Subjugate IE</title>
<link>http://snipplr.com/view/2125/use-conditional-comments-to-subjugate-ie/</link>
<description><![CDATA[ <p>Over 90% of the bugs front-end developers have to resolve deal with the various versions of Internet Explorer and their varying support for standards.  So instead of having to resort to CSS hacks, why not just keep 'em separated: use Microsoft's propriety conditional comments to insert css files that only IE will see.  The example below illustrates how to serve one stylesheet to IE5, IE5.5 and IE6 and another stylesheet for IE7.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 20:32:42 GMT</pubDate>
<guid>http://snipplr.com/view/2125/use-conditional-comments-to-subjugate-ie/</guid>
</item>
<item>
<title>(CSS) YUI Reset CSS</title>
<link>http://snipplr.com/view/2124/yui-reset-css/</link>
<description><![CDATA[ <p>Similar to Tantek Celik's famous "vanishing" css (http://snipplr.com/view/266/undohtmlcss--tanteks-original-removes-browser-default-style), this basically levels the playing field for browsers by normalizing the default rendering of common HTML elements.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 20:14:52 GMT</pubDate>
<guid>http://snipplr.com/view/2124/yui-reset-css/</guid>
</item>
<item>
<title>(CSS) CSS Image Preloader</title>
<link>http://snipplr.com/view/2122/css-image-preloader/</link>
<description><![CDATA[ <p>A low-tech but useful technique that uses only CSS.  After placing the css in your stylesheet, insert this just below the body tag of your page: "".  Whenever the images are referenced throughout your pages they will now be loaded from cache.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 19:47:05 GMT</pubDate>
<guid>http://snipplr.com/view/2122/css-image-preloader/</guid>
</item>
<item>
<title>(JavaScript) Dynamic Resolution Dependent Layoutout</title>
<link>http://snipplr.com/view/2121/dynamic-resolution-dependent-layoutout/</link>
<description><![CDATA[ <p>A great script that will serve up stylesheets based on browser viewport size.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 19:21:32 GMT</pubDate>
<guid>http://snipplr.com/view/2121/dynamic-resolution-dependent-layoutout/</guid>
</item>
</channel>
</rss>