| | I have a html page with a table. The next "image" shows the layout: -------------------------------------------------------------- HEAD CELL -------------------------------------------------------------- CONTENT | Main content cell LISTING | CELL... | --------- Now the "Content listing cell" should always reach the bottom (its a grey cell and the main content is white, so their should be two columns). If the main content cell's content is long enough so you can scroll down, their is no problem. But when the "Main content cell"'s content doesn't reaches the bottom of the page, the table doesn't reaches the bottom of the page. How can I solve this? I think the only way is JavaScript but how... PS: I hope my explanation is clear |

