Closed chinesedfan closed 10 years ago
The main problem is how to set the child element's height exactly the same as the remaining of the parent. If can just use css without js, that's perfect.
I am seeking for something like "height: [remaining]".
One way is to use a table, while another is "position: absolute; bottom: 0px; top: [fixed]px".
The main problem is how to set the child element's height exactly the same as the remaining of the parent. If can just use css without js, that's perfect.
I am seeking for something like "height: [remaining]".