<?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>
	<lastBuildDate>Fri, 20 Nov 2009 10:52:57 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bhanu Shankar</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes/comment-page-1#comment-3505</link>
		<dc:creator>Bhanu Shankar</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-3505</guid>
		<description>Got the solution for this after doing some RnD...

table.Scheduler tr.alt td{
	background: #eeeeee;
}

Hope this should do.</description>
		<content:encoded><![CDATA[<p>Got the solution for this after doing some RnD&#8230;</p>
<p>table.Scheduler tr.alt td{<br />
	background: #eeeeee;<br />
}</p>
<p>Hope this should do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhanu Shankar</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes/comment-page-1#comment-3504</link>
		<dc:creator>Bhanu Shankar</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-3504</guid>
		<description>I am using a class name for the whole table like below
table.Scheduler {.....}

in this case how do I have alternative row colors?
&quot;tr.alt&quot; takes up the style for all the tables used in the page.</description>
		<content:encoded><![CDATA[<p>I am using a class name for the whole table like below<br />
table.Scheduler {&#8230;..}</p>
<p>in this case how do I have alternative row colors?<br />
&#8220;tr.alt&#8221; takes up the style for all the tables used in the page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tiffany</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes/comment-page-1#comment-3238</link>
		<dc:creator>tiffany</dc:creator>
		<pubDate>Sat, 29 Aug 2009 15:41:47 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-3238</guid>
		<description>yeah, the code is very cool. i think it will be helpful for me</description>
		<content:encoded><![CDATA[<p>yeah, the code is very cool. i think it will be helpful for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zerqain</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes/comment-page-1#comment-2480</link>
		<dc:creator>zerqain</dc:creator>
		<pubDate>Fri, 13 Feb 2009 22:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-2480</guid>
		<description>Another approach can be found in here;
http://www.alistapart.com/articles/zebratables

dating from MARCH 05, 2004.</description>
		<content:encoded><![CDATA[<p>Another approach can be found in here;<br />
<a href="http://www.alistapart.com/articles/zebratables" rel="nofollow">http://www.alistapart.com/articles/zebratables</a></p>
<p>dating from MARCH 05, 2004.</p>
]]></content:encoded>
	</item>
	<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&#039;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>
