<?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>Level 2D Blog &#187; CSS</title>
	<atom:link href="http://level2b.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://level2b.com</link>
	<description>(2.0)</description>
	<lastBuildDate>Thu, 15 Jul 2010 15:32:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS Hacking</title>
		<link>http://level2b.com/css-hacking/</link>
		<comments>http://level2b.com/css-hacking/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 16:43:25 +0000</pubDate>
		<dc:creator>Philip Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[IE CSS Hack]]></category>

		<guid isPermaLink="false">http://level2b.com/?p=264</guid>
		<description><![CDATA[I know this is old news, but we have to deal with IE and CSS issues all the time.  I was using a technique that I called the &#8220;red-headed step child method,&#8221; which uses the CSS child selector, but it seems that IE has changed something that kept it from working.  So I&#8217;ve figured it [...]]]></description>
			<content:encoded><![CDATA[<p>I know this is old news, but we have to deal with IE and CSS issues all the time.  I was using a technique that I called the &#8220;red-headed step child method,&#8221; which uses the CSS child selector, but it seems that IE has changed something that kept it from working.  So I&#8217;ve figured it out again.  Here is a sample:</p>
<blockquote>
<pre>.pricing {margin:9px auto;}
html&gt;/**/body .pricing{margin-top:15px; margin-bottom:15px;}</pre>
</blockquote>
<p>With the above, IE will pick up the first statement.  Whatever you need to change for the other browsers, you use the html&gt;/**/body selector.  IE will not pick up this statement with the /**/ included.  Let me know what you think about this fix and what techniques you use.</p>
]]></content:encoded>
			<wfw:commentRss>http://level2b.com/css-hacking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
