CSS Tables: Striped Tables

tr:nth-child(even) {background-color: #f2f2f2;}

For zebra-striped tables, use the nth-child() selector and add a background-color to all even (or odd) table rows.

CSS Tables: Striped Tables — Structure map

Clickable & Draggable!

CSS Tables: Striped Tables — Related pages: