I am creating a table which I want to have a top part, middle part, and a bottom part. The middle is also divided into a left, center, and right. I want it so that the only thing that ever gets larger or smaller is the middle’s center. I am encountering a few problems with this however:
- The table isn’t filling the entire height;
- The Center-Left and Center-Right aren’t holding their widths
I have created a JsFiddle so that you can see what I mean.
Thanks!
Ignoring the fact that this is a table and you appear to be wanting to use it for layout (hint: You probably shouldn’t be), and some other problems.
There were 2 primary problems.
http://jsfiddle.net/CGv2Z/10/