From: AliceBlue43 on
I am using the 3 column liquid design template in DreamWeaver CS3. I would like
to know how to set a maximum width when the browser window is open, so that it
only stretches out to 1050 pixels and then stops stretching. I would also like
to set a minimum setting for when the browser window is being closed so that
the columns only collapse so far and then stop. Is this possible?
Thanks,
Chris

From: Michael Fesser on
..oO(AliceBlue43)

>I am using the 3 column liquid design template in DreamWeaver CS3. I would like
>to know how to set a maximum width when the browser window is open, so that it
>only stretches out to 1050 pixels and then stops stretching.

Set the 'max-width' property on the body element for example.

>I would also like
>to set a minimum setting for when the browser window is being closed so that
>the columns only collapse so far and then stop. Is this possible?

'min-width' exists as well. IE 6 doesn't support these properties, so
you might have to google for a workaround if necessary. IE 7 and all
modern browsers support these properties quite well.

Micha