<?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: No Multiple-Class Support in IE6</title>
	<atom:link href="http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/feed/" rel="self" type="application/rss+xml" />
	<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/</link>
	<description>Speaking of web development.</description>
	<lastBuildDate>Tue, 17 Aug 2010 22:17:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raz</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/comment-page-1/#comment-2276</link>
		<dc:creator>Raz</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=231#comment-2276</guid>
		<description>You&#039;re all a bunch of noobs</description>
		<content:encoded><![CDATA[<p>You&#8217;re all a bunch of noobs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nm2</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/comment-page-1/#comment-2042</link>
		<dc:creator>nm2</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:28:15 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=231#comment-2042</guid>
		<description>#menu a#menu1.selected, #menu a#menu1.current</description>
		<content:encoded><![CDATA[<h1>menu a#menu1.selected, #menu a#menu1.current</h1>
]]></content:encoded>
	</item>
	<item>
		<title>By: nm2</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/comment-page-1/#comment-2041</link>
		<dc:creator>nm2</dc:creator>
		<pubDate>Fri, 29 Jan 2010 15:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=231#comment-2041</guid>
		<description>Hey everybody,

I found a way to solve this problem, and it works fine here.

I have:
menu a#menu1.selected,
#menu a#menu1.current{

	background: url(&#039;../images/btn_hov.jpg&#039;) no-repeat;
}

So obviously IE6 recognizes only the .curent class

I have included separate file for IE6 into the header:
&lt;!--[if IE 6]&gt;&lt;![endif]--&gt;
In this file I just repeat the code but only with the class that is being ignored:
menu a#menu1.selected{

	background: url(&#039;../images/btn_hov.jpg&#039;) no-repeat;
}

I hope that helps ;)
Happy coding!</description>
		<content:encoded><![CDATA[<p>Hey everybody,</p>

<p>I found a way to solve this problem, and it works fine here.</p>

<p>I have:
menu a#menu1.selected,</p>

<h1>menu a#menu1.current{</h1>

<pre><code>background: url('../images/btn_hov.jpg') no-repeat;
</code></pre>

<p>}</p>

<p>So obviously IE6 recognizes only the .curent class</p>

<p>I have included separate file for IE6 into the header:
<!--[if IE 6]&gt;&lt;![endif]-->
In this file I just repeat the code but only with the class that is being ignored:
menu a#menu1.selected{</p>

<pre><code>background: url('../images/btn_hov.jpg') no-repeat;
</code></pre>

<p>}</p>

<p>I hope that helps ;)
Happy coding!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tejus Pratap</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/comment-page-1/#comment-2039</link>
		<dc:creator>Tejus Pratap</dc:creator>
		<pubDate>Wed, 06 Jan 2010 05:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=231#comment-2039</guid>
		<description>IE 6 expressions can be used for using multiple css classes.
An example can be found in the following link.
http://www.tejuspratap.com/main/content/using-multiple-css-classes-ie6</description>
		<content:encoded><![CDATA[<p>IE 6 expressions can be used for using multiple css classes.
An example can be found in the following link.
<a href="http://www.tejuspratap.com/main/content/using-multiple-css-classes-ie6" rel="nofollow">http://www.tejuspratap.com/main/content/using-multiple-css-classes-ie6</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yareckon</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/comment-page-1/#comment-1895</link>
		<dc:creator>yareckon</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=231#comment-1895</guid>
		<description>IE6 takes the last class.  .one.two.three  is the same as .three</description>
		<content:encoded><![CDATA[<p>IE6 takes the last class.  .one.two.three  is the same as .three</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sugarenia</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/comment-page-1/#comment-847</link>
		<dc:creator>Sugarenia</dc:creator>
		<pubDate>Fri, 21 Nov 2008 11:35:07 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=231#comment-847</guid>
		<description>I think this only hurts when you specify the same property for both classes.

For example, if you set a background image on the first class and you overwrite it on the second. Then it will only load the first (or last, I&#039;m not quite sure) one.

I think it works for different properties though.

The solution? Ugly but effective. Use one class (i.e. .img-center) instead of two (.img.center). Sigh.</description>
		<content:encoded><![CDATA[<p>I think this only hurts when you specify the same property for both classes.</p>

<p>For example, if you set a background image on the first class and you overwrite it on the second. Then it will only load the first (or last, I&#8217;m not quite sure) one.</p>

<p>I think it works for different properties though.</p>

<p>The solution? Ugly but effective. Use one class (i.e. .img-center) instead of two (.img.center). Sigh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trey Piepmeier</title>
		<link>http://postpostmodern.com/editorial/no-multiple-class-support-in-ie6/comment-page-1/#comment-824</link>
		<dc:creator>Trey Piepmeier</dc:creator>
		<pubDate>Wed, 19 Nov 2008 04:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://postpostmodern.com/?p=231#comment-824</guid>
		<description>It&#039;s funny, I had never really used multiple-class (or even class + ID) until recently because I just assumed it didn&#039;t work in IE 6.  Luckily, several of the things I&#039;ve been working on lately don&#039;t necessarily have to work in IE 6.  Livin&#039; in the future, baby!

My advice? Just patch IE 6 with jQuery.</description>
		<content:encoded><![CDATA[<p>It&#8217;s funny, I had never really used multiple-class (or even class + ID) until recently because I just assumed it didn&#8217;t work in IE 6.  Luckily, several of the things I&#8217;ve been working on lately don&#8217;t necessarily have to work in IE 6.  Livin&#8217; in the future, baby!</p>

<p>My advice? Just patch IE 6 with jQuery.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
