<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using &#8220;If&#8221; In CSS: Conditional-CSS</title>
	<atom:link href="http://www.webresourcesdepot.com/using-if-in-css-conditional-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/</link>
	<description>Free Web Resources</description>
	<lastBuildDate>Sun, 21 Mar 2010 07:39:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: denbagus</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-80498</link>
		<dc:creator>denbagus</dc:creator>
		<pubDate>Thu, 08 Oct 2009 10:14:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-80498</guid>
		<description>wow... nice tool thank you</description>
		<content:encoded><![CDATA[<p>wow&#8230; nice tool thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Broggio (Brasil)</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-63767</link>
		<dc:creator>Alexandre Broggio (Brasil)</dc:creator>
		<pubDate>Sat, 18 Jul 2009 13:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-63767</guid>
		<description>Thanks ^_^</description>
		<content:encoded><![CDATA[<p>Thanks ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-13876</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 13 Aug 2008 02:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-13876</guid>
		<description>I didn&#039;t really elaborate above.. but to those who don&#039;t realize it the &#039;expressions&#039; above that provide the conditional statements are actually javascript.  

Why would you ever put javascript inside css especially when it can easily be CASCADED to MANY html tags on the page without you even realizing? It has disaster written all over it.  You may get away with doing it for a while... but it eventually bites you in the rear.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t really elaborate above.. but to those who don&#8217;t realize it the &#8216;expressions&#8217; above that provide the conditional statements are actually javascript.  </p>
<p>Why would you ever put javascript inside css especially when it can easily be CASCADED to MANY html tags on the page without you even realizing? It has disaster written all over it.  You may get away with doing it for a while&#8230; but it eventually bites you in the rear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-13875</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 13 Aug 2008 02:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-13875</guid>
		<description>I tried this once and ended up with severe cpu use by my browser after adding a large number (hundreds) of elements to the page which had to be parsed by the javascript in the css above. 
Please, avoid; it just bad design and took me an eternity to diagnose as the problem.</description>
		<content:encoded><![CDATA[<p>I tried this once and ended up with severe cpu use by my browser after adding a large number (hundreds) of elements to the page which had to be parsed by the javascript in the css above.<br />
Please, avoid; it just bad design and took me an eternity to diagnose as the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-13844</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 12 Aug 2008 15:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-13844</guid>
		<description>Yep to John and Dan.</description>
		<content:encoded><![CDATA[<p>Yep to John and Dan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CoryMathews</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-13838</link>
		<dc:creator>CoryMathews</dc:creator>
		<pubDate>Tue, 12 Aug 2008 13:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-13838</guid>
		<description>This seems like the lazy way out of learning to write good css. Like john said you should only need a new style sheet for ie6. And very very seldome one for ie7. But still pretty cool none the less.</description>
		<content:encoded><![CDATA[<p>This seems like the lazy way out of learning to write good css. Like john said you should only need a new style sheet for ie6. And very very seldome one for ie7. But still pretty cool none the less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-13833</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 12 Aug 2008 12:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-13833</guid>
		<description>Amen to Dan.  Plus, if you use an alternate style sheet just for IE6 (which should be the only thing you need it for), you will save on dl time for other browsers.</description>
		<content:encoded><![CDATA[<p>Amen to Dan.  Plus, if you use an alternate style sheet just for IE6 (which should be the only thing you need it for), you will save on dl time for other browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shrewdy</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-13832</link>
		<dc:creator>Shrewdy</dc:creator>
		<pubDate>Tue, 12 Aug 2008 12:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-13832</guid>
		<description>I gotta think that conditional CSS is like reinventing the wheel and all together more pointless but there are bound to be some &quot;Conditional Fanbois&quot; out there that will tell me I am missing the point or just &quot;don&#039;t get it&quot;.

Well, that was my $0.02 (£0.04 after an extortionate amount of tax levied by the UK Government) :P</description>
		<content:encoded><![CDATA[<p>I gotta think that conditional CSS is like reinventing the wheel and all together more pointless but there are bound to be some &#8220;Conditional Fanbois&#8221; out there that will tell me I am missing the point or just &#8220;don&#8217;t get it&#8221;.</p>
<p>Well, that was my $0.02 (£0.04 after an extortionate amount of tax levied by the UK Government) <img src='http://www.webresourcesdepot.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.webresourcesdepot.com/using-if-in-css-conditional-css/comment-page-1/#comment-13829</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 12 Aug 2008 11:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webresourcesdepot.com/?p=453#comment-13829</guid>
		<description>conditional comments already do this, and if you really need ifs inside your css, why not use php? neither of those options require you to install software on your server.</description>
		<content:encoded><![CDATA[<p>conditional comments already do this, and if you really need ifs inside your css, why not use php? neither of those options require you to install software on your server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 5/20 queries in 2.020 seconds using disk

Served from: www.webresourcesdepot.com @ 2010-03-22 06:19:27 -->