<?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: CSS Inheritance</title>
	<atom:link href="http://simplebits.com/notebook/2003/04/15/css-inheritance/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/</link>
	<description>Handcrafted pixels &#38; text from Salem, Massachusetts.</description>
	<lastBuildDate>Tue, 08 Dec 2009 23:15:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Christian</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-85</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Wed, 07 Dec 2005 15:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-85</guid>
		<description>Chris Needham,
How about using thead?
</description>
		<content:encoded><![CDATA[<p>Chris Needham,<br />
How about using thead?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-84</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 05 Dec 2005 03:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-84</guid>
		<description>Very easy to understand even for foreigners as myself ;D Many thanks!
</description>
		<content:encoded><![CDATA[<p>Very easy to understand even for foreigners as myself ;D Many thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Needham</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-83</link>
		<dc:creator>Chris Needham</dc:creator>
		<pubDate>Fri, 11 Feb 2005 15:29:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-83</guid>
		<description>Very, very interesting.  I wish I&#039;d known about that years ago.
The only thing I would say, is that using the ID attribute is a bit of a problem as you can&#039;t duplicate IDs in the page, especially if you are using XSLT to generate the page.
However, the descendant selectors will also work when you are using classes, so you can go...
TABLE.DataTable TR TD {background-color:blue}
which will give a TD which is contained within a DataTable a blue background.
What I need to get working before I start using this is to be able to go...
TABLE.DataTable TR TD {background-color:blue}
TABLE.DataTable TR:first-child TD {background-color:red}
so that the header rows are with a red background.
If anybody does manage to get this working please drop me an e-mail.
Cheers,
Chris
</description>
		<content:encoded><![CDATA[<p>Very, very interesting.  I wish I&#8217;d known about that years ago.<br />
The only thing I would say, is that using the ID attribute is a bit of a problem as you can&#8217;t duplicate IDs in the page, especially if you are using XSLT to generate the page.<br />
However, the descendant selectors will also work when you are using classes, so you can go&#8230;<br />
TABLE.DataTable TR TD {background-color:blue}<br />
which will give a TD which is contained within a DataTable a blue background.<br />
What I need to get working before I start using this is to be able to go&#8230;<br />
TABLE.DataTable TR TD {background-color:blue}<br />
TABLE.DataTable TR:first-child TD {background-color:red}<br />
so that the header rows are with a red background.<br />
If anybody does manage to get this working please drop me an e-mail.<br />
Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benny</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-82</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Tue, 01 Feb 2005 16:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-82</guid>
		<description>Very nice example, especially for CSS-beginners really easy to undestand.
thx!
</description>
		<content:encoded><![CDATA[<p>Very nice example, especially for CSS-beginners really easy to undestand.<br />
thx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laith Zraikat</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-81</link>
		<dc:creator>Laith Zraikat</dc:creator>
		<pubDate>Mon, 24 Jan 2005 12:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-81</guid>
		<description>That was very nicely explained.
I would also like to second the question by Tom Stewart:
&quot;Does the same apply for class inheritance&quot;
Thank you
</description>
		<content:encoded><![CDATA[<p>That was very nicely explained.<br />
I would also like to second the question by Tom Stewart:<br />
&#8220;Does the same apply for class inheritance&#8221;<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bart</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-80</link>
		<dc:creator>bart</dc:creator>
		<pubDate>Mon, 17 Jan 2005 18:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-80</guid>
		<description>Nice work. Now if only css was object oriented.
</description>
		<content:encoded><![CDATA[<p>Nice work. Now if only css was object oriented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kalu</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-79</link>
		<dc:creator>kalu</dc:creator>
		<pubDate>Sat, 11 Dec 2004 02:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-79</guid>
		<description>When designing the whole website how to approach the css. There are just too many classes we will end up having, what naming convention to use how to minimize the number of classes.
I wonder / wonder / wonder ?
</description>
		<content:encoded><![CDATA[<p>When designing the whole website how to approach the css. There are just too many classes we will end up having, what naming convention to use how to minimize the number of classes.<br />
I wonder / wonder / wonder ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Stewart</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-78</link>
		<dc:creator>Tom Stewart</dc:creator>
		<pubDate>Mon, 15 Nov 2004 17:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-78</guid>
		<description>Okay with element inheritance. Does the same apply for class inheritance.
For example:
.Box {BORDER:1px SOLID #CCC}
Then
.Box .IBox {TEXT-INDENT:5px}
Still Fuzzy. ???
</description>
		<content:encoded><![CDATA[<p>Okay with element inheritance. Does the same apply for class inheritance.<br />
For example:<br />
.Box {BORDER:1px SOLID #CCC}<br />
Then<br />
.Box .IBox {TEXT-INDENT:5px}<br />
Still Fuzzy. ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saz</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-77</link>
		<dc:creator>Saz</dc:creator>
		<pubDate>Wed, 16 Jun 2004 09:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-77</guid>
		<description>Thanks! Helpful...
</description>
		<content:encoded><![CDATA[<p>Thanks! Helpful&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://simplebits.com/notebook/2003/04/15/css-inheritance/#comment-76</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 15 Jun 2004 02:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.simplebits.com/wp/notebook/2003/04/15/css-inheritance/#comment-76</guid>
		<description>Thank you for that helpful insight into inheritance. Let us never overlook the importance of the oh so basic, very easy to understand demonstration for us simple people.
</description>
		<content:encoded><![CDATA[<p>Thank you for that helpful insight into inheritance. Let us never overlook the importance of the oh so basic, very easy to understand demonstration for us simple people.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

