CSS / HTML - a problem with a nested table

Here is my current fiddle:

http://jsfiddle.net/UjAQf/79/

My target table design is this:

enter image description here

But I'm having problems, as you can see how all the nesting is correct. What am I doing wrong?

+3
source share
1 answer

Do not use nesting, use col-span and row-span to make a cell for multiple columns / rows.

+2
source

All Articles