<?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>Open Source Web &#187; CSS</title>
	<atom:link href="http://www.open-source-web.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.open-source-web.com</link>
	<description>Your open source for Development and Design</description>
	<lastBuildDate>Sun, 08 Jan 2012 10:21:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Easy CSS compatability</title>
		<link>http://www.open-source-web.com/css/easy-css-compatability/</link>
		<comments>http://www.open-source-web.com/css/easy-css-compatability/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 09:26:16 +0000</pubDate>
		<dc:creator>Adi</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[ff]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[star]]></category>
		<category><![CDATA[underscore]]></category>

		<guid isPermaLink="false">http://www.open-source-web.com/?p=175</guid>
		<description><![CDATA[For every web developer / designer the issues in earlier versions of IE can be a real pain. Even simple styling such as margins and padding can make a design look like it&#8217;s upside down. The obvious hacks for CSS involve using a separate style sheet and the old school &#60;!&#8211; if IE&#8211;&#62; but I [...]]]></description>
			<content:encoded><![CDATA[<p>For every web developer / designer the issues in earlier versions of IE can be a real pain. Even simple styling such as margins and padding can make a design look like it&#8217;s upside down.</p>
<p>The obvious hacks for CSS involve using a separate style sheet and the old school &lt;!&#8211; if IE&#8211;&gt; but I always manage to avoid these mainly because I like to keep all the CSS in one file to keep overall page size down and it&#8217;s also more easier to fix other issues when all the CSS rules are in one file.</p>
<p>IE  issues</p>
<p>The easiest way to target issues in IE6 is to use the _property hack.</p>
<p>_margin:20px;  /// this will only be used by IE 6</p>
<p>There is also a hack for IE7 which works in a similor way using the *</p>
<p>*margin:20px;  /// this will only be used by IE 7</p>
<p>Although these may cause CSS problems to validators they are still very valid fixes and I have never seen a drawback to using these.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.open-source-web.com/css/easy-css-compatability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

