<?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/language/css/tags/fix</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 08 Sep 2008 04:51:56 GMT</pubDate>
<item>
<title>(CSS) supersleight ie6 png fix - frakim</title>
<link>http://snipplr.com/view/6340/supersleight-ie6-png-fix/</link>
<description><![CDATA[ <p>à utiliser avec 3 fichier .js</p> ]]></description>
<pubDate>Tue, 20 May 2008 08:53:24 GMT</pubDate>
<guid>http://snipplr.com/view/6340/supersleight-ie6-png-fix/</guid>
</item>
<item>
<title>(CSS) 8 Premium One Line Css Tips - zingo</title>
<link>http://snipplr.com/view/5760/8-premium-one-line-css-tips/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Apr 2008 19:56:26 GMT</pubDate>
<guid>http://snipplr.com/view/5760/8-premium-one-line-css-tips/</guid>
</item>
<item>
<title>(CSS) clearfix - MoFu</title>
<link>http://snipplr.com/view/5653/clearfix/</link>
<description><![CDATA[ <p>This Hack works in any browser!</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 07:05:53 GMT</pubDate>
<guid>http://snipplr.com/view/5653/clearfix/</guid>
</item>
<item>
<title>(CSS) Min-Height Fast Hack: By Dustin Diaz - arala22</title>
<link>http://snipplr.com/view/4571/minheight-fast-hack-by-dustin-diaz/</link>
<description><![CDATA[ <p>This is the best Min-Height hack I have found:
http://www.dustindiaz.com/min-height-fast-hack/</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 16:34:12 GMT</pubDate>
<guid>http://snipplr.com/view/4571/minheight-fast-hack-by-dustin-diaz/</guid>
</item>
<item>
<title>(CSS) Fix iE Background Transparence: ie_style.css - frakim</title>
<link>http://snipplr.com/view/4539/fix-ie-background-transparence-iestylecss/</link>
<description><![CDATA[ <p>Fix probleme de transparence avec le background sous iE. Pour "crop" ou "image".</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 15:58:18 GMT</pubDate>
<guid>http://snipplr.com/view/4539/fix-ie-background-transparence-iestylecss/</guid>
</item>
<item>
<title>(CSS) Clear Fix - LeeRJohnson</title>
<link>http://snipplr.com/view/4458/clear-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 04 Jan 2008 14:49:39 GMT</pubDate>
<guid>http://snipplr.com/view/4458/clear-fix/</guid>
</item>
<item>
<title>(CSS) IE PNG background fix - andrewbowley</title>
<link>http://snipplr.com/view/3429/ie-png-background-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 31 Jul 2007 02:51:48 GMT</pubDate>
<guid>http://snipplr.com/view/3429/ie-png-background-fix/</guid>
</item>
<item>
<title>(CSS) IE6 Fixed Position Fix - 1man</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) Transparent PNG Fix for IE 5.5 &amp;amp; 6 - jonhenshaw</title>
<link>http://snipplr.com/view/2243/transparent-png-fix-for-ie-55--6/</link>
<description><![CDATA[ <p>This is an excellent solution for fixing IE 6's inability to display transparent PNGs correctly.

Step 1: Include the following conditional comment the HEAD area of your document. You will need to update the CSS selector and also the path to whereever you put the .htc file.

&amp;lt;!--[if lte IE 6]&amp;gt;
&amp;lt;style type="text/css"&amp;gt;
&amp;#160;&amp;#160;img { behavior: url(/css/iepngfix.htc) }
&amp;lt;/style&amp;gt;
&amp;lt;![endif]--&amp;gt;

Step 2: Create a transparent GIF that's 1x1 and save it as blank.gif in your images folder.

Step 3. Copy the source below and save it in a file called iepngfix.htc and place it in your CSS folder. Note, you may need to update the images folder to match the folder you're using on your site.

That's it. Once you have everything in place and assuming everything is referenced correclty, PNG transparency will work in IE 6.</p> ]]></description>
<pubDate>Wed, 07 Mar 2007 12:10:25 GMT</pubDate>
<guid>http://snipplr.com/view/2243/transparent-png-fix-for-ie-55--6/</guid>
</item>
<item>
<title>(CSS) CSS oddities and their fixes - pckujawa</title>
<link>http://snipplr.com/view/1988/css-oddities-and-their-fixes/</link>
<description><![CDATA[ <p>Most of these come from the book &amp;quot;CSS Mastery: Advanced Web Standards Solutions,&amp;quot; a must-read by Andy Budd (seriously, even if you've used CSS for years, you'll learn a good deal of new things from this book; beginners should read this immediately after learning a bit of CSS).</p> ]]></description>
<pubDate>Tue, 16 Jan 2007 22:47:51 GMT</pubDate>
<guid>http://snipplr.com/view/1988/css-oddities-and-their-fixes/</guid>
</item>
<item>
<title>(CSS) min-height for IE (and all other browsers) - jonhenshaw</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>