keruilin
keruilin

Reputation: 17512

CSS/HTML - trouble with nested table

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?

Upvotes: 3

Views: 449

Answers (1)

Daniel
Daniel

Reputation: 31579

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

Upvotes: 2

Related Questions