I have this table and I've got it set out where quite a few cells in the first column have a rowspan
greater than 1. This causes a problem for the styling I use:
tbody > tr:nth-of-type(odd) {
background-color:#55f
}
How can I get it set up so any row where the first columns cell styling? I have set up a fiddle because I don't exactly know how to explain it.
In the fiddle there are 2 tables, the top is what happens, and the bottom is what I want to happen (without inline styling)