<?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>Sun, 26 May 2013 09:33:28 GMT</pubDate>
<item>
<title>(JavaScript) Safe console.log usage in all browsers - bitsculptor</title>
<link>http://snipplr.com/view/71283/safe-consolelog-usage-in-all-browsers/</link>
<description><![CDATA[ <p>IE doesn't like console.log. This fixes that.</p> ]]></description>
<pubDate>Fri, 24 May 2013 00:36:30 GMT</pubDate>
<guid>http://snipplr.com/view/71283/safe-consolelog-usage-in-all-browsers/</guid>
</item>
<item>
<title>(JavaScript) Fixing IE Z-index with jquery - rumremix</title>
<link>http://snipplr.com/view/68977/fixing-ie-zindex-with-jquery/</link>
<description><![CDATA[ <p>Useful trick from css tricks blog at http://css-tricks.com/snippets/jquery/fixing-ie-z-index/</p> ]]></description>
<pubDate>Thu, 06 Dec 2012 06:25:41 GMT</pubDate>
<guid>http://snipplr.com/view/68977/fixing-ie-zindex-with-jquery/</guid>
</item>
<item>
<title>(jQuery) if ie browser - mortu</title>
<link>http://snipplr.com/view/67799/if-ie-browser/</link>
<description><![CDATA[ <p>jQuery if ie browser</p> ]]></description>
<pubDate>Thu, 18 Oct 2012 21:04:30 GMT</pubDate>
<guid>http://snipplr.com/view/67799/if-ie-browser/</guid>
</item>
<item>
<title>(jQuery) IE notification - raz</title>
<link>http://snipplr.com/view/65171/ie-notification/</link>
<description><![CDATA[ <p>IE notification to upgrade your browser</p> ]]></description>
<pubDate>Fri, 25 May 2012 00:08:54 GMT</pubDate>
<guid>http://snipplr.com/view/65171/ie-notification/</guid>
</item>
<item>
<title>(jQuery) custom jquery selectbox dropdown - rumremix</title>
<link>http://snipplr.com/view/64524/custom-jquery-selectbox-dropdown/</link>
<description><![CDATA[ <p>Simple solution found via link. Just edit code from demo page(s). Also http://uniformjs.com/</p> ]]></description>
<pubDate>Thu, 12 Apr 2012 09:25:51 GMT</pubDate>
<guid>http://snipplr.com/view/64524/custom-jquery-selectbox-dropdown/</guid>
</item>
<item>
<title>(JavaScript) Javascript - Obtain explorer version - satie83</title>
<link>http://snipplr.com/view/64264/javascript--obtain-explorer-version/</link>
<description><![CDATA[ <p>Returns the version of Windows Internet Explorer or a -1 (indicating the use of another browser).</p> ]]></description>
<pubDate>Sat, 31 Mar 2012 20:35:57 GMT</pubDate>
<guid>http://snipplr.com/view/64264/javascript--obtain-explorer-version/</guid>
</item>
<item>
<title>(CSS) Fix for button background image in IE - felicemente</title>
<link>http://snipplr.com/view/64226/fix-for-button-background-image-in-ie/</link>
<description><![CDATA[ <p>rather annoying issue that I encountered and spent too much time researching - the relevant IE fix is in all caps</p> ]]></description>
<pubDate>Fri, 30 Mar 2012 05:45:49 GMT</pubDate>
<guid>http://snipplr.com/view/64226/fix-for-button-background-image-in-ie/</guid>
</item>
<item>
<title>(PHP) IE browser checks ( Conditional comments ) - webtechdev</title>
<link>http://snipplr.com/view/62838/ie-browser-checks--conditional-comments-/</link>
<description><![CDATA[ <p>gt: greater than
lte: less than or equal to

not IE:  </p> ]]></description>
<pubDate>Sun, 29 Jan 2012 11:45:41 GMT</pubDate>
<guid>http://snipplr.com/view/62838/ie-browser-checks--conditional-comments-/</guid>
</item>
<item>
<title>(HTML) Faster page load hack - IE conditional comments - Huskie</title>
<link>http://snipplr.com/view/62494/faster-page-load-hack--ie-conditional-comments/</link>
<description><![CDATA[ <p>This empty conditional comment hack is used to basically increase performance of a website. When conditional comments are used on a site, for example, for an IE6 conditional stylesheet, it will block further downloads until the css files are fully downloaded, hence increasing load time. To solve this issue, an empty conditional comment, like below, is used before any CSS is loaded in the document, and the problem will be solved!</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 02:04:40 GMT</pubDate>
<guid>http://snipplr.com/view/62494/faster-page-load-hack--ie-conditional-comments/</guid>
</item>
<item>
<title>(JavaScript) Manage console.log on IE - Simounet</title>
<link>http://snipplr.com/view/62311/manage-consolelog-on-ie/</link>
<description><![CDATA[ <p>Helps to manage console.log debug in js when broswing in IE. If alertFallback is enabled, you can see js alerts appears of vars tracked.</p> ]]></description>
<pubDate>Thu, 05 Jan 2012 03:10:38 GMT</pubDate>
<guid>http://snipplr.com/view/62311/manage-consolelog-on-ie/</guid>
</item>
<item>
<title>(HTML) IE Outdated Browse Warning &amp;amp; Update options - thewickedchemist</title>
<link>http://snipplr.com/view/61868/ie-outdated-browse-warning--update-options/</link>
<description><![CDATA[ <p>Simple mix of basic CSS, HTML, and jQuery to detect IE and display a message to the user encouraging them to update.</p> ]]></description>
<pubDate>Wed, 14 Dec 2011 05:39:07 GMT</pubDate>
<guid>http://snipplr.com/view/61868/ie-outdated-browse-warning--update-options/</guid>
</item>
<item>
<title>(jQuery) Exclude IE versions before IE9 with jQuery - jbernus</title>
<link>http://snipplr.com/view/61040/exclude-ie-versions-before-ie9-with-jquery/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Nov 2011 21:53:18 GMT</pubDate>
<guid>http://snipplr.com/view/61040/exclude-ie-versions-before-ie9-with-jquery/</guid>
</item>
<item>
<title>(CSS) CSS IE only - simondiercks</title>
<link>http://snipplr.com/view/60657/css-ie-only/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 09 Nov 2011 17:58:09 GMT</pubDate>
<guid>http://snipplr.com/view/60657/css-ie-only/</guid>
</item>
<item>
<title>(PHP) PHP session problem *only in IE* - kiroweb</title>
<link>http://snipplr.com/view/60511/php-session-problem-only-in-ie/</link>
<description><![CDATA[ <p>IE Blocking iFrame Cookies</p> ]]></description>
<pubDate>Thu, 03 Nov 2011 22:19:40 GMT</pubDate>
<guid>http://snipplr.com/view/60511/php-session-problem-only-in-ie/</guid>
</item>
<item>
<title>(CSS) text-indent on submit buttons - kiroweb</title>
<link>http://snipplr.com/view/60449/textindent-on-submit-buttons/</link>
<description><![CDATA[ <p>IE not interpreting text-indent on submit buttons ?

How it works
Let’s see how it works.
font-size:0 is used to reduce the font size and works well in IE7. But even after adding this line, you would notice a black line(which is basically the text) on the center of the button in IE6.
display:block Negative text-indent works in IE only if this is added.
line-height: 0 Another fix for IE6.</p> ]]></description>
<pubDate>Tue, 01 Nov 2011 22:04:12 GMT</pubDate>
<guid>http://snipplr.com/view/60449/textindent-on-submit-buttons/</guid>
</item>
<item>
<title>(HTML) ie specific browser conditional hacks - MohamedAlaa</title>
<link>http://snipplr.com/view/60357/ie-specific-browser-conditional-hacks/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 31 Oct 2011 07:44:02 GMT</pubDate>
<guid>http://snipplr.com/view/60357/ie-specific-browser-conditional-hacks/</guid>
</item>
<item>
<title>(CSS) IE png black border fix - raz</title>
<link>http://snipplr.com/view/60322/ie-png-black-border-fix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 29 Oct 2011 01:18:15 GMT</pubDate>
<guid>http://snipplr.com/view/60322/ie-png-black-border-fix/</guid>
</item>
<item>
<title>(jQuery) If browser is IE 6 7 8 9, Firefox, Safari, Chrome or Opera - cesarkohl</title>
<link>http://snipplr.com/view/58680/if-browser-is-ie-6-7-8-9-firefox-safari-chrome-or-opera/</link>
<description><![CDATA[ <p>The HTML simply discovers if it's IE and its version or if it's not IE.
The jQuery discovers if it's IE, Firefox, Webkit Engine (Chrome and Safari) or Opera and its version as an integer.</p> ]]></description>
<pubDate>Wed, 14 Sep 2011 23:49:24 GMT</pubDate>
<guid>http://snipplr.com/view/58680/if-browser-is-ie-6-7-8-9-firefox-safari-chrome-or-opera/</guid>
</item>
<item>
<title>(HTML) adds new HTML5 elements - mmcculley</title>
<link>http://snipplr.com/view/58576/adds-new-html5-elements/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Sep 2011 05:31:46 GMT</pubDate>
<guid>http://snipplr.com/view/58576/adds-new-html5-elements/</guid>
</item>
<item>
<title>(HTML) HTML Conditional Comments - DenoteIt</title>
<link>http://snipplr.com/view/57681/html-conditional-comments/</link>
<description><![CDATA[ <p>HTML conditional comments used to target specific versions of Internet Explorer (is ignored by all other browsers).</p> ]]></description>
<pubDate>Tue, 09 Aug 2011 00:23:44 GMT</pubDate>
<guid>http://snipplr.com/view/57681/html-conditional-comments/</guid>
</item>
</channel>
</rss>