<?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>Postpostmodern &#187; IE6 CSS Bugs</title>
	<atom:link href="http://postpostmodern.com/tag/ie6-css-bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://postpostmodern.com</link>
	<description>Speaking of web development.</description>
	<lastBuildDate>Wed, 11 Jan 2012 00:21:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>No Multiple-Class Support in IE6</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/</link>
		<comments>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 00:42:34 +0000</pubDate>
		<dc:creator>Jason Johnson</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[IE6 CSS Bugs]]></category>

		<guid isPermaLink="false">http://postpostmodern.com/?p=231</guid>
		<description><![CDATA[IE6 doesn't respond to multiple class selectors.]]></description>
			<content:encoded><![CDATA[<p>IE6 was mean to me again today.</p>

<p>For the past few years, I haven&#8217;t had too much trouble out of IE &#8212; only because I&#8217;ve become familiar with its quirks. I know that floats need <strong>display: inline</strong> to fix the margins, <strong>position: relative</strong> or <strong>zoom: 1</strong> needs to be added to misbehaving elements to trigger hasLayout, and <strong>height: 1%</strong> will make boxes stretch to contain their floated children. That&#8217;ll fix IE6 90% of the time. But today, I struggled with something I hadn&#8217;t run into before: <a href="http://www.quirksmode.org/bugreports/archives/2004/12/IE_CSS_rendering_bug_with_multiple_classnames.html">Lack of Multiple Class Support</a></p>

<p>I was trying to reference elements with multiple classes in my CSS:</p>

<pre><code lang="css">.aside.login {
  properties: values;
  ...
}</code></pre>

<p>All the other browsers (including IE7) work with this just fine. IE6, however, only sees one class. I wish I had known about this before I spent most of my afternoon trying to figure out why rules were getting applied to things they shouldn&#8217;t have.</p>
]]></content:encoded>
			<wfw:commentRss>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

