<?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/comments</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 15 Feb 2012 18:54:23 GMT</pubDate>
<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) Bubble comments - dlokesh</title>
<link>http://snipplr.com/view/25701/bubble-comments/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 30 Dec 2009 04:07:44 GMT</pubDate>
<guid>http://snipplr.com/view/25701/bubble-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) Thesis: Hide "Comments Closed" - fabi</title>
<link>http://snipplr.com/view/16743/thesis-hide-comments-closed/</link>
<description><![CDATA[ <p>The following will cause the "comments closed" line to not display on both posts and pages.</p> ]]></description>
<pubDate>Tue, 07 Jul 2009 21:37:19 GMT</pubDate>
<guid>http://snipplr.com/view/16743/thesis-hide-comments-closed/</guid>
</item>
<item>
<title>(CSS) Remove Comments are closed statement in Thesis WP - mlangfeld</title>
<link>http://snipplr.com/view/16170/remove-comments-are-closed-statement-in-thesis-wp/</link>
<description><![CDATA[ <p>Useful on pages where the "Comments are Closed" statement appears; when you choose not to allow comments. Simply add to your custom.css file.</p> ]]></description>
<pubDate>Sun, 21 Jun 2009 23:59:16 GMT</pubDate>
<guid>http://snipplr.com/view/16170/remove-comments-are-closed-statement-in-thesis-wp/</guid>
</item>
<item>
<title>(CSS) Hide Myspace Comments - xlovergirl</title>
<link>http://snipplr.com/view/7219/hide-myspace-comments/</link>
<description><![CDATA[ <p>Insert this code into the 'about me' section when editing your myspace profile.</p> ]]></description>
<pubDate>Fri, 11 Jul 2008 02:17:35 GMT</pubDate>
<guid>http://snipplr.com/view/7219/hide-myspace-comments/</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>
