<?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/tags/bug</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 12 Oct 2008 20:15:39 GMT</pubDate>
<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>(JavaScript) Stop Annoying IE Background Image Flicker Bug</title>
<link>http://snipplr.com/view/1270/stop-annoying-ie-background-image-flicker-bug/</link>
<description><![CDATA[ <p>Stop the background image flickering on IE by including this code in the header of your page. See link for more information.</p> ]]></description>
<pubDate>Fri, 29 Sep 2006 05:24:44 GMT</pubDate>
<guid>http://snipplr.com/view/1270/stop-annoying-ie-background-image-flicker-bug/</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>
</channel>
</rss>