<?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/javascript/tags/ie</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 02 Dec 2008 02:32:00 GMT</pubDate>
<item>
<title>(JavaScript) Form checking with IE - pollux</title>
<link>http://snipplr.com/view/8856/form-checking-with-ie/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 06 Oct 2008 05:18:37 GMT</pubDate>
<guid>http://snipplr.com/view/8856/form-checking-with-ie/</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>(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>(JavaScript) IE Tunning con jquery - marcio</title>
<link>http://snipplr.com/view/4924/ie-tunning-con-jquery/</link>
<description><![CDATA[ <p>Archivo javascript (añadir mediante comentarios condicionales para IE) para añadir clases a algunos elementos y poder acceder a ellos vía CSS. (con jQuery)</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>(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>(JavaScript) PNG Fix iE - frakim</title>
<link>http://snipplr.com/view/4538/png-fix-ie/</link>
<description><![CDATA[ <p>Fix Transparence iExplorer</p> ]]></description>
<pubDate>Sun, 13 Jan 2008 15:16:56 GMT</pubDate>
<guid>http://snipplr.com/view/4538/png-fix-ie/</guid>
</item>
<item>
<title>(JavaScript) JS FIX - IE6 Background image flickering - brentg</title>
<link>http://snipplr.com/view/3790/js-fix--ie6-background-image-flickering/</link>
<description><![CDATA[ <p>JS Fix for IE6 background image flickering on mouseover's</p> ]]></description>
<pubDate>Wed, 26 Sep 2007 14:58:27 GMT</pubDate>
<guid>http://snipplr.com/view/3790/js-fix--ie6-background-image-flickering/</guid>
</item>
<item>
<title>(JavaScript) MSIE sniff - remysharp</title>
<link>http://snipplr.com/view/3342/msie-sniff/</link>
<description><![CDATA[ <p>Flags when IE is being used.</p> ]]></description>
<pubDate>Sun, 22 Jul 2007 06:44:25 GMT</pubDate>
<guid>http://snipplr.com/view/3342/msie-sniff/</guid>
</item>
<item>
<title>(JavaScript) Change opacity in all browsers - noah</title>
<link>http://snipplr.com/view/2844/change-opacity-in-all-browsers/</link>
<description><![CDATA[ <p>Check whether style.opacity is available.  If not, then apply IE proprietary opacity</p> ]]></description>
<pubDate>Mon, 11 Jun 2007 12:07:17 GMT</pubDate>
<guid>http://snipplr.com/view/2844/change-opacity-in-all-browsers/</guid>
</item>
<item>
<title>(JavaScript) Set IE Hover State - noah</title>
<link>http://snipplr.com/view/2842/set-ie-hover-state/</link>
<description><![CDATA[ <p>assigns/removes the class 'over' to elements on hover since IE does not attach :hover to any element but A</p> ]]></description>
<pubDate>Mon, 11 Jun 2007 09:09:44 GMT</pubDate>
<guid>http://snipplr.com/view/2842/set-ie-hover-state/</guid>
</item>
<item>
<title>(JavaScript) Other PNG IE fix - luman</title>
<link>http://snipplr.com/view/2791/other-png-ie-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 04 Jun 2007 00:49:53 GMT</pubDate>
<guid>http://snipplr.com/view/2791/other-png-ie-fix/</guid>
</item>
<item>
<title>(JavaScript) Add to Bookmarks [IE/Win] - isaac</title>
<link>http://snipplr.com/view/2442/add-to-bookmarks-iewin/</link>
<description><![CDATA[ <p>I post,hopefully soon, one cross browser "add to bookmarks". This works ONLY for IE.</p> ]]></description>
<pubDate>Tue, 10 Apr 2007 06:29:11 GMT</pubDate>
<guid>http://snipplr.com/view/2442/add-to-bookmarks-iewin/</guid>
</item>
<item>
<title>(JavaScript) class and className - Todd</title>
<link>http://snipplr.com/view/2368/class-and-classname/</link>
<description><![CDATA[ <p>One notorious discrepancy between IE and Firefox (or other "good" browsers) is the way they access the class HTML attribute. While I've used more complicated solutions in the past, this simple solution doesn't require any browser detection or even a function to set the class attribute that is used. Click the title for an explanation of how it works (see the comment by "penders").</p> ]]></description>
<pubDate>Tue, 20 Mar 2007 13:07:50 GMT</pubDate>
<guid>http://snipplr.com/view/2368/class-and-classname/</guid>
</item>
<item>
<title>(JavaScript) Correct the transparacy of PNG in IE5 and IE6 - iTony</title>
<link>http://snipplr.com/view/2226/correct-the-transparacy-of-png-in-ie5-and-ie6/</link>
<description><![CDATA[ <p>In IE5 and IE6 the transparancy in PNG images won't happen at all, so this would fix it. This might come really useful while we are in the era of switching to better standard-friendly browsers.</p> ]]></description>
<pubDate>Wed, 28 Feb 2007 07:18:13 GMT</pubDate>
<guid>http://snipplr.com/view/2226/correct-the-transparacy-of-png-in-ie5-and-ie6/</guid>
</item>
<item>
<title>(JavaScript) IE shut down - Memphys</title>
<link>http://snipplr.com/view/1846/ie-shut-down/</link>
<description><![CDATA[ <p>Just try then realise, that code consists of only 61 byte and make the right conclusion.</p> ]]></description>
<pubDate>Tue, 26 Dec 2006 07:43:42 GMT</pubDate>
<guid>http://snipplr.com/view/1846/ie-shut-down/</guid>
</item>
<item>
<title>(JavaScript) Fix for 'menu under select' issue in IE - Todd</title>
<link>http://snipplr.com/view/1804/fix-for-menu-under-select-issue-in-ie/</link>
<description><![CDATA[ <p>In Internet Explorer, it's a well-known issue that  tags are rendered above other layers and things like drop-down menus. This fix is specifically for the "Son of Suckerfish" drop-down menus (see URL), which are entirely CSS-based (JS is needed only for Internet Explorer). However, it could be adapted for use with similar drop-down menus. The lines I added to the original js are "var selects" and the two "for" loops with comments.

Be sure to read the note at the end of this script.</p> ]]></description>
<pubDate>Thu, 14 Dec 2006 11:05:17 GMT</pubDate>
<guid>http://snipplr.com/view/1804/fix-for-menu-under-select-issue-in-ie/</guid>
</item>
<item>
<title>(JavaScript) Javascript display png (cheap) - elightbo</title>
<link>http://snipplr.com/view/1549/javascript-display-png-cheap/</link>
<description><![CDATA[ <p>use document.writes to display image</p> ]]></description>
<pubDate>Tue, 07 Nov 2006 08:52:11 GMT</pubDate>
<guid>http://snipplr.com/view/1549/javascript-display-png-cheap/</guid>
</item>
</channel>
</rss>