I have something like this right now:

#wrapper {max-width: 60em; min-width: 600px;margin:0 auto; }
#container, #btm_wrap { margin:0 auto;position:relative;text-align:left;}

It was this:

#wrapper {width: 100%}
#container, #btm_wrap { margin:0 auto;position:relative;text-align:left;max-width: 60em; min-width: 600px;}

<div id="wrapper">
    <div id="container">...</div>
</div>
    <div id="btm_wrap">...</div>

None of them changes anything, even with the #wrapper div removed (which I just realized can be safely removed)


This site uses min/max width and the behaviour I see is the same as mine.

tee



Nothing exists that can not be broken.
<http://www.chelseacreekstudio.com/ca/cssd/min-max.html>
Best,
~dL



http://chelseacreekstudio.com/



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to