I must be missing something in centering images. The following CSS is  
set up to contain the contents of a page, and center the contents  
regardless of the size the browser window is set.

#pagewrapper {
        min-width:780px;
        max-width:950px;
        margin-left:auto;
        margin-right:auto;
        margin-top:0;
        text-align:left;
        padding:5px 0 0 5px;
        border:2px solid #cd9923;
        }

This works in Safari (Mac) & FF, but in IE6/Win, the container grows  
when the browser window is made larger.

Thanks for any help. LindaQ
______________________________________________________________________
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