Hi people, I want to create a HTML document which consists of a table with 3 columns. The outer columns have a fixed size and the middle one should be as big as there is space left, so that the table fills the whole width of the browser window. To achieve this, I would assign width:100% to the table as well as to the middle column. This works fine for MSIE, but results in a table, which is bigger than the browser window of Mozilla. So how does this work exactly for Mozilla?
Greetings Wolfgang
