Zebra striping with CSS3
What is it? Zebra striping is when alternate rows in tabular data are shaded in different colours to make the table easier to read as shown in example below: To implement this, we need to be able to identify the alternate rows and use our stylesheet to format them differently from the other rows. There [...]







