<?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/rich13/tags/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 01 Dec 2008 17:12:40 GMT</pubDate>
<item>
<title>(CSS) CSS Image Preloader - rich13</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>(CSS) Background images for bullets list - rich13</title>
<link>http://snipplr.com/view/962/background-images-for-bullets-list/</link>
<description><![CDATA[ <p>To move the content away from the background image apply "padding-left" to the "LI" element. In this case "0.6em" has been used. As with vertical alignment, list padding will be determined by the size of your image.</p> ]]></description>
<pubDate>Mon, 28 Aug 2006 04:59:27 GMT</pubDate>
<guid>http://snipplr.com/view/962/background-images-for-bullets-list/</guid>
</item>
<item>
<title>(CSS) CSS ROUNDED CORNERS - rich13</title>
<link>http://snipplr.com/view/830/css-rounded-corners/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 16 Aug 2006 10:06:11 GMT</pubDate>
<guid>http://snipplr.com/view/830/css-rounded-corners/</guid>
</item>
<item>
<title>(CSS) Handy CSS Debug Snippet - rich13</title>
<link>http://snipplr.com/view/746/handy-css-debug-snippet/</link>
<description><![CDATA[ <p>Great little debuging snippet found while browsing. The code adds different coloured borders to the assets depending on its level. Leave commented out if not needed.</p> ]]></description>
<pubDate>Mon, 07 Aug 2006 13:30:38 GMT</pubDate>
<guid>http://snipplr.com/view/746/handy-css-debug-snippet/</guid>
</item>
<item>
<title>(CSS) WinIE PNG Filter - rich13</title>
<link>http://snipplr.com/view/497/winie-png-filter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jul 2006 04:36:44 GMT</pubDate>
<guid>http://snipplr.com/view/497/winie-png-filter/</guid>
</item>
<item>
<title>(CSS) ClearFix - rich13</title>
<link>http://snipplr.com/view/489/clearfix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Jul 2006 03:25:59 GMT</pubDate>
<guid>http://snipplr.com/view/489/clearfix/</guid>
</item>
<item>
<title>(CSS) undohtml.css - Tantek's Original (Removes Browser Default Style) - rich13</title>
<link>http://snipplr.com/view/266/undohtmlcss--tanteks-original-removes-browser-default-style/</link>
<description><![CDATA[ <p>Purpose: undo some of the default styling of common (X)HTML browsers. (CC) 2004 Tantek Celik.</p> ]]></description>
<pubDate>Fri, 07 Jul 2006 18:19:28 GMT</pubDate>
<guid>http://snipplr.com/view/266/undohtmlcss--tanteks-original-removes-browser-default-style/</guid>
</item>
<item>
<title>(CSS) Dead Centre a DIV - rich13</title>
<link>http://snipplr.com/view/231/dead-centre-a-div/</link>
<description><![CDATA[ <p>Taken from Dead Centre. Adjust #content depending on the size div you need.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:02:21 GMT</pubDate>
<guid>http://snipplr.com/view/231/dead-centre-a-div/</guid>
</item>
<item>
<title>(CSS) CSS Box Model Hack - rich13</title>
<link>http://snipplr.com/view/214/css-box-model-hack/</link>
<description><![CDATA[ <p>classical box model hack, by Tantek Çelik

http://www.tantek.com/CSS/Examples/boxmodelhack.html</p> ]]></description>
<pubDate>Tue, 04 Jul 2006 07:50:38 GMT</pubDate>
<guid>http://snipplr.com/view/214/css-box-model-hack/</guid>
</item>
<item>
<title>(XHTML) XHTML 1.1 web standards template - rich13</title>
<link>http://snipplr.com/view/203/xhtml-11-web-standards-template/</link>
<description><![CDATA[ <p>This is a generic template for an XHMTL 1.1 doc that I start with at the beginning of every project.

Then i setup the directories to match. I use @import for CSS, then a seperate CSS file for screen-specific, and then one for print, …yes, then one for IE.
I have the basic DIV structure setup, too.

For a link to the inspiration of this template and further explanation (better), see this wonderful article:
http://particletree.com/features/quick-start-your-design-with-xhtml-templates/
Hope it helps!</p> ]]></description>
<pubDate>Sun, 02 Jul 2006 19:24:11 GMT</pubDate>
<guid>http://snipplr.com/view/203/xhtml-11-web-standards-template/</guid>
</item>
<item>
<title>(CSS) Opacity Hack - rich13</title>
<link>http://snipplr.com/view/200/opacity-hack/</link>
<description><![CDATA[ <p>Sets the opacity of an element and its children. Doesn't validate. Mozilla began supporting the opacity rule in version 1.7, so '-moz-opacity' may not be necessary...</p> ]]></description>
<pubDate>Sun, 02 Jul 2006 16:31:25 GMT</pubDate>
<guid>http://snipplr.com/view/200/opacity-hack/</guid>
</item>
<item>
<title>(CSS) Clear floats without structural markup - rich13</title>
<link>http://snipplr.com/view/86/clear-floats-without-structural-markup/</link>
<description><![CDATA[ <p>".clearfix" is the container that holds all of your floated elements. Works in all browsers that support "float" and "clear".</p> ]]></description>
<pubDate>Thu, 29 Jun 2006 14:00:48 GMT</pubDate>
<guid>http://snipplr.com/view/86/clear-floats-without-structural-markup/</guid>
</item>
<item>
<title>(CSS) min-height for IE (and all other browsers) - rich13</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>