Doc1355
Technical User
- Nov 6, 2011
- 4
I have a simple HTML page with DIVs. Here is the simple deisgn:
Header
Top Horizontal menu
Left column and right content
Footer
I have the header, menu and footer with defined height (px). I want the two middle columns (left column and right content) to fill the browser vertically. I used height100% but nothing is working.
Keep in mind that the way I designed the CSS, my footer remains at the bottom of the browser all the time and I want to keep it that way.
Here is my codes. Take a look:
In that code, I want the brown and green DIV boxed to fill the middle section.
I appreciate your help in advance.
Header
Top Horizontal menu
Left column and right content
Footer
I have the header, menu and footer with defined height (px). I want the two middle columns (left column and right content) to fill the browser vertically. I used height100% but nothing is working.
Keep in mind that the way I designed the CSS, my footer remains at the bottom of the browser all the time and I want to keep it that way.
Here is my codes. Take a look:
In that code, I want the brown and green DIV boxed to fill the middle section.
I appreciate your help in advance.