<?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: Alternate row colors with pure CSS3	</title>
	<atom:link href="https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/feed/" rel="self" type="application/rss+xml" />
	<link>https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/</link>
	<description>Coding is fun</description>
	<lastBuildDate>Sun, 06 Jul 2014 13:29:02 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.5</generator>
	<item>
		<title>
		By: Andy Jonathan		</title>
		<link>https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-2983</link>

		<dc:creator><![CDATA[Andy Jonathan]]></dc:creator>
		<pubDate>Wed, 21 Nov 2012 03:05:43 +0000</pubDate>
		<guid isPermaLink="false">https://dannyherran.com/?p=223#comment-2983</guid>

					<description><![CDATA[Could I use something similar but for text contained in a  tag ?]]></description>
			<content:encoded><![CDATA[<p>Could I use something similar but for text contained in a  tag ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Atila		</title>
		<link>https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-2737</link>

		<dc:creator><![CDATA[Atila]]></dc:creator>
		<pubDate>Sat, 25 Aug 2012 02:45:53 +0000</pubDate>
		<guid isPermaLink="false">https://dannyherran.com/?p=223#comment-2737</guid>

					<description><![CDATA[Great!! Thanks for sharing the knowledge. Worked beautifully! o/]]></description>
			<content:encoded><![CDATA[<p>Great!! Thanks for sharing the knowledge. Worked beautifully! o/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dan plesse		</title>
		<link>https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-2555</link>

		<dc:creator><![CDATA[dan plesse]]></dc:creator>
		<pubDate>Sun, 27 May 2012 12:58:59 +0000</pubDate>
		<guid isPermaLink="false">https://dannyherran.com/?p=223#comment-2555</guid>

					<description><![CDATA[What about select drop down lists? 

this:

select &#062; option:nth-child(odd) { background-color:#eee; }
select &#062; option:nth-child(even) { background-color:#fff; }

or this:

select:nth-child(odd) { background:#000; }
select:nth-child(even) { background:#333; }

or that]]></description>
			<content:encoded><![CDATA[<p>What about select drop down lists? </p>
<p>this:</p>
<p>select &gt; option:nth-child(odd) { background-color:#eee; }<br />
select &gt; option:nth-child(even) { background-color:#fff; }</p>
<p>or this:</p>
<p>select:nth-child(odd) { background:#000; }<br />
select:nth-child(even) { background:#333; }</p>
<p>or that</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Danny Herran		</title>
		<link>https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-1766</link>

		<dc:creator><![CDATA[Danny Herran]]></dc:creator>
		<pubDate>Sat, 30 Jul 2011 18:13:44 +0000</pubDate>
		<guid isPermaLink="false">https://dannyherran.com/?p=223#comment-1766</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-1764&quot;&gt;Naveen&lt;/a&gt;.

It works on IE9. IE8 and IE7 would need a manual method to achieve the same effect.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-1764">Naveen</a>.</p>
<p>It works on IE9. IE8 and IE7 would need a manual method to achieve the same effect.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Naveen		</title>
		<link>https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-1764</link>

		<dc:creator><![CDATA[Naveen]]></dc:creator>
		<pubDate>Sat, 30 Jul 2011 10:50:44 +0000</pubDate>
		<guid isPermaLink="false">https://dannyherran.com/?p=223#comment-1764</guid>

					<description><![CDATA[Is it works well in IE browsers also? Can you give me example for IE.]]></description>
			<content:encoded><![CDATA[<p>Is it works well in IE browsers also? Can you give me example for IE.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alternate row colors with PHP &#124; Danny Herran		</title>
		<link>https://dannyherran.com/2011/04/alternate-row-colors-with-pure-css-yes-css3/#comment-1188</link>

		<dc:creator><![CDATA[Alternate row colors with PHP &#124; Danny Herran]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 07:20:13 +0000</pubDate>
		<guid isPermaLink="false">https://dannyherran.com/?p=223#comment-1188</guid>

					<description><![CDATA[[...] you might be interested in how to alternate row colors with pure CSS.   Share and [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] you might be interested in how to alternate row colors with pure CSS.   Share and [&#8230;]</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Database Caching 1/46 queries in 0.059 seconds using Disk (Request-wide modification query)

Served from: dannyherran.com @ 2026-07-24 04:06:12 by W3 Total Cache
-->