<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - CSS3 List and Table Properties - 15</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/649d/54f3950a-3923-4859-8e35-5d917576649d/15CSS3ListandTableProperties_220.jpg</url>
		<title>Channel 9 - CSS3 List and Table Properties - 15</title>
		<link></link>
	</image>
	<description>In Lessons 7 and 8 you learned about Lists and Tables. In this lesson, you learn various properties exposed by CSS3 that allow you to provide a professional style to your Lists and Tables. &amp;nbsp; Download the source code for CSS3 List and Table Properties </description>
	<link></link>
	<language>en</language>
	<pubDate>Tue, 18 Jun 2013 06:13:18 GMT</pubDate>
	<lastBuildDate>Tue, 18 Jun 2013 06:13:18 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: CSS3 List and Table Properties - 15</title>
		<description>
			<![CDATA[<p>Great series so far</p><p>With the tables, you could have demonstrated the first column and first row highlighting using</p><p>tr td:first-child</p><p>tr:first-of-type</p><p>&nbsp;</p><p>Then you wouldn't have needed the IDs to attach the styles.</p><p>&nbsp;</p><p>posted by slaneyrw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634793825165555429</link>
		<pubDate>Wed, 01 Aug 2012 01:48:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634793825165555429</guid>
		<dc:creator>slaneyrw</dc:creator>
	</item>
	<item>
		<title>Re: CSS3 List and Table Properties - 15</title>
		<description>
			<![CDATA[<p>I downloaded the HQ WMV file. The soundtrack and screenshot were &quot;out-of-sync&quot; by I guess half a minute or so.&nbsp; The windows on screen had very little to do with what Bob describes.</p><p>Otherwise a great series! I did a lot of Dynamic HTML 4 back in '98 - '01 so I really enjoyed this semantics focused run through HTML5 and CSS3 --&nbsp;THX!</p><p>posted by MicKr</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634798019245317805</link>
		<pubDate>Sun, 05 Aug 2012 22:18:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634798019245317805</guid>
		<dc:creator>MicKr</dc:creator>
	</item>
	<item>
		<title>Re: CSS3 List and Table Properties - 15</title>
		<description>
			<![CDATA[<p>One of your examples shows a CSS style border-collapse:seperate;</p><p>There is a typo in here. It should be spelled border-collapse:separate;</p><p>The net result is the same since border-collapse:separate is the default and the misspelled value seperate will fall back to the default value separate.</p><p>posted by candritzky</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634804745170632159</link>
		<pubDate>Mon, 13 Aug 2012 17:08:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634804745170632159</guid>
		<dc:creator>candritzky</dc:creator>
	</item>
	<item>
		<title>Re: CSS3 List and Table Properties - 15</title>
		<description>
			<![CDATA[<p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634793825165555429">slaneyrw</a>: thank you. &nbsp;Yes, there are many ways to skin this cat. &nbsp;Thank you for adding that one!</p><p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634798019245317805">MicKr</a>: Sorry for that issue ... I'll call attention to the powers-that-be at Microsoft to see if others experience the same difficulty.</p><p>@<a href="/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634804745170632159">candritzky</a>: Thank you ... that is a common misspelling ... I even have a macro on my main computer that re-spells it correctly. &nbsp;Muscle memory defaulted to my typical (incorrect) spelling. &nbsp;Thank you for explaining what happens when you misspell a value (i.e., the default).</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634805846414415993</link>
		<pubDate>Tue, 14 Aug 2012 23:44:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634805846414415993</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: CSS3 List and Table Properties - 15</title>
		<description>
			<![CDATA[I love &#33;&#33;&#33; Great series . also the javascript series .<br>The interactive lessons are much easier to follow .<br>and the explanations are clear .<br>Keep on &#33;<br><p>posted by Avi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634840852818088708</link>
		<pubDate>Mon, 24 Sep 2012 12:08:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/HTML5-CSS3-Fundamentals-Development-for-Absolute-Beginners/CSS3-List-and-Table-Properties-15#c634840852818088708</guid>
		<dc:creator>Avi</dc:creator>
	</item>
</channel>
</rss>