Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Side Panel that never exceeds the size of the main content div? Reply To: Side Panel that never exceeds the size of the main content div?

#200881
gvinson
Participant

When using a table layout, the columns in a single row will all be as tall as the tallest column. A div based layout with a table display acts almost exactly like a regular html table element.

This is an actual html table example. As you can see, the columns are all as tall as the middle cell with the most content. A div based layout will also act this way.

http://codepen.io/vinsongrant/pen/WvNbJK