<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jeffrey &#187; illogic</title>
	<atom:link href="http://www.jwegesin.com/category/jeffrey-ism/illogic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jwegesin.com</link>
	<description>i like butter, don't you?</description>
	<lastBuildDate>Mon, 06 Sep 2010 11:19:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Browser CSS hacks</title>
		<link>http://www.jwegesin.com/2007/04/12/browser-css-hacks/</link>
		<comments>http://www.jwegesin.com/2007/04/12/browser-css-hacks/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 02:24:14 +0000</pubDate>
		<dc:creator>Jeffrey</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[illogic]]></category>
		<category><![CDATA[jeffrey-ism]]></category>

		<guid isPermaLink="false">http://www.jwegesin.com/?p=19</guid>
		<description><![CDATA[<p>Be warned, this post is for me, and for anyone who likes or dislikes workarounds for common CSS problems (i.e. you hate IE).<!--more--></p>
<p>Display CSS in IE 7:</p>
<ol class="code">
<li><xmp>*:first-child+html [class]</xmp></li>
<li><xmp>{</xmp></li>
<li><xmp>}</xmp></li>
</ol>
<p>Display CSS in IE 7 and Firefox (not IE 6):</p>
<ol class="code">
<li><xmp>html>body [class]</xmp></li>
<li><xmp>{</xmp></li>
<li><xmp>}</xmp></li>
</ol>
<p>Display CSS in Firefox:</p>
<ol class="code">
<li><xmp>html>/**/body [class]</xmp></li>
<li><xmp>{</xmp></li>
<li><xmp>}</xmp></li>
</ol>
<p>I&#8217;m afraid I must declare myself a geek. I&#8217;m not that savvy, really.</p>
]]></description>
		<wfw:commentRss>http://www.jwegesin.com/2007/04/12/browser-css-hacks/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
