How to create zebra stripes on html table without using javascript and even/odd classes generation?

Posted by Vladimir on Stack Overflow See other posts from Stack Overflow or by Vladimir
Published on 2010-05-04T13:08:59Z Indexed on 2010/05/04 13:18 UTC
Read the original article Hit count: 312

Filed under:
|
|

I want to zebra-stripe a html table without using any js stuff or writing server-side code to generate even/odd classes for table rows. Is it ever possible to do using raw css?

© Stack Overflow or respective owner

Related posts about css

Related posts about html-table