<?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/tags/ie</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 04 Jul 2008 16:57:42 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>(HTML) disable  select or option in IE - localhorst</title>
<link>http://snipplr.com/view/6262/disable--select-or-option-in-ie/</link>
<description><![CDATA[ <p>IE can't handle [ option disabled="disabled" ] tags, so this htc will help</p> ]]></description>
<pubDate>Fri, 16 May 2008 07:51:53 GMT</pubDate>
<guid>http://snipplr.com/view/6262/disable--select-or-option-in-ie/</guid>
</item>
<item>
<title>(Other) Min-Height Fast Hack - rolfthomas</title>
<link>http://snipplr.com/view/6257/minheight-fast-hack/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 16 May 2008 03:55:10 GMT</pubDate>
<guid>http://snipplr.com/view/6257/minheight-fast-hack/</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>(JavaScript) Simple IE 5.5 and IE 6 PNGFIX - bmayzure</title>
<link>http://snipplr.com/view/6090/simple-ie-55-and-ie-6-pngfix/</link>
<description><![CDATA[ <p>I've been using this little gem of a snippet for a few years, and it's never failed me.</p> ]]></description>
<pubDate>Fri, 02 May 2008 00:02:01 GMT</pubDate>
<guid>http://snipplr.com/view/6090/simple-ie-55-and-ie-6-pngfix/</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>(JavaScript) jquery IE6 Transparent PNG Fix - jonhenshaw</title>
<link>http://snipplr.com/view/5657/jquery-ie6-transparent-png-fix/</link>
<description><![CDATA[ <p>This plugin designed to fix that problem by applying appropriate filters to user specified elements, while keeping all element tags intact.

Plugin works well with both img elements within the DOM and css properties specified externally.

• It is chainable.

• Unlike some other png hack solutions, it does not replace/hide any of your html tags.

• You can revert applied changes using .iunfixpng().

• Extremely easy to use!</p> ]]></description>
<pubDate>Wed, 02 Apr 2008 09:17:36 GMT</pubDate>
<guid>http://snipplr.com/view/5657/jquery-ie6-transparent-png-fix/</guid>
</item>
<item>
<title>(JavaScript) IE sniffer using conditional compilation - cczona</title>
<link>http://snipplr.com/view/5564/ie-sniffer-using-conditional-compilation/</link>
<description><![CDATA[ <p>Note that the comment is part of the code here.   IE 5+ (including Mac) will evaluate to true by using conditional compilation.</p> ]]></description>
<pubDate>Tue, 25 Mar 2008 21:09:46 GMT</pubDate>
<guid>http://snipplr.com/view/5564/ie-sniffer-using-conditional-compilation/</guid>
</item>
<item>
<title>(Other) IE 7/8 'No Add-Ons Mode' - cczona</title>
<link>http://snipplr.com/view/5515/ie-78-no-addons-mode/</link>
<description><![CDATA[ <p>IE7 and IE8 support “No Add-ons Mode,” a troubleshooting mode. When you run IE this way, no 3rd party code runs... You can start No Add-ons Mode in a few ways:

(To exit No Add-ons Mode, simply close that browser window.)</p> ]]></description>
<pubDate>Fri, 21 Mar 2008 02:22:45 GMT</pubDate>
<guid>http://snipplr.com/view/5515/ie-78-no-addons-mode/</guid>
</item>
<item>
<title>(ASP) How To Serve XHTML to Internet Explorer 6 And 7 as XML Using Content Negotiation - neal_grosskopf</title>
<link>http://snipplr.com/view/5374/how-to-serve-xhtml-to-internet-explorer-6-and-7-as-xml-using-content-negotiation/</link>
<description><![CDATA[ <p>Serve your xhtml pages correctly with this script and xsl file. Most websites serve their xhtml pages as text and not xml to Internet Explorer. With this it will serve to IE as xml. Your sites will be more valid because they will validate against the xml validator rather than the html validator.</p> ]]></description>
<pubDate>Tue, 11 Mar 2008 19:47:12 GMT</pubDate>
<guid>http://snipplr.com/view/5374/how-to-serve-xhtml-to-internet-explorer-6-and-7-as-xml-using-content-negotiation/</guid>
</item>
<item>
<title>(Other) offspring.js - komposition</title>
<link>http://snipplr.com/view/5245/offspringjs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 29 Feb 2008 00:05:52 GMT</pubDate>
<guid>http://snipplr.com/view/5245/offspringjs/</guid>
</item>
<item>
<title>(HTML) ie conditional comment - frakim</title>
<link>http://snipplr.com/view/5101/ie-conditional-comment/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 17 Feb 2008 19:15:18 GMT</pubDate>
<guid>http://snipplr.com/view/5101/ie-conditional-comment/</guid>
</item>
<item>
<title>(JavaScript) IE Tunning con jquery - marcio</title>
<link>http://snipplr.com/view/4924/ie-tunning-con-jquery/</link>
<description><![CDATA[ <p>Funcion javascript para añadir clases a algunos elementos y poder acceder a ellos vía CSS.</p> ]]></description>
<pubDate>Wed, 06 Feb 2008 20:01:05 GMT</pubDate>
<guid>http://snipplr.com/view/4924/ie-tunning-con-jquery/</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>(Other) Load Firefox, IE6, Safari, and Opera in one go - jatkins</title>
<link>http://snipplr.com/view/4790/load-firefox-ie6-safari-and-opera-in-one-go/</link>
<description><![CDATA[ <p>This is a simple Windows batch file, and assumes those paths are the same on your system - modify as needed. Save it as browsers.bat. Running it will load each of the browsers in one click.</p> ]]></description>
<pubDate>Sun, 27 Jan 2008 10:05:13 GMT</pubDate>
<guid>http://snipplr.com/view/4790/load-firefox-ie6-safari-and-opera-in-one-go/</guid>
</item>
<item>
<title>(JavaScript) Min-width &amp;amp; max-width for IE - xalexx</title>
<link>http://snipplr.com/view/4779/minwidth--maxwidth-for-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 26 Jan 2008 05:52:01 GMT</pubDate>
<guid>http://snipplr.com/view/4779/minwidth--maxwidth-for-ie/</guid>
</item>
<item>
<title>(JavaScript) Getting rid of the "Click here to activate" Flash annoyance - catchamonkey</title>
<link>http://snipplr.com/view/4764/getting-rid-of-the-click-here-to-activate-flash-annoyance/</link>
<description><![CDATA[ <p>Get rid of the "click here to activate" using a little javascript.</p> ]]></description>
<pubDate>Thu, 24 Jan 2008 10:26:26 GMT</pubDate>
<guid>http://snipplr.com/view/4764/getting-rid-of-the-click-here-to-activate-flash-annoyance/</guid>
</item>
<item>
<title>(JavaScript) Filter IE6 - marcio</title>
<link>http://snipplr.com/view/4711/filter-ie6/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Jan 2008 22:28:55 GMT</pubDate>
<guid>http://snipplr.com/view/4711/filter-ie6/</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>(HTML) Background Image PNG Fix - shellydennison</title>
<link>http://snipplr.com/view/4629/background-image-png-fix/</link>
<description><![CDATA[ <p>Use this for background images. Put it in conditional comments in the head of your doc.</p> ]]></description>
<pubDate>Thu, 17 Jan 2008 17:12:56 GMT</pubDate>
<guid>http://snipplr.com/view/4629/background-image-png-fix/</guid>
</item>
</channel>
</rss>