<?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: Alternating Table Row Color With CSS Classes</title>
	<atom:link href="http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes/feed" rel="self" type="application/rss+xml" />
	<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes</link>
	<description></description>
	<pubDate>Tue, 06 Jan 2009 01:34:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AGE</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes/comment-page-1#comment-1765</link>
		<dc:creator>AGE</dc:creator>
		<pubDate>Tue, 14 Oct 2008 02:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-1765</guid>
		<description>Hi all,
I am new to web building. I stumbled this formatted schrolling table for viewing list of books. I need the list to be alternating colors. If possible, I would like a mouse over click on a single list item. Below is the current code. Any help will be much appreciated. 

Thanks, AGE

[CODE]



the first list item
the second list item
the third list item
the first list item
the second list item
the third list item
the first list item
the second list item
the third list item
the first list item
the second list item
the third list item

</description>
		<content:encoded><![CDATA[<p>Hi all,<br />
I am new to web building. I stumbled this formatted schrolling table for viewing list of books. I need the list to be alternating colors. If possible, I would like a mouse over click on a single list item. Below is the current code. Any help will be much appreciated. </p>
<p>Thanks, AGE</p>
<p>[CODE]</p>
<p>the first list item<br />
the second list item<br />
the third list item<br />
the first list item<br />
the second list item<br />
the third list item<br />
the first list item<br />
the second list item<br />
the third list item<br />
the first list item<br />
the second list item<br />
the third list item</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward Poore</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes/comment-page-1#comment-1251</link>
		<dc:creator>Edward Poore</dc:creator>
		<pubDate>Sun, 22 Jun 2008 15:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-1251</guid>
		<description>Surely it's more efficient to define the alt class on the tr element and then use a cascading selector to style the td and th elements?


  ...
  ...


  ...
  ...


and then in the CSS file have something like:

tr td {
  /* styling for normal rows */
}
tr.alt td {
  /* styling for alternate row */
}</description>
		<content:encoded><![CDATA[<p>Surely it&#8217;s more efficient to define the alt class on the tr element and then use a cascading selector to style the td and th elements?</p>
<p>  &#8230;<br />
  &#8230;</p>
<p>  &#8230;<br />
  &#8230;</p>
<p>and then in the CSS file have something like:</p>
<p>tr td {<br />
  /* styling for normal rows */<br />
}<br />
tr.alt td {<br />
  /* styling for alternate row */<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
