Code Snippets Gallery

CSS3 Zebra Striping a Table

tbody tr:nth-child(odd) {
   background-color: #ccc;
}

Responses

  1. great certainly saved me some time searching

  2. Dyllon says:

    this didn’t work well for me, but the PHP one worked great.

Leave a Comment

Remember:
  • Be nice.
  • Wrap all (unescaped) code in <pre> and <code> tags. (single or multiple lines). Don't use <?php ?> tags.
  • You may use regular HTML stuff like <a href="">, <em>, and <strong>