<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - 1man</title>
<link>http://snipplr.com/users/1man/language/css</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 05 Dec 2008 06:00:30 GMT</pubDate>
<item>
<title>(CSS) CSS Transparency All Browsers</title>
<link>http://snipplr.com/view/10246/css-transparency-all-browsers/</link>
<description><![CDATA[ <p>Should also work in IE6 because of the filter</p> ]]></description>
<pubDate>Wed, 03 Dec 2008 12:25:20 GMT</pubDate>
<guid>http://snipplr.com/view/10246/css-transparency-all-browsers/</guid>
</item>
<item>
<title>(CSS) CSS Collapsible Margins Fix (margin-top)</title>
<link>http://snipplr.com/view/4831/css-collapsible-margins-fix-margintop/</link>
<description><![CDATA[ <p>A very annoying 'bug' can occur when you are applying a top margin to an element inside a container. The inner elements margin seems to "leak" out of the top of the container. This pushes the container down, and looks very messy if you have a background applied.

Note: This is NOT and bug! Yay etc..

A quick fix is to add a padding of 1px, and a margin of -1px. Or you could add a border to the container.</p> ]]></description>
<pubDate>Tue, 29 Jan 2008 16:18:01 GMT</pubDate>
<guid>http://snipplr.com/view/4831/css-collapsible-margins-fix-margintop/</guid>
</item>
<item>
<title>(CSS) Image Replace for Buttons</title>
<link>http://snipplr.com/view/3754/image-replace-for-buttons/</link>
<description><![CDATA[ <p>This allows you to replace the bog standard browser button (form buttons) with any image you wish.</p> ]]></description>
<pubDate>Fri, 21 Sep 2007 03:53:57 GMT</pubDate>
<guid>http://snipplr.com/view/3754/image-replace-for-buttons/</guid>
</item>
<item>
<title>(CSS) IE6 Fixed Position Fix</title>
<link>http://snipplr.com/view/2952/ie6-fixed-position-fix/</link>
<description><![CDATA[ <p>IE6 Doesn't recognize position: fixed. Here is a little hack to fix it. First you must set IE6 to standards mode. You do this by including a strict doctype in the page.

Once IE6 is in strict mode include the following in a conditional comment. Anything you want fixed, set as absolute. The example sticks an image to the bottom left corner.</p> ]]></description>
<pubDate>Fri, 22 Jun 2007 04:00:58 GMT</pubDate>
<guid>http://snipplr.com/view/2952/ie6-fixed-position-fix/</guid>
</item>
<item>
<title>(CSS) Image Replacement (No Extra Span)</title>
<link>http://snipplr.com/view/2679/image-replacement-no-extra-span/</link>
<description><![CDATA[ <p>CSS image replacement with no extra span needed.</p> ]]></description>
<pubDate>Mon, 21 May 2007 09:04:13 GMT</pubDate>
<guid>http://snipplr.com/view/2679/image-replacement-no-extra-span/</guid>
</item>
<item>
<title>(CSS) CSS Float Clearing</title>
<link>http://snipplr.com/view/2678/css-float-clearing/</link>
<description><![CDATA[ <p>Say you want a containing block with 2 floating elements to expand around the floating element, usually this wouldn't happen since the container has no height because the floating elements are out of the usual flow.

The method below fixes this problem.</p> ]]></description>
<pubDate>Mon, 21 May 2007 06:55:36 GMT</pubDate>
<guid>http://snipplr.com/view/2678/css-float-clearing/</guid>
</item>
<item>
<title>(CSS) Eric Meyers Baseline CSS</title>
<link>http://snipplr.com/view/2481/eric-meyers-baseline-css/</link>
<description><![CDATA[ <p>Removes the default styling different browsers use, so you minimise cross browser problems.</p> ]]></description>
<pubDate>Sun, 15 Apr 2007 14:00:55 GMT</pubDate>
<guid>http://snipplr.com/view/2481/eric-meyers-baseline-css/</guid>
</item>
<item>
<title>(CSS) CSS Line Height Example</title>
<link>http://snipplr.com/view/2444/css-line-height-example/</link>
<description><![CDATA[ <p>Example off ALA, pleasing typography layout for the web. Based on the grid system.</p> ]]></description>
<pubDate>Tue, 10 Apr 2007 08:40:47 GMT</pubDate>
<guid>http://snipplr.com/view/2444/css-line-height-example/</guid>
</item>
<item>
<title>(CSS) Handy CSS Debug Snippet</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) Fix Scrolling Render Bug in IE</title>
<link>http://snipplr.com/view/518/fix-scrolling-render-bug-in-ie/</link>
<description><![CDATA[ <p>This fixes a very annoying bug in IE by where when you scroll the page becomes corrupted. It relates to the way  IE renders pages. This code places a null background image behind, making IE render the page differently.

*note* This can also be place on the body tag unless it already has a background.</p> ]]></description>
<pubDate>Thu, 20 Jul 2006 06:35:52 GMT</pubDate>
<guid>http://snipplr.com/view/518/fix-scrolling-render-bug-in-ie/</guid>
</item>
<item>
<title>(CSS) Fix li Background Repeat Bug In IE</title>
<link>http://snipplr.com/view/449/fix-li-background-repeat-bug-in-ie/</link>
<description><![CDATA[ <p>A bug seems to occur when you add a negative margin to a list item in IE6. The background image applied to the list item gets repeated randomly and generally messes up. Add this little gem to your head to fix the problem. Remember to change the id tag to your own.</p> ]]></description>
<pubDate>Sun, 16 Jul 2006 14:07:25 GMT</pubDate>
<guid>http://snipplr.com/view/449/fix-li-background-repeat-bug-in-ie/</guid>
</item>
<item>
<title>(CSS) CSS Anchor Basic Styling (a:link, active, visited, hover)</title>
<link>http://snipplr.com/view/287/css-anchor-basic-styling-alink-active-visited-hover/</link>
<description><![CDATA[ <p>Simple styling for the links on a webpage using CSS. Sometimes hard to remember what order the have to be in for the :hover to work correctly. (Now fixed :)</p> ]]></description>
<pubDate>Sat, 08 Jul 2006 14:02:58 GMT</pubDate>
<guid>http://snipplr.com/view/287/css-anchor-basic-styling-alink-active-visited-hover/</guid>
</item>
<item>
<title>(CSS) Big Curly Blockquotes</title>
<link>http://snipplr.com/view/235/big-curly-blockquotes/</link>
<description><![CDATA[ <p>Markup example: See Big Curly Quotes Markup.
Thx to difusion.org.uk. No need for images to make big quotes on a page, CSS does it for you. Tested in many browsers.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 11:08:19 GMT</pubDate>
<guid>http://snipplr.com/view/235/big-curly-blockquotes/</guid>
</item>
<item>
<title>(CSS) Centre using Negative Margins</title>
<link>http://snipplr.com/view/234/centre-using-negative-margins/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 05 Jul 2006 11:00:44 GMT</pubDate>
<guid>http://snipplr.com/view/234/centre-using-negative-margins/</guid>
</item>
<item>
<title>(CSS) Centre using Auto Margins</title>
<link>http://snipplr.com/view/232/centre-using-auto-margins/</link>
<description><![CDATA[ <p>Taken from bluerobot. Create a content div, set the width and the margin set to auto will align the div to the centre horizontally.</p> ]]></description>
<pubDate>Wed, 05 Jul 2006 10:04:57 GMT</pubDate>
<guid>http://snipplr.com/view/232/centre-using-auto-margins/</guid>
</item>
<item>
<title>(CSS) Dead Centre a DIV</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>
</channel>
</rss>