Hello, I'm coding a template and facing a problem. This is the situation: <div id="content> <div id="left">Left Menu</div> <div id="middle">Content</div> <div id="right">Right Menu</div> </div> HTML: I want the height for all left, middle and right divs to be %100. I've tried to search the internet for a solution, found many but none worked. The arrows mean that the div should extend to the bottom of the screen. Can anybody help?
Thanks, I was thinking of this solution too, Now I'm facing another problem. When I set the left, middle and right divs to float left, and float right. the background which is in the content div is dissapeared. Maybe I'm doing the whole floating thing wrong, sorry if I sound stupid. Is there another way to get the divs stand beside each other instead of under each other?
Did you read the article thoroughly ? Are you containing floats? If it's fixed width and all of them add up to be the same width as the parent container, just float em left and clear left if you have a footer.