<?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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=alternating-table-row-color-with-css-classes</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 15:15:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Asif Ali</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-6565</link>
		<dc:creator>Asif Ali</dc:creator>
		<pubDate>Tue, 31 May 2011 12:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-6565</guid>
		<description>How to add image background in the table. Please guide me.</description>
		<content:encoded><![CDATA[<p>How to add image background in the table. Please guide me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5661</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Tue, 14 Sep 2010 20:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5661</guid>
		<description>Nice tutorial, was really helpful. Thanks</description>
		<content:encoded><![CDATA[<p>Nice tutorial, was really helpful. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trixie-woo</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5648</link>
		<dc:creator>Trixie-woo</dc:creator>
		<pubDate>Thu, 09 Sep 2010 09:27:29 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5648</guid>
		<description>What if the table code is auto-generated elsewhere, and you only have access to the css? This example is putting to much form into where the content should be.</description>
		<content:encoded><![CDATA[<p>What if the table code is auto-generated elsewhere, and you only have access to the css? This example is putting to much form into where the content should be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mahi</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5482</link>
		<dc:creator>Mahi</dc:creator>
		<pubDate>Fri, 25 Jun 2010 09:11:05 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5482</guid>
		<description>td.alt {
	    background: #f7f7f7;
	}

this was required in the css. i hope you forgot to mention that..</description>
		<content:encoded><![CDATA[<p>td.alt {<br />
	    background: #f7f7f7;<br />
	}</p>
<p>this was required in the css. i hope you forgot to mention that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: suhel</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5390</link>
		<dc:creator>suhel</dc:creator>
		<pubDate>Sat, 22 May 2010 15:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-5390</guid>
		<description>Dont click on this fuckers link. malware</description>
		<content:encoded><![CDATA[<p>Dont click on this fuckers link. malware</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ramesh</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-4743</link>
		<dc:creator>ramesh</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-4743</guid>
		<description>it was useful to me.</description>
		<content:encoded><![CDATA[<p>it was useful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zloi</title>
		<link>http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-4722</link>
		<dc:creator>Zloi</dc:creator>
		<pubDate>Wed, 03 Mar 2010 11:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://teamtutorials.com/web-development-tutorials/alternating-table-row-color-with-css-classes#comment-4722</guid>
		<description>I fond interesting solution for Rows background, the rows highlighting on mouse over, without JS.
http://www.sopov.com/joomla-wordpress-tips-and-tricks/70-how-highlight-table-row-background.html
Works in all browsers.</description>
		<content:encoded><![CDATA[<p>I fond interesting solution for Rows background, the rows highlighting on mouse over, without JS.<br />
<a href="http://www.sopov.com/joomla-wordpress-tips-and-tricks/70-how-highlight-table-row-background.html" rel="nofollow">http://www.sopov.com/joomla-wordpress-tips-and-tricks/70-how-highlight-table-row-background.html</a><br />
Works in all browsers.</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-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-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-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>
</channel>
</rss>

