Toottcheaccex
New Member
I'm wondering if it's possible to use CSS \[code\]display:table\[/code\] type styles for nested divs where the rows are children of the columns. Here's an example jsfiddle:http://jsfiddle.net/UrWEn/1/Or is there another clean method to lock together the heights of the divs in each "row" based on the largest "cell"?For various reasons I want to avoid:
- Changing the markup.
- Setting fixed heights on the rows.
- Using javascript.