Hi
I'm working on a css box model lay-out for a backoffice website I'm making, but I have some problems with the height property of one of the div elements. Here's the situation:
I have 2 div blocks that contain header information (1 with the title of the page and one with additional information below the title). These blocks together have a height of 200px. Then I have 2 other blocks: A left block that contains the menu and a right big block with the real content of the page. I have given the left menu block a grey background and it would of course be prettier if the column stretches all the way to the bottom of the window. I tried setting the height of the div to 100%, but then the div takes the inner height of the window, resulting in a block that's 200px to high. Can I solve this another way?
Thanks
Steven
I'm working on a css box model lay-out for a backoffice website I'm making, but I have some problems with the height property of one of the div elements. Here's the situation:
I have 2 div blocks that contain header information (1 with the title of the page and one with additional information below the title). These blocks together have a height of 200px. Then I have 2 other blocks: A left block that contains the menu and a right big block with the real content of the page. I have given the left menu block a grey background and it would of course be prettier if the column stretches all the way to the bottom of the window. I tried setting the height of the div to 100%, but then the div takes the inner height of the window, resulting in a block that's 200px to high. Can I solve this another way?
Thanks
Steven