I have a fairly 'traditional' page with a fixed width (100px) menu on the left edge . I want to create a table that will fill the remaining width of the browser window.
Am I right in thinking that if I set the table's width to 100%, it will cause it to 'overflow' to the right as 100px are already in use by the border? This appears to be the behaviour.
How can I combine absolute and relative widths to get it to use just what remains of the browser window and in such a way that, when the window is re-sized, it still uses the entire window?
Thanks in advance.
Am I right in thinking that if I set the table's width to 100%, it will cause it to 'overflow' to the right as 100px are already in use by the border? This appears to be the behaviour.
How can I combine absolute and relative widths to get it to use just what remains of the browser window and in such a way that, when the window is re-sized, it still uses the entire window?
Thanks in advance.