Ian Piper wrote:
> #wrapper {
> width: 860px;
> position: relative;
> left: 50%;
> margin-left: -430px;
> border-left: 1px solid #333333;
> border-right: 1px solid #333333;
> border-bottom: 1px solid #333333;
>
> }
Hi,
I am probably not understanding the question or the problem(s)... but
why not use this to center your page:
body {
margin: 0;
padding: 0;
text-align: center;
}
#wrapper {
text-align: left;
margin: 0 auto;
border-width: 0 1px 1px 1px;
border-style: solid;
border-color: #333;
}
Sorry if I did not get your question... I am stupid sometimes. :)
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/