<?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>Luke's Lot &#187; CSS</title>
	<atom:link href="http://blog.lucanos.com/category/programming/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lucanos.com</link>
	<description>A Collection of Plugins, Scripts, Tips and Tricks. As I learn, I will share, and I hope you will do the same.</description>
	<lastBuildDate>Mon, 14 Apr 2008 06:28:45 +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 Order Of Precedence</title>
		<link>http://blog.lucanos.com/2006/04/08/css-order-of-precedence/</link>
		<comments>http://blog.lucanos.com/2006/04/08/css-order-of-precedence/#comments</comments>
		<pubDate>Sun, 09 Apr 2006 01:27:48 +0000</pubDate>
		<dc:creator>Lucanos</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.lucanos.com/2006/04/08/css-order-of-precedence/</guid>
		<description><![CDATA[Just thought I would share this tidbit, as I was unaware of it, and couldn&#8217;t find it when I did a quick search of the net&#8230; When processing CSS rules, it seems that the styles are applied in the following order of precedence: Style ID Class So any CSS coding applied via the Style attribute [...]]]></description>
			<content:encoded><![CDATA[<p>Just thought I would share this tidbit, as I was unaware of it, and couldn&#8217;t find it when I did a quick search of the net&#8230;</p>
<p>When processing CSS rules, it seems that the styles are applied in the following order of precedence:</p>
<ol>
<li>Style</li>
<li>ID</li>
<li>Class</li>
</ol>
<p>So any CSS coding applied via the Style attribute will over-write and out-rank any styling applied via the ID. And so forth.</p>
<p>But, this is just the results of my testing. So if anyone knows any better, please do let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lucanos.com/2006/04/08/css-order-of-precedence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
