DaveC426913
Programmer
Learning to use DIVs in place of tables.
I want a liquid layout with 3 columns: 2 fixed width columns surrounding 1 dynamic width column, so that he centre one expands and contracts to fit the browser.
I have looked over the threads, and many are similar, but none seem to be applicable.
I've tried 'float: left' and 'float: right' and it looks OK as long as the browser is large enough. Too small and the centre column drops to the bottom, messing up the layout.
How can I force 3 columns with the centre one dynamic?
I want a liquid layout with 3 columns: 2 fixed width columns surrounding 1 dynamic width column, so that he centre one expands and contracts to fit the browser.
I have looked over the threads, and many are similar, but none seem to be applicable.
I've tried 'float: left' and 'float: right' and it looks OK as long as the browser is large enough. Too small and the centre column drops to the bottom, messing up the layout.
How can I force 3 columns with the centre one dynamic?