<?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/ie</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 06 Jul 2008 20:41:03 GMT</pubDate>
<item>
<title>(CSS) Force Specific Content to Print in Landscape Orientation - localhorst</title>
<link>http://snipplr.com/view/7127/force-specific-content-to-print-in-landscape-orientation/</link>
<description><![CDATA[ <p>This handy trick works in IE5.5/Win and newer. It assumes that the default printer orientation is portrait.</p> ]]></description>
<pubDate>Fri, 04 Jul 2008 12:06:48 GMT</pubDate>
<guid>http://snipplr.com/view/7127/force-specific-content-to-print-in-landscape-orientation/</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) Various IE Float Bug Fixes - rouxmout</title>
<link>http://snipplr.com/view/5956/various-ie-float-bug-fixes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 22 Apr 2008 11:50:22 GMT</pubDate>
<guid>http://snipplr.com/view/5956/various-ie-float-bug-fixes/</guid>
</item>
<item>
<title>(CSS) Min-height with IE - LukeLarsen</title>
<link>http://snipplr.com/view/4825/minheight-with-ie/</link>
<description><![CDATA[ <p>will make the container expand with the text.</p> ]]></description>
<pubDate>Tue, 29 Jan 2008 13:13:22 GMT</pubDate>
<guid>http://snipplr.com/view/4825/minheight-with-ie/</guid>
</item>
<item>
<title>(CSS) CSS Hack to Get Around IE6 Margin Issue - rengber</title>
<link>http://snipplr.com/view/4631/css-hack-to-get-around-ie6-margin-issue/</link>
<description><![CDATA[ <p>A  in IE6 will annoyingly put about 3 pixels of space around a contained image.  This leaves a gap between that div and any neighboring divs.  To workaround you can specify a margin of 5px or so on the side where the gap must be removed, then specify an equivalent negative margin on the neighbor to remove the gap.  Tested with IE6 and Firefox 2.0.0.11.</p> ]]></description>
<pubDate>Thu, 17 Jan 2008 19:42:15 GMT</pubDate>
<guid>http://snipplr.com/view/4631/css-hack-to-get-around-ie6-margin-issue/</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) IE Hack format - Hanek</title>
<link>http://snipplr.com/view/4248/ie-hack-format/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 02 Dec 2007 22:53:05 GMT</pubDate>
<guid>http://snipplr.com/view/4248/ie-hack-format/</guid>
</item>
<item>
<title>(CSS) IE Escaping Floats Bug - penguin999</title>
<link>http://snipplr.com/view/4109/ie-escaping-floats-bug/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 09 Nov 2007 14:02:31 GMT</pubDate>
<guid>http://snipplr.com/view/4109/ie-escaping-floats-bug/</guid>
</item>
<item>
<title>(CSS) CSS PNG Image Fix for IE - jonhenshaw</title>
<link>http://snipplr.com/view/4090/css-png-image-fix-for-ie/</link>
<description><![CDATA[ <p>The selector portion of the CSS rule targets which XHTML tags/classes this rule will be applied to. At first glance, it looks like all img tags as well as all tags with a class of "png". You’ll notice the * html in front of both of these. Wait, there is no “anytag” preceding the html tag, so this won’t get applied! True. For all non-crappy (that is a pro term by the way) browsers, this rule won’t get applied. However, since IE6 is a pile, it thinks that there is a tag before the html tag, so it will apply this rule. Great! Now IE6 is the only browser that will use this rule.</p> ]]></description>
<pubDate>Thu, 08 Nov 2007 08:22:32 GMT</pubDate>
<guid>http://snipplr.com/view/4090/css-png-image-fix-for-ie/</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) use specific styles for IE - valcartei</title>
<link>http://snipplr.com/view/3330/use-specific-styles-for-ie/</link>
<description><![CDATA[ <p>To use css which will only be applied if the browser is IE.</p> ]]></description>
<pubDate>Fri, 20 Jul 2007 06:09:49 GMT</pubDate>
<guid>http://snipplr.com/view/3330/use-specific-styles-for-ie/</guid>
</item>
<item>
<title>(CSS) IE6 でマージンが2倍になった場合の解決方法 - masaya</title>
<link>http://snipplr.com/view/3052/ie6-2/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 26 Jun 2007 22:55:07 GMT</pubDate>
<guid>http://snipplr.com/view/3052/ie6-2/</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) IE7 IE6 targeted CSS - clapfouine</title>
<link>http://snipplr.com/view/2017/ie7-ie6-targeted-css/</link>
<description><![CDATA[ <p>hack to maximise CSS browser compatibility (IE 6, IE 7 and the rest of the world)</p> ]]></description>
<pubDate>Tue, 23 Jan 2007 07:22:10 GMT</pubDate>
<guid>http://snipplr.com/view/2017/ie7-ie6-targeted-css/</guid>
</item>
<item>
<title>(CSS) CSS hack to target IE7 and under - pckujawa</title>
<link>http://snipplr.com/view/2003/css-hack-to-target-ie7-and-under/</link>
<description><![CDATA[ <p>I pulled this off of Nicholas Gagne's blog at http://www.ibloomstudios.com/article7/. All rights belong to him.</p> ]]></description>
<pubDate>Sat, 20 Jan 2007 12:00:03 GMT</pubDate>
<guid>http://snipplr.com/view/2003/css-hack-to-target-ie7-and-under/</guid>
</item>
<item>
<title>(CSS) Internet Explorer (IE6) CSS Hover - jonhenshaw</title>
<link>http://snipplr.com/view/1912/internet-explorer-ie6-css-hover/</link>
<description><![CDATA[ <p>IE6 and before doesn't support :hover in CSS (except for anchors). You can use this script to make hovers work in IE. Just add the following line to your stylesheet (this assumes the path of the file -- you may need to change it to reflect your paths).

body { behavior:url(&amp;quot;csshover.htc&amp;quot;); }</p> ]]></description>
<pubDate>Mon, 01 Jan 2007 20:17:07 GMT</pubDate>
<guid>http://snipplr.com/view/1912/internet-explorer-ie6-css-hover/</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) WinIE PNG Filter - masaya</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 - masaya</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>
</channel>
</rss>