3

Here's my current fiddle:

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

My target table design is this:

enter image description here

But I'm having some trouble as you can see getting all the nesting correct. What am I doing wrong?

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
keruilin
  • 16,782
  • 34
  • 108
  • 175

1 Answers1

2

Don't use nesting, use col-span and row-span to make a cell take multiple columns/rows.

Daniel
  • 30,896
  • 18
  • 85
  • 139