<?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/bug</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 15:15:07 GMT</pubDate>
<item>
<title>(CSS) Fix Webkit CSS3 animation flickers - FatFolderDesigner</title>
<link>http://snipplr.com/view/61945/fix-webkit-css3-animation-flickers/</link>
<description><![CDATA[ <p>Ever notice a weird CS3 animation flicker? Annoying right? Add these CSS3 classes to the objects being animated and it should go away (at least it has in my testing). More details at the link, questions can be postsed either here or there.</p> ]]></description>
<pubDate>Sat, 17 Dec 2011 15:57:28 GMT</pubDate>
<guid>http://snipplr.com/view/61945/fix-webkit-css3-animation-flickers/</guid>
</item>
<item>
<title>(CSS) Webkit 1px background shift - dadogdamastar</title>
<link>http://snipplr.com/view/56902/webkit-1px-background-shift/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 20 Jul 2011 17:10:39 GMT</pubDate>
<guid>http://snipplr.com/view/56902/webkit-1px-background-shift/</guid>
</item>
<item>
<title>(CSS) IE7 table border spacing fix - kanampo</title>
<link>http://snipplr.com/view/47879/ie7-table-border-spacing-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 26 Jan 2011 07:40:54 GMT</pubDate>
<guid>http://snipplr.com/view/47879/ie7-table-border-spacing-fix/</guid>
</item>
<item>
<title>(CSS) Pseudo-class combined with sibling selector fix for Webkit - classicc</title>
<link>http://snipplr.com/view/47758/pseudoclass-combined-with-sibling-selector-fix-for-webkit/</link>
<description><![CDATA[ <p>In Webkit, when a general (x ~ y) or adjacent sibling selector (x + y) is combined with a dynamic pseudo class such as :hover, :focus, :checked, etc., the function breaks. This code snippet fixes it.</p> ]]></description>
<pubDate>Mon, 24 Jan 2011 06:53:27 GMT</pubDate>
<guid>http://snipplr.com/view/47758/pseudoclass-combined-with-sibling-selector-fix-for-webkit/</guid>
</item>
<item>
<title>(CSS) IE7  display inline block fix - kanampo</title>
<link>http://snipplr.com/view/47188/ie7--display-inline-block-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 15 Jan 2011 20:02:54 GMT</pubDate>
<guid>http://snipplr.com/view/47188/ie7--display-inline-block-fix/</guid>
</item>
<item>
<title>(CSS) IE6 &amp;amp; IE7 Table float override - vagrantradio</title>
<link>http://snipplr.com/view/35025/ie6--ie7-table-float-override/</link>
<description><![CDATA[ <p>Any table with an attribute of align="left" also applies float:left in older versions of IE, this fixes it.</p> ]]></description>
<pubDate>Fri, 21 May 2010 14:16:48 GMT</pubDate>
<guid>http://snipplr.com/view/35025/ie6--ie7-table-float-override/</guid>
</item>
<item>
<title>(CSS) IE8 Fieldset Legend bug fix - jonathanpglick</title>
<link>http://snipplr.com/view/22523/ie8-fieldset-legend-bug-fix/</link>
<description><![CDATA[ <p>This IE8  bug causes the top half of a fieldset's border to not show when it contains a `` that is hidden with `display: none;`

The solution comes from [nicksnell.co.uk](http://nicksnell.co.uk/journal/2009/08/19/internet-explorer-8-fieldset-legend-bug).  Be sure to put the following CSS into an IE8 conditional comment because it *will* fuck with other browsers' rendering.</p> ]]></description>
<pubDate>Wed, 04 Nov 2009 20:32:43 GMT</pubDate>
<guid>http://snipplr.com/view/22523/ie8-fieldset-legend-bug-fix/</guid>
</item>
<item>
<title>(CSS) Float bug fix in div to expand - webdevelopertut</title>
<link>http://snipplr.com/view/17336/float-bug-fix-in-div-to-expand/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jul 2009 13:03:00 GMT</pubDate>
<guid>http://snipplr.com/view/17336/float-bug-fix-in-div-to-expand/</guid>
</item>
<item>
<title>(CSS) safari double cellspacings when  is used. - localhorst</title>
<link>http://snipplr.com/view/14762/safari-double-cellspacings-when--is-used/</link>
<description><![CDATA[ <p>this is a lazy fix for a problem I came across.
safari doubles the border spacing to divide table cells when using tbody
( I cant use borders+collapse, because of rounded tablecells :( )

![doublespace](http://img24.imageshack.us/img24/7837/doublespacing.jpg)</p> ]]></description>
<pubDate>Wed, 06 May 2009 07:16:33 GMT</pubDate>
<guid>http://snipplr.com/view/14762/safari-double-cellspacings-when--is-used/</guid>
</item>
<item>
<title>(CSS) IE6 Multiple Background declarations - joeymarchy</title>
<link>http://snipplr.com/view/12150/ie6-multiple-background-declarations/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 Feb 2009 09:56:18 GMT</pubDate>
<guid>http://snipplr.com/view/12150/ie6-multiple-background-declarations/</guid>
</item>
<item>
<title>(CSS) Content disappear in IE6/Maxthon with expressions - DesTincT</title>
<link>http://snipplr.com/view/7373/content-disappear-in-ie6maxthon-with-expressions/</link>
<description><![CDATA[ <p>Content may disappear on window resize in IE6/Maxthon, when using expressions to set min-width/max-width. To fix it - just remove 'position:relative' in #container.</p> ]]></description>
<pubDate>Fri, 18 Jul 2008 05:57:25 GMT</pubDate>
<guid>http://snipplr.com/view/7373/content-disappear-in-ie6maxthon-with-expressions/</guid>
</item>
<item>
<title>(CSS) Float in Float IE6 margin wrong inherted div width Bug - bassdas</title>
<link>http://snipplr.com/view/6244/float-in-float-ie6-margin-wrong-inherted-div-width-bug/</link>
<description><![CDATA[ <p>Bugfix/Lösungsvorschlag:

Es ist offensichtlich, dass die Zelle mit der ID cell3467 und dem definierten "margin-right: 3.09%" falsch berechnet wird - nämlich mit realen 16 Pixeln anstatt 8 - und auf den obersten Basis-Wert der "DIV width" zurückgreift (100% anstatt 50%). Dabei wird dazwischen die Weite 50% der Gruppe #group1573 übergangen! Somit müssen wir nach dieser Gruppe nochmals eine Ebene (DIV) mit der Weite von 100% (width: 100%) definieren um die richtige Weite von realen 3.09% (8 Px) zu erlangen.

Es muss nun innerhalb der Gruppe nochmals eine Ebene (DIV) mit einer Weite von 100% erstellt werden:</p> ]]></description>
<pubDate>Thu, 15 May 2008 13:55:35 GMT</pubDate>
<guid>http://snipplr.com/view/6244/float-in-float-ie6-margin-wrong-inherted-div-width-bug/</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) 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) Fix Scrolling Render Bug in IE - 1man</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 - 1man</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>