<?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>ozblog &#187; precedence</title>
	<atom:link href="http://ozblog.com.au/tag/precedence/feed/" rel="self" type="application/rss+xml" />
	<link>http://ozblog.com.au</link>
	<description>If your vocation is your vacation you&#039;ll never work a day in your life</description>
	<lastBuildDate>Tue, 06 Dec 2011 00:36:40 +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>!important ignored by IE</title>
		<link>http://ozblog.com.au/2009/01/26/important-ignored-by-ie/</link>
		<comments>http://ozblog.com.au/2009/01/26/important-ignored-by-ie/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 23:03:18 +0000</pubDate>
		<dc:creator>Levi Putna</dc:creator>
				<category><![CDATA[CSS tips & trick]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[margins]]></category>
		<category><![CDATA[precedence]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://ozblog.com.au/?p=279</guid>
		<description><![CDATA[Normally in CSS whichever rule is specified last takes precedence. However if you use !important after a command then this CSS command will take precedence regardless of what appears after it. This is true for all browsers except IE. An [...]]]></description>
			<content:encoded><![CDATA[<p>Normally in CSS whichever rule is specified last takes precedence. However if you <strong>use <code>!important</code> after a command then this CSS command will take precedence</strong> regardless of what appears after it. This is true for all browsers except IE. An example of this would be:</p>
<p><code>margin-top: 3.5em !important; margin-top: 2em</code></p>
<p>So, the top margin will be set to 3.5em for all browsers except IE, which will have a top margin of 2em. This can sometimes come in useful, especially when using relative margins (such as in this example) as these can display slightly differently between IE and other browsers.</p>
]]></content:encoded>
			<wfw:commentRss>http://ozblog.com.au/2009/01/26/important-ignored-by-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

