without a specific width it'll default to 100% or whatever the windows 
width is (someone could correct me if I'm wrong)

so something like
#pagewrapper {
    width:780px;
    min-width:780px;
    max-width:950px;
    margin: 0 auto inherent; /*not sure about the inherent*/
    padding: 5px 0 0 5px;
    border: 2px solid #cd9923;
}

david wrote:
> Daniel wrote:
>   
>> No it doesn't.
>>
>> david wrote:
>>     
>>> Does IE<7 understand max- or min-width?
>>>       
>
> Then for IE<7, it would think the original poster's container (with only 
> max-width and min-width specified) has no width specified and default to 
> "auto", yes?
>
>   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to