I realise this question has been asked a billion times, but none of the accepted solutions seem to work, so I'm going to try again.
How, using CSS, do I have 3 columns that fill the browser window, the left an right fixed at 200px and the centre one filling the remaining space?
This is very easily done with a table, but I have yet to find a method that works with divs and css.