<?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: Personal CSS Hacks for IE6, IE7, IE8</title>
	<atom:link href="http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/feed/" rel="self" type="application/rss+xml" />
	<link>http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/</link>
	<description>CSS, XHTML, jQuery, WordPress</description>
	<lastBuildDate>Wed, 08 Sep 2010 11:55:50 -0400</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: revive</title>
		<link>http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/comment-page-1/#comment-431</link>
		<dc:creator>revive</dc:creator>
		<pubDate>Tue, 07 Sep 2010 04:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=12#comment-431</guid>
		<description>As a UI Developer I&#039;m constantly faced with dealing with multiple browsers and all their lovely rendering quirks.. and, I absolutely hate CSS hacks, especially ones that invalidate the killer code I&#039;ve written :) So, this is what I use:

http://bastian-allgeier.de/css_browser_selector

This is obviously for PHP but there are similar scripts and plugins available for other languages. With this, I&#039;m able to not only target browser level rules, but I can also target different OS&#039;s, various browser versions, browser engines or a combination of all three! This makes all our CSS valid, clean and highly readable. 

So, for these examples above, we would simply write the CSS rule for the browser we wanted to target:

&lt;code&gt;.color {color: #777;} /* for all browsers */
.ie6 .color {color: #C39;} /* for IE6 */
.ie7 .color {color: #66F;} /* for IE7 */
.ie8 .color {color: #0FC;} /* for IE8 */
&lt;/code&gt;

Since our team mainly focuses on web applications, cross browser compatibility is key and we have successfully used this within our Zend based projects as well as others.. hopefully this will just add to the pool of knowledge you&#039;ve got going here.. and thanks for the great posts! I&#039;m very happy to have come across your blog ;) BTW, one lead programmer is from Russia :D
Hope this helps! :D 

Jesse M
Revive</description>
		<content:encoded><![CDATA[<p>As a UI Developer I&#8217;m constantly faced with dealing with multiple browsers and all their lovely rendering quirks.. and, I absolutely hate CSS hacks, especially ones that invalidate the killer code I&#8217;ve written :) So, this is what I use:</p>
<p><a href="http://bastian-allgeier.de/css_browser_selector" rel="nofollow">http://bastian-allgeier.de/css_browser_selector</a></p>
<p>This is obviously for PHP but there are similar scripts and plugins available for other languages. With this, I&#8217;m able to not only target browser level rules, but I can also target different OS&#8217;s, various browser versions, browser engines or a combination of all three! This makes all our CSS valid, clean and highly readable. </p>
<p>So, for these examples above, we would simply write the CSS rule for the browser we wanted to target:</p>
<p><code>.color {color: #777;} /* for all browsers */<br />
.ie6 .color {color: #C39;} /* for IE6 */<br />
.ie7 .color {color: #66F;} /* for IE7 */<br />
.ie8 .color {color: #0FC;} /* for IE8 */<br />
</code></p>
<p>Since our team mainly focuses on web applications, cross browser compatibility is key and we have successfully used this within our Zend based projects as well as others.. hopefully this will just add to the pool of knowledge you&#8217;ve got going here.. and thanks for the great posts! I&#8217;m very happy to have come across your blog ;) BTW, one lead programmer is from Russia :D<br />
Hope this helps! :D </p>
<p>Jesse M<br />
Revive</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravionrails</title>
		<link>http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/comment-page-1/#comment-365</link>
		<dc:creator>ravionrails</dc:creator>
		<pubDate>Thu, 12 Aug 2010 10:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=12#comment-365</guid>
		<description>Good one , All at one place</description>
		<content:encoded><![CDATA[<p>Good one , All at one place</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eh?</title>
		<link>http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/comment-page-1/#comment-362</link>
		<dc:creator>Eh?</dc:creator>
		<pubDate>Wed, 11 Aug 2010 00:16:29 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=12#comment-362</guid>
		<description>I came to this page via Thomas Fuchs&#039;s blog and I am still slightly aghast that, when we have a 100% certain way of handling IE &#039;speshulness&#039; using conditional comments, people still advocate hacks which can have unforeseen consequences now and in the future.

All to save a bit of space in the html? Seems fack to brunt to me.</description>
		<content:encoded><![CDATA[<p>I came to this page via Thomas Fuchs&#8217;s blog and I am still slightly aghast that, when we have a 100% certain way of handling IE &#8217;speshulness&#8217; using conditional comments, people still advocate hacks which can have unforeseen consequences now and in the future.</p>
<p>All to save a bit of space in the html? Seems fack to brunt to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/comment-page-1/#comment-352</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Thu, 05 Aug 2010 06:36:17 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=12#comment-352</guid>
		<description>Hi All..

Conditional comments are good in a sense to overcome the non-standard problems of IE versions, but there are hidden issues not known to the UI/Web designer when we develop pages with JSF. JSF has got configuration settings in WEB XML file to SKIP comments, so the CONDITIONAL comments never works...! :(</description>
		<content:encoded><![CDATA[<p>Hi All..</p>
<p>Conditional comments are good in a sense to overcome the non-standard problems of IE versions, but there are hidden issues not known to the UI/Web designer when we develop pages with JSF. JSF has got configuration settings in WEB XML file to SKIP comments, so the CONDITIONAL comments never works&#8230;! :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ozzy</title>
		<link>http://dimox.net/personal-css-hacks-for-ie6-ie7-ie8/comment-page-1/#comment-351</link>
		<dc:creator>Ozzy</dc:creator>
		<pubDate>Wed, 04 Aug 2010 18:47:28 +0000</pubDate>
		<guid isPermaLink="false">http://dimox.net/?p=12#comment-351</guid>
		<description>Thanks for this, it works like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks for this, it works like a charm.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
