CSS 100% issues
Posted: Wed Sep 28, 2005 6:39 am
Code: Select all
Div 1 - Unknown height
-----------------------------------------------------------
| | | <-- This DIV is filled with content from
| -------------------- | | the database, so the height will be
| | | | | unknown
| | Div 2 | | |
| | height:40px | | |
| | | | |
| -------------------- | |
| | | |
| | Div 3 | |
| | heght:100% | | <---- This DIV 3 should fill any leftover space
| | | | and push the DIV below it to the bottom
| -------------------- | of the main outer DIV
| | | |
| | Div 4 | | |
| | height:40px | | |
| | | | |
| -------------------- | |
| | |
-----------------------------------------------------------Is there any way around this?
Thanks