OK, so I've been searching G all day and most of yesterday for an answer to this.
Basically I have set my html and body 100% which establishes height for the first wrapper div which is also set to 100%, and it stretches nicely the the full browser height. What I want to do is now nest another wrapper div inside this one that will also stretch to the height of the browser window and for the life of me I can't figure it out.
Body passes height to first wrapper div, but how can I pass this height from that wrapper to the next div?
There has to be a way to do this, and it's driving me nuts. Any suggestions would be greatly appreciated.
Basically I have set my html and body 100% which establishes height for the first wrapper div which is also set to 100%, and it stretches nicely the the full browser height. What I want to do is now nest another wrapper div inside this one that will also stretch to the height of the browser window and for the life of me I can't figure it out.
Body passes height to first wrapper div, but how can I pass this height from that wrapper to the next div?
There has to be a way to do this, and it's driving me nuts. Any suggestions would be greatly appreciated.