I have a table that I’m styling with CSS. Yes I know, tables are bad and all that. I want the “grid” of TD’s to all have the height of the row they are positioned in.
You’ll see if they have varying content, they look all jumbled up! Would prefer not to use Javascript.
tables are not automatically bad. tables are perfect for displaying tabular data… even though that doesn’t seem to be what you are doing.
move the style from the div to the table cell…check out my updated fiddle for some CSS changes. i think you could remove the divs from the markup now that they aren’t being used for anything via CSS
http://jsfiddle.net/p87Bv/5/