I'm creating a lot of different tables (db-driven) across a number of different pages where I'd like to impose a consistent styling:
First and Last Row: bold font - reversed foreground/background All other rows zebra striped.
Basically just implementing 'header/footer' rows and zebra striped data rows. I've seen some jQuery examples and played around with it a little bit but not enough to be confident that there isn't a better CSS-only as well as knowing the best way to generalize this so it's most easily re-used.
Would love to see samples comparing css (if applicable) with jquery thx