- From: Nikodem <nikn1@gazeta.pl>
- Date: Mon, 01 Oct 2007 14:59:55 +0200
- To: www-style <www-style@w3.org>
table tr:odd-child // similar to :first-child
{
background:gray
}
<table>
<tr><td>Odd </td><td>Row</td></tr> <!-- has gray background -->
<tr><td>Even</td><td>Row</td></tr>
<tr><td>Odd </td><td>Row</td></tr> <!-- has gray background -->
<tr><td>Even</td><td>Row</td></tr>
</table>
pre:odd-line // similar to :first-line
{
background:grey
}
<pre>
Odd line <!-- has gray background -->
Even line
Odd line <!-- has gray background -->
Even line
</pre>
--
Nikodem
JID: nikn@jabber.org
Received on Monday, 1 October 2007 13:00:22 UTC