HTML/CSS layout question
        Posted  
        
            by TheDelChop
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by TheDelChop
        
        
        
        Published on 2010-05-01T03:56:21Z
        Indexed on 
            2010/05/01
            4:07 UTC
        
        
        Read the original article
        Hit count: 488
        
Guys,
I just need a little help with some CSS layout if you don't mind.
I've got three things I'm trying to play around with and I need some help making this work the way I was hoping.
I've got the element of a page, which I'd like to be 100% of the browser window, obviously.
Then I've got two elements which I'd like to stack on top of each other, but the trick is this, I'd like the bottom div, (a menu which should really be a fixed height) to determine the height of the top div.
Is there a way to lay this out in CSS?
© Stack Overflow or respective owner