<?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>YazminMedia &#187; CSS</title>
	<atom:link href="http://yazminmedia.com/category/blog/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://yazminmedia.com</link>
	<description>Helping You Grow Online</description>
	<lastBuildDate>Wed, 18 Aug 2010 22:15:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>CSS Code for IE 6 and 7 don&#8217;t play nice together</title>
		<link>http://yazminmedia.com/blog/css-code-for-ie-6-and-7-dont-play-nice/</link>
		<comments>http://yazminmedia.com/blog/css-code-for-ie-6-and-7-dont-play-nice/#comments</comments>
		<pubDate>Tue, 15 Jan 2008 09:40:00 +0000</pubDate>
		<dc:creator>Yazmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://yazminmedia.com/blog/?p=9</guid>
		<description><![CDATA[A hack to replace the IE6 hacks...]]></description>
			<content:encoded><![CDATA[<p>You would think that as we move along in browser developments, developers would try to keep out new exceptions. Today I was trying to find a solution for a background color that wasn&#8217;t taking in IE6 and I ran across this post by Romain at Deep Inside title <a href="http://rgaucher.info/b/index.php/post/2007/10/17/IE6-And-I7-doesnt-have-compatible-CSS-tricks">IE6 And IE7 don&#8217;t have compatible CSS tricks</a>.</p>
<p>Turns out that if you want your IE code hack to apply to IE7, you&#8217;re going to have to duplicate the hack and replace the underscore with a period, like so:</p>
<blockquote><p>
	font-size: 1.3em; /* For every browser */<br />
	_font-size: 1.1em; /* Size description for IE6 */<br />
	.font-size: 1.1em; /* Size description for IE7 */
</p></blockquote>
<p>Yes. Internet Explorer is the bane of my existence as a developer&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://yazminmedia.com/blog/css-code-for-ie-6-and-7-dont-play-nice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
