I am trying to create a table that has a rowspan, zebra effect and highlights the row on hover. I kind of got it working but not quite.
It should be like this: http:
Something like:
// stripe tr:nth-child(even) { background-color: #ccc; } // hover tr:hover { background-color: #c00; }
should work. Post your code up.