[Pro] How do I get 3 Boxes Next to Each Other Stay the Same Height

The table-approach could work in theGrid (untested) as follows:

Grab the item I’m used to call #area-whatever and add there:

display:table

Go one hierarchy deeper and grab the #module-whatever, set this to:

display:table-row

Finally, to each of the #grid-whatever it would require

display:table-cell

This should make TheGrid equal heights.

Move each of those extra styles one level deeper if required. That would be the things I’d try first. I longer thought if the table-method is stinky (as Ernie once said) - but by thinking deeper, I’d say "No it isn’t - it’s fine, cause the basic structure is still inline DIV - just flavored by a bit of CSS (non-semantic). But I may fail - as well as my description above may fail.

Cheers

Thomas


freewaytalk mailing list
email@hidden
Update your subscriptions at: