Re: [css-d] Adding a footer to a liquid 3-column layout

2007-09-25 Thread Gunlaug Sørtun
Phil Holt wrote: > Does anyone know how to make a footer stick to the bottom of my > browser screen, or at least beneath the longest column? I'm not using > floats to place my three columns, which are liquid. You can fix anything anywhere in the browser-window with 'position: fixed', and add a wo

Re: [css-d] Adding a footer to a liquid 3-column layout

2007-09-25 Thread grovesdavid
Phil Holt Wrote: Does anyone know how to make a footer stick to the bottom of my browser Hello, We would need some HTML. as this play it's part in aligning elements. But one potential error I can see is: #wrapper { > position: relative; > min-width: 600px; > /*margin: auto*/ margin:0 auto; > w