Is there any way to make a table stretch to the bottom of a page using css1/css2? As you know the <table height="100%" ... is not valid.
My problem is that I have a centered table where all the content, navigation etc is placed. On some pages with a lot of content I'll get a vertical scrollbar. Moving to a page with no scrollbar will cause the table to move sidewards because the width of the page changes.
My problem is that I have a centered table where all the content, navigation etc is placed. On some pages with a lot of content I'll get a vertical scrollbar. Moving to a page with no scrollbar will cause the table to move sidewards because the width of the page changes.