<?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/conditional</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 16 Feb 2012 06:53:33 GMT</pubDate>
<item>
<title>(CSS) IE Conditional Statements - plesh</title>
<link>http://snipplr.com/view/56271/ie-conditional-statements/</link>
<description><![CDATA[ <p>Enables you to easily select older version of CSS by class rather than having a seperate CSS file for each version of IE.</p> ]]></description>
<pubDate>Fri, 08 Jul 2011 01:44:47 GMT</pubDate>
<guid>http://snipplr.com/view/56271/ie-conditional-statements/</guid>
</item>
<item>
<title>(CSS) Target IE6 and IE7 Browsers without Conditional Comments - alozuldo</title>
<link>http://snipplr.com/view/42841/target-ie6-and-ie7-browsers-without-conditional-comments/</link>
<description><![CDATA[ <p>The code below will change the background-color of divs depending on what browser the user is viewing the web page under. Since * cascades down to IE7 and below, we use _ after that declaration so that IE6 (and below) has a different background color from IE7.</p> ]]></description>
<pubDate>Sun, 24 Oct 2010 10:02:36 GMT</pubDate>
<guid>http://snipplr.com/view/42841/target-ie6-and-ie7-browsers-without-conditional-comments/</guid>
</item>
<item>
<title>(CSS) ie7 css selector hack for input type button - Mithun</title>
<link>http://snipplr.com/view/22579/ie7-css-selector-hack-for-input-type-button/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Nov 2009 10:21:46 GMT</pubDate>
<guid>http://snipplr.com/view/22579/ie7-css-selector-hack-for-input-type-button/</guid>
</item>
<item>
<title>(CSS) CSS - Conditional comments - jmacgr</title>
<link>http://snipplr.com/view/21567/css--conditional-comments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 11:52:00 GMT</pubDate>
<guid>http://snipplr.com/view/21567/css--conditional-comments/</guid>
</item>
<item>
<title>(CSS) Targeting IE Using Conditional Comments and Just One Stylesheet - Meander365</title>
<link>http://snipplr.com/view/18180/targeting-ie-using-conditional-comments-and-just-one-stylesheet/</link>
<description><![CDATA[ <p>A wrapper may be made to enclose the content of a page, and then you can write descendant CSS rules that mention that wrapper's ID or class name in the selector. But what if only IE thought that wrapper existed? Then those rules would only work for IE, while other browsers would ignore the rules completely.</p> ]]></description>
<pubDate>Tue, 11 Aug 2009 13:28:28 GMT</pubDate>
<guid>http://snipplr.com/view/18180/targeting-ie-using-conditional-comments-and-just-one-stylesheet/</guid>
</item>
<item>
<title>(CSS) Conditional CSS for FF, IE7, IE6 - Winkyboy</title>
<link>http://snipplr.com/view/4564/conditional-css-for-ff-ie7-ie6/</link>
<description><![CDATA[ <p>Set different values for an element based on browser (specifically, how the browser interprets the CSS).  Definitions must be in order as shown below because newer definitions override existing.

The first setting will apply to all browsers.  
The second setting (using a pound symbol, #) will only apply to Microsoft Internet Explorer.
The third setting (an underscore, _ ) will only apply to IE browsers 6.0 and older.</p> ]]></description>
<pubDate>Mon, 14 Jan 2008 15:23:39 GMT</pubDate>
<guid>http://snipplr.com/view/4564/conditional-css-for-ff-ie7-ie6/</guid>
</item>
<item>
<title>(CSS) Use Conditional Comments to Subjugate IE - aznprncritic</title>
<link>http://snipplr.com/view/2125/use-conditional-comments-to-subjugate-ie/</link>
<description><![CDATA[ <p>Over 90% of the bugs front-end developers have to resolve deal with the various versions of Internet Explorer and their varying support for standards.  So instead of having to resort to CSS hacks, why not just keep 'em separated: use Microsoft's propriety conditional comments to insert css files that only IE will see.  The example below illustrates how to serve one stylesheet to IE5, IE5.5 and IE6 and another stylesheet for IE7.</p> ]]></description>
<pubDate>Sun, 04 Feb 2007 20:32:42 GMT</pubDate>
<guid>http://snipplr.com/view/2125/use-conditional-comments-to-subjugate-ie/</guid>
</item>
</channel>
</rss>
